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

/xnu-2782.1.97/osfmk/mach/
H A Dprocessor.defs118 new_set : processor_set_t;
H A Dmach_host.defs209 out new_set : processor_set_t;
H A Dthread_act.defs313 new_set : processor_set_t);
H A Dtask.defs374 new_set : processor_set_t;
/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c3103 u_int8_t cmd, new_set; local
3107 new_set = (arg >> 16) & 0xff;
3111 if (new_set > RESVD_SET)
3177 rule->set = new_set;
3183 rule->set = new_set;
3189 rule->set = new_set;
3190 else if (rule->set == new_set)
/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.c564 __unused processor_set_t *new_set,
562 processor_set_create( __unused host_t host, __unused processor_set_t *new_set, __unused processor_set_t *new_name) argument

Completed in 43 milliseconds