Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dmach_port.c235 if (space == IS_NULL) { in mach_port_names()
437 if (space == IS_NULL) { in mach_port_type()
652 if (space == IS_NULL) { in mach_port_allocate_full()
753 if (space == IS_NULL) { in mach_port_destroy()
798 if (space == IS_NULL) { in mach_port_deallocate()
846 if (space == IS_NULL) { in mach_port_get_refs()
933 if (space == IS_NULL) { in mach_port_mod_refs()
1016 if (space == IS_NULL) { in mach_port_peek()
1083 if (space == IS_NULL) { in mach_port_set_mscount()
1125 if (space == IS_NULL) { in mach_port_set_seqno()
[all …]
H A Dmach_debug.c127 if (space == IS_NULL) { in mach_port_get_srights()
201 if (space == IS_NULL) { in mach_port_space_info()
376 if (space == IS_NULL) { in mach_port_space_basic_info()
439 if (space == IS_NULL) { in mach_port_dnrequest_info()
538 if (space == IS_NULL) { in mach_port_kobject_description()
H A Dipc_space.c426 assert(space != IS_NULL); in ipc_space_terminate()
511 if (space == IS_NULL) { in ipc_space_set_table_size_limits()
564 if (space == IS_NULL) { in ipc_space_get_table_size_and_limits()
H A Dipc_space.h144 #define IS_NULL ((ipc_space_t) 0) macro
H A Dipc_pset.c176 assert(space != IS_NULL); in ipc_pset_alloc_special()
H A Dipc_mqueue.c1393 assert(space != IS_NULL); in ipc_mqueue_set_gather_member_names()
H A Dipc_right.c320 assert(space != IS_NULL); in ipc_right_lookup_write()
362 assert(space != IS_NULL); in ipc_right_lookup_two_write()
H A Dipc_port.c3056 port->ip_receiver = IS_NULL; in ipc_port_dealloc_special_and_unlock()
H A Dipc_voucher.c2199 if (space == IS_NULL) { in mach_voucher_debug_info()
/xnu-8019.80.24/osfmk/kern/
H A Dmach_node.c278 ipc_space_t proxy_space = IS_NULL; in mach_node_register()
H A Dipc_tt.c3782 if (space != IS_NULL) { in space_deallocate()