Home
last modified time | relevance | path

Searched refs:IO_NULL (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.121.2/osfmk/ipc/
H A Dipc_entry.c175 assert(entry && entry->ie_object == IO_NULL); in ipc_entries_hold()
219 entry->ie_object == IO_NULL); in ipc_entry_claim()
425 assert(entry->ie_object == IO_NULL); in ipc_entry_alloc_name()
481 entry->ie_object = IO_NULL; in ipc_entry_dealloc()
679 if (entry->ie_object != IO_NULL && in ipc_entry_grow_table()
688 if (osnap_object != IO_NULL && in ipc_entry_grow_table()
773 nbase[free_index].ie_object == IO_NULL); in ipc_entry_grow_table()
H A Dipc_hash.c208 if (obj == IO_NULL) { in ipc_hash_table_lookup()
281 assert(obj != IO_NULL); in ipc_hash_table_insert()
339 assert(obj != IO_NULL); in ipc_hash_table_delete()
H A Dipc_right.c127 *objectp = IO_NULL; in ipc_right_lookup_read()
183 if (__improbable(object == IO_NULL || !io_lock_allow_invalid(object))) { in ipc_right_lookup_read()
737 entry->ie_object = IO_NULL; in ipc_right_check()
780 assert(object != IO_NULL); in ipc_right_terminate()
783 entry->ie_object = IO_NULL; in ipc_right_terminate()
789 assert(object == IO_NULL); in ipc_right_terminate()
921 assert(entry->ie_object == IO_NULL); in ipc_right_destroy()
923 ipc_entry_dealloc(space, IO_NULL, name, entry); in ipc_right_destroy()
1093 assert(entry->ie_object == IO_NULL); in ipc_right_dealloc()
1096 ipc_entry_dealloc(space, IO_NULL, name, entry); in ipc_right_dealloc()
[all …]
H A Dipc_object.c352 assert(object1 != IO_NULL); in ipc_object_translate_two()
361 assert(object2 != IO_NULL); in ipc_object_translate_two()
397 kr = ipc_entry_alloc(space, IO_NULL, namep, &entry); in ipc_object_alloc_dead()
1126 ipc_entry_dealloc(space, IO_NULL, name, entry); in ipc_object_copyout_name()
1139 ipc_entry_dealloc(space, IO_NULL, name, entry); in ipc_object_copyout_name()
1152 assert(entry->ie_object == IO_NULL); in ipc_object_copyout_name()
H A Dipc_object.h128 #define IO_NULL ((ipc_object_t) 0) macro
130 #define IO_VALID(io) (((io) != IO_NULL) && ((io) != IO_DEAD))
H A Dipc_pset.c506 kn->kn_ipc_obj = IO_NULL; in filt_wldetach_sync_ipc()
807 kn->kn_ipc_obj = IO_NULL; in filt_machportdetach()
H A Dmach_port.c2172 assert(psobj != IO_NULL); in mach_port_insert_member()
2173 assert(obj != IO_NULL); in mach_port_insert_member()
2238 assert(psobj != IO_NULL); in mach_port_extract_member()
2239 assert(obj != IO_NULL); in mach_port_extract_member()
H A Dipc_kmsg.c3827 ipc_object_t dest_port = IO_NULL; in ipc_kmsg_copyin_header()
3828 ipc_object_t reply_port = IO_NULL; in ipc_kmsg_copyin_header()