Searched refs:dead (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsecurity.c216 int dead; local
239 dead = ipc_right_check(space, port, obj, entry);
240 if (dead) {
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c842 // if the pcb is in the dead state, we should stop using it
1099 // if the pcb is in the dead state, we should stop using it
1278 nstat_src *dead = NULL; local
1292 dead = *srcpp;
1296 nstat_control_send_counts(control, dead,
1300 nstat_control_send_description(control, dead, 0);
1303 nstat_control_send_removed(control, dead);
1306 dead->next = dead_list;
1307 dead_list = dead;
1330 dead
[all...]
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_port.c177 * a dead name entry.
184 /* account for additional reference for dead-name notification */
212 * KERN_INVALID_TASK The space is dead.
397 * A dead-name notification is requested.
403 * KERN_INVALID_TASK The space is dead.
454 * KERN_INVALID_TASK The space is dead.
492 * A new dead name has one user reference.
498 * KERN_INVALID_TASK The space is dead.
540 * KERN_INVALID_TASK The space is dead.
572 * KERN_INVALID_TASK The space is dead
1924 int dead; local
1985 int dead; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socketfilter.c197 // Pull the current list of dead items
198 struct socket_filter_entry *dead = sock_filter_cleanup_entries; local
207 // Cleanup every dead item
209 for (entry = dead; entry; entry = dead) {
212 dead = entry->sfe_next_oncleanup;
220 // Warning - passing a potentially dead socket may be bad

Completed in 76 milliseconds