Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/ipc/
H A Dmach_port.c249 if (space == IS_NULL) { in mach_port_names()
415 if (space == IS_NULL) { in mach_port_type()
630 if (space == IS_NULL) { in mach_port_allocate_full()
731 if (space == IS_NULL) { in mach_port_destroy()
776 if (space == IS_NULL) { in mach_port_deallocate()
824 if (space == IS_NULL) { in mach_port_get_refs()
911 if (space == IS_NULL) { in mach_port_mod_refs()
994 if (space == IS_NULL) { in mach_port_peek()
1061 if (space == IS_NULL) { in mach_port_set_mscount()
1103 if (space == IS_NULL) { in mach_port_set_seqno()
[all …]
H A Dmach_debug.c127 if (space == IS_NULL) { in mach_port_get_srights()
200 if (space == IS_NULL) { in mach_port_space_info()
396 if (space == IS_NULL) { in mach_port_space_basic_info()
459 if (space == IS_NULL) { in mach_port_dnrequest_info()
558 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.c177 assert(space != IS_NULL); in ipc_pset_alloc_special()
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.c3059 port->ip_receiver = IS_NULL; in ipc_port_dealloc_special_and_unlock()
H A Dipc_voucher.c2229 if (space == IS_NULL) { in mach_voucher_debug_info()
/xnu-8020.121.3/osfmk/kern/
H A Dmach_node.c278 ipc_space_t proxy_space = IS_NULL; in mach_node_register()
H A Dipc_tt.c3804 if (space != IS_NULL) { in space_deallocate()