Home
last modified time | relevance | path

Searched refs:IS_NULL (Results 1 – 10 of 10) sorted by relevance

/xnu-8792.61.2/osfmk/ipc/
H A Dmach_port.c249 if (space == IS_NULL) { in mach_port_names()
415 if (space == IS_NULL) { in mach_port_type()
601 if (space == IS_NULL) { in mach_port_allocate_full()
702 if (space == IS_NULL) { in mach_port_destroy()
747 if (space == IS_NULL) { in mach_port_deallocate()
795 if (space == IS_NULL) { in mach_port_get_refs()
882 if (space == IS_NULL) { in mach_port_mod_refs()
965 if (space == IS_NULL) { in mach_port_peek()
1032 if (space == IS_NULL) { in mach_port_set_mscount()
1074 if (space == IS_NULL) { in mach_port_set_seqno()
[all …]
H A Dmach_debug.c112 if (space == IS_NULL) { in mach_port_get_srights()
161 if (space == IS_NULL) { in mach_port_space_info()
339 if (space == IS_NULL) { in mach_port_space_basic_info()
390 if (space == IS_NULL) { in mach_port_dnrequest_info()
453 if (space == IS_NULL) { in mach_port_kobject_description()
H A Dipc_space.c409 assert(space != IS_NULL); in ipc_space_terminate()
480 if (space == IS_NULL) { in ipc_space_set_table_size_limits()
534 if (space == IS_NULL) { in ipc_space_get_table_size_and_limits()
H A Dipc_space.h143 #define IS_NULL ((ipc_space_t) 0) macro
H A Dipc_pset.c177 assert(space != IS_NULL); in ipc_pset_alloc_special()
H A Dipc_right.c285 assert(space != IS_NULL); in ipc_right_lookup_write()
327 assert(space != IS_NULL); in ipc_right_lookup_two_write()
H A Dipc_voucher.c1991 if (space == IS_NULL) { in mach_voucher_debug_info()
H A Dipc_port.c3141 port->ip_receiver = IS_NULL; in ipc_port_dealloc_special_and_unlock()
/xnu-8792.61.2/osfmk/kern/
H A Dmach_node.c277 ipc_space_t proxy_space = IS_NULL; in mach_node_register()
H A Dipc_tt.c3984 if (space != IS_NULL) { in space_deallocate()