Home
last modified time | relevance | path

Searched refs:CMP_MAX (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Ddecmpfs.h168 CMP_MAX = 255/* Highest compression_type supported */ enumerator
/xnu-10002.41.9/bsd/kern/
H A Ddecmpfs.c163 static const decmpfs_registration *decompressors[CMP_MAX]; /* the registered compressors */
213 if (type >= CMP_MAX) {
610 if (hdr->compression_type >= CMP_MAX && !decmpfs_type_is_dataless(hdr->compression_type)) {
1098 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {
1130 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {