Searched refs:skip (Results 26 - 33 of 33) sorted by relevance

12

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c5443 * we don't have any pmap to flush, so let's just skip
9076 * XXX skip to the next element. Note
9965 vm_map_offset_t skip; local
9990 skip = curr_entry->vme_start - curr_address;
9992 curr_skip = skip;
9993 curr_offset += skip;
9994 curr_max_above -= skip;
11308 * skip it.
13107 vm_map_size_t skip; local
13134 skip
[all...]
/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c3248 if (rule->skip[i].ptr == NULL)
3249 pr->rule.skip[i].nr = -1;
3251 pr->rule.skip[i].nr =
3252 rule->skip[i].ptr->nr;
H A Ddlil.c1645 entry->filt_skip = 1; /* skip input/output */
1952 goto skip;
2014 goto skip;
2033 skip:
7048 * Indicate to the callee should it skip such case by
7143 * skip this if we've already computed it above
H A Dpfvar.h674 union pf_rule_ptr skip[PF_SKIP_COUNT]; member in struct:pf_rule
1394 #define PFI_IFLAG_SKIP 0x0100 /* skip filtering on interface */
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_gss.c832 nfsm_chain_adv(error, &nmc_tmp, reslen); // skip over the results
891 nfsm_chain_adv(error, nmc, 8); // skip over the confounder
963 * First we decrypt, the confounder, seqnum and args then skip to the
1530 goto skip;
1533 goto skip;
1536 skip:
2296 nfsm_chain_adv(error, &nmc_tmp, arglen); // skip args
2359 nfsm_chain_adv(error, nmc, 8); // skip over the confounder
/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp535 char * skip; local
569 if( (skip = strchr( path, '/')))
570 path = skip;
2238 // a terminated client is not ready for stop if it has clients, skip it
/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_rtr.c632 goto skip;
673 skip:
1394 /* If already (or will be) installed, skip */
1514 installed_dr0 = installed_dr; /* skip it below */
1577 * genid is used to skip entries that are not to be added/removed on the
1579 * NDDRF_PROCESSED is used to skip entries that were already
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c91 static int do_hfs_truncate(struct vnode *vp, off_t length, int flags, int skip, vfs_context_t context);
1058 /* if this id matches the one the fsctl was called with, skip the lookup */
4300 * just skip over them
4619 * just skip over them

Completed in 108 milliseconds

12