Home
last modified time | relevance | path

Searched refs:NO_PID (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dif_pflog.c395 hdr.pid = NO_PID; in pflog_packet()
H A Dpf.c4148 pd->lookup.pid = NO_PID; in pf_socket_lookup()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h756 #define NO_PID 100000 macro
776 _Static_assert(NO_PID < (1 << PROC_IDENT_PID_BIT_COUNT), "proc_ident assumes NO_PID requires less t…
/xnu-12377.41.6/bsd/kern/
H A Dkern_memorystatus_freeze.c2087 if (entry->pid == NO_PID) { in memorystatus_freezer_candidate_list_get_proc()
2425 memorystatus_global_demote_list.mfcl_list[i].pid = NO_PID; in memorystatus_demote_frozen_processes_using_demote_list()
H A Dkern_proc.c2651 sess->s_ttypgrpid = NO_PID; in session_alloc()
2683 sessp->s_ttypgrpid = NO_PID; in session_clear_tty_locked()
H A Dtty.c1271 *(int *)data = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PID; in ttioctl_locked()