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

/xnu-2422.115.4/osfmk/mach/
H A Dprocessor.defs118 new_set : processor_set_t;
H A Dmach_host.defs213 out new_set : processor_set_t;
H A Dthread_act.defs307 new_set : processor_set_t);
H A Dtask.defs374 new_set : processor_set_t;
/xnu-2422.115.4/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-2422.115.4/osfmk/kern/
H A Dprocessor.c551 __unused processor_set_t *new_set,
549 processor_set_create( __unused host_t host, __unused processor_set_t *new_set, __unused processor_set_t *new_name) argument

Completed in 44 milliseconds