Searched refs:decompressors (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c159 static decmpfs_registration * decompressors[CMP_MAX]; /* the registered compressors */ variable
174 decmpfs_registration *reg = decompressors[type];
210 if (decompressors[type] != NULL) {
224 while(decompressors[type] == NULL) {
241 if (decompressors[type] == NULL) {
912 /* called by kexts to register decompressors */
926 if (decompressors[compression_type] != NULL) {
930 decompressors[compression_type] = registration;
942 /* called by kexts to unregister decompressors */
954 if (decompressors[compression_typ
[all...]

Completed in 67 milliseconds