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

/darwin-on-arm/xnu/bsd/man/man9/
H A DMakefile15 fetch.9 \
/darwin-on-arm/xnu/osfmk/i386/
H A D_setjmp.s74 movl 4(%esp),%ecx # fetch buffer
87 movl 4(%esp),%ecx # fetch buffer
/darwin-on-arm/xnu/bsd/sys/
H A Ddecmpfs.h150 decmpfs_fetch_uncompressed_data_func fetch; member in struct:__anon474
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c604 } else if (decmp_get_func(hdr->compression_type, fetch) == NULL) {
973 /* every compressor must have at least a fetch function */
975 if (decmp_get_func(hdr->compression_type, fetch) != NULL) {
1015 decmpfs_fetch_uncompressed_data_func fetch = decmp_get_func(hdr->compression_type, fetch); local
1016 if (fetch) {
1017 err = fetch(vp, decmpfs_ctx, hdr, offset, size, nvec, vec, bytes_read);
1102 /* map the upl so we can fetch into it */
1117 /* do the fetch */
1145 /* a decompress was attempted but it failed, let's try calling fetch agai
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c1319 /* NFSv4: fetch "pathconf" info for this node */
1524 * we might as well also fetch the new value.
6758 * If !fetch, then only return a cached node.
6759 * Otherwise, we will attempt to fetch the node from the server.
6763 nfs4_named_attr_dir_get(nfsnode_t np, int fetch, vfs_context_t ctx) argument
6800 if (!fetch) {

Completed in 91 milliseconds