Searched refs:fetch (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.61.2/bsd/man/man9/ |
| H A D | fuibyte.9 | 1 .so man9/fetch.9
|
| H A D | fubyte.9 | 1 .so man9/fetch.9
|
| H A D | fuulong.9 | 1 .so man9/fetch.9
|
| H A D | fulong.9 | 1 .so man9/fetch.9
|
| H A D | fuiword.9 | 1 .so man9/fetch.9
|
| H A D | fuword.9 | 1 .so man9/fetch.9
|
| H A D | Makefile | 20 fetch.9 \
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | decmpfs.c | 689 } else if (decmp_get_func(vp, hdr->compression_type, fetch) == NULL) { 1131 if (decmp_get_func(vp, hdr->compression_type, fetch) != NULL) { 1184 decmpfs_fetch_uncompressed_data_func fetch = decmp_get_func(vp, hdr->compression_type, fetch); 1185 if (fetch) { 1186 err = fetch(vp, decmpfs_ctx, hdr, offset, size, nvec, vec, bytes_read); 2315 .fetch = decmpfs_fetch_uncompressed_data_Type1,
|
| /xnu-8792.61.2/bsd/sys/ |
| H A D | decmpfs.h | 262 decmpfs_fetch_uncompressed_data_func fetch; member
|