Home
last modified time | relevance | path

Searched defs:set_flags (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dexception.c292 thread_set_status_flags_t set_flags = TSSF_CHECK_USER_FLAGS; in exception_deliver() local
408 thread_set_status_flags_t set_flags = TSSF_CHECK_USER_FLAGS; in exception_deliver() local
H A Dlocks.h1199 #define LCK_ATTR_DECLARE(var, set_flags, clear_flags) \ argument
H A Dtask.c8885 uint32_t set_flags = 0; in task_set_pac_exception_fatal_flag() local
/xnu-8792.41.9/osfmk/kperf/
H A Daction.c527 kperf_ast_pend(thread_t thread, uint32_t set_flags, unsigned int set_actionid) in kperf_ast_pend()
/xnu-8792.41.9/bsd/skywalk/namespace/
H A Dnetns.c1740 netns_change_flags(netns_token *token, uint32_t set_flags, in netns_change_flags()
/xnu-8792.41.9/bsd/netinet/
H A Din_pcb.c4005 uint32_t set_flags = 0; in inp_update_netns_flags() local
/xnu-8792.41.9/bsd/net/
H A Ddlil.c12404 _set_flags(u_int32_t *flags_p, u_int32_t set_flags) in _set_flags()
12416 if_set_eflags(ifnet_t interface, u_int32_t set_flags) in if_set_eflags()
12428 if_set_xflags(ifnet_t interface, u_int32_t set_flags) in if_set_xflags()
/xnu-8792.41.9/tests/
H A Dnet_bridge.c486 uint32_t set_flags, uint32_t clear_flags) in nd_flags_set()