Searched refs:NO_PID (Results 1 – 12 of 12) sorted by relevance
53 #define NO_PID 100000 macro378 entry = swrun_entry_find_by_index(NO_PID + 1 + stat.id); in swrun_OS_get_kinfo()381 entry = swrun_entry_create(NO_PID + 1 + stat.id); in swrun_OS_get_kinfo()436 if (entry->index >= NO_PID + 1) { in fetch_swrun_entry()444 if (kldstat(entry->index - NO_PID - 1, &stat) == -1) { in fetch_swrun_entry()450 entry->index - NO_PID - 1); in fetch_swrun_entry()480 if (entry->index >= NO_PID + 1) { in invalidate_swrun_entry()483 entry->index - NO_PID - 1); in invalidate_swrun_entry()491 if (kldstat(entry->index - NO_PID - 1, &stat) == -1) { in invalidate_swrun_entry()498 entry->index - NO_PID - 1); in invalidate_swrun_entry()
82 if (pid != NO_PID) in pn_fileno()83 return (pn->pn_fileno * NO_PID + pid); in pn_fileno()121 if (pid == NO_PID) in pfs_visible()181 if (pvd->pvd_pid != NO_PID) { in pfs_close()513 pid = NO_PID; in pfs_lookup()801 KASSERT(pid == NO_PID || proc != NULL, in pfs_readdir()900 if (pvd->pvd_pid != NO_PID) { in pfs_readlink()
58 pi->pi_unrhdr = new_unrhdr(3, INT_MAX / NO_PID, &pi->pi_mutex); in pfs_fileno_init()
401 return (pfs_vncache_alloc(mp, vpp, pi->pi_root, NO_PID)); in pfs_root()
2638 if (ProcListVec[i].proc_pid == NO_PID)2649 if (ProcListVec[i].proc_pid == NO_PID)2675 npv[i].proc_pid = NO_PID;2765 ProcListVec[i].proc_pid = NO_PID;2820 ProcListVec[i].proc_pid = NO_PID; in proc_list_clear()2851 if (pid == NO_PID || pid == CurrentPid) in proc_list_probe()2859 ProcListVec[i].proc_pid = NO_PID; in proc_list_probe()2908 if (ProcListVec[i].proc_pid == NO_PID)2954 if (ProcListVec[i].proc_pid == NO_PID ||2999 if (ProcListVec[i].proc_pid == NO_PID)
1655 #define NO_PID ((pid_t) 0) macro
285 fp_entry->fe_pid = NO_PID; in fail_point_entry_new()554 if (ent->fe_pid != NO_PID && ent->fe_pid != curproc->p_pid) in fail_point_eval_nontrivial()704 if (ent->fe_pid != NO_PID) in fail_point_get()
342 *(int *)data = NO_PID; in ptsdev_ioctl()
1785 *(int *)data = NO_PID; in tty_generic_ioctl()
1101 kp->ki_tpgid = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PID; in fill_kinfo_proc_pgrp()
246 hdr.pid = NO_PID; in pflog_packet()
863 #define NO_PID 100000 macro