Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 10 of 10) sorted by relevance

/xnu-11417.121.6/bsd/man/man9/
H A Dfuiword.91 .so man9/fetch.9
H A Dfulong.91 .so man9/fetch.9
H A Dfuword.91 .so man9/fetch.9
H A Dfuibyte.91 .so man9/fetch.9
H A Dfuulong.91 .so man9/fetch.9
H A Dfubyte.91 .so man9/fetch.9
H A DMakefile20 fetch.9 \
/xnu-11417.121.6/bsd/kern/
H A Ddecmpfs.c719 } else if (decmp_get_func(vp, hdr->compression_type, fetch) == NULL) {
1161 if (decmp_get_func(vp, hdr->compression_type, fetch) != NULL) {
1214 decmpfs_fetch_uncompressed_data_func fetch = decmp_get_func(vp, hdr->compression_type, fetch);
1215 if (fetch) {
1216 err = fetch(vp, decmpfs_ctx, hdr, offset, size, nvec, vec, bytes_read);
2349 .fetch = decmpfs_fetch_uncompressed_data_Type1,
/xnu-11417.121.6/bsd/sys/
H A Ddecmpfs.h272 decmpfs_fetch_uncompressed_data_func fetch; member
/xnu-11417.121.6/tests/
H A Dstackshot_tests.m3706 T_LOG("attempting to fetch stored in-kernel stackshot");