Searched refs:NO_PID (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c51 * Ugly thing: PID_MAX, NO_PID defined only in kernel
53 #define NO_PID 100000 macro
375 * NO_PID + 1; NO_PID is PID_MAX + 1 thus it will be no risk to
376 * overlap with real PIDs which are in range of 1 .. NO_PID
378 entry = swrun_entry_find_by_index(NO_PID + 1 + stat.id);
381 entry = swrun_entry_create(NO_PID + 1 + stat.id);
436 if (entry->index >= NO_PID + 1) {
439 * starting with NO_PID + 1; NO_PID i
[all...]
/freebsd-10.2-release/sys/fs/pseudofs/
H A Dpseudofs_fileno.c57 pi->pi_unrhdr = new_unrhdr(3, INT_MAX / NO_PID, &pi->pi_mutex);
H A Dpseudofs_vnops.c78 if (pid != NO_PID)
79 return (pn->pn_fileno * NO_PID + pid);
116 if (pid == NO_PID)
175 if (pvd->pvd_pid != NO_PID) {
511 pid = NO_PID;
799 KASSERT(pid == NO_PID || proc != NULL,
896 if (pvd->pvd_pid != NO_PID) {
H A Dpseudofs.c362 return (pfs_vncache_alloc(mp, vpp, pi->pi_root, NO_PID));
/freebsd-10.2-release/sys/kern/
H A Dkern_fail.c231 if (ent->fe_pid != NO_PID && ent->fe_pid != curproc->p_pid)
321 if (ent->fe_pid != NO_PID)
459 ent->fe_pid = NO_PID;
H A Dtty_pts.c345 *(int *)data = NO_PID;
H A Dtty.c1638 *(int *)data = NO_PID;
H A Dkern_proc.c909 kp->ki_tpgid = tp->t_pgrp ? tp->t_pgrp->pg_id : NO_PID;
/freebsd-10.2-release/contrib/sendmail/src/
H A Dutil.c2487 if (ProcListVec[i].proc_pid == NO_PID)
2498 if (ProcListVec[i].proc_pid == NO_PID)
2524 npv[i].proc_pid = NO_PID;
2614 ProcListVec[i].proc_pid = NO_PID;
2669 ProcListVec[i].proc_pid = NO_PID;
2700 if (pid == NO_PID || pid == CurrentPid)
2708 ProcListVec[i].proc_pid = NO_PID;
2757 if (ProcListVec[i].proc_pid == NO_PID)
2803 if (ProcListVec[i].proc_pid == NO_PID ||
2848 if (ProcListVec[i].proc_pid == NO_PID)
[all...]
H A Dsendmail.h1497 #define NO_PID ((pid_t) 0) macro
/freebsd-10.2-release/sys/netpfil/pf/
H A Dif_pflog.c239 hdr.pid = NO_PID;
/freebsd-10.2-release/sys/sys/
H A Dproc.h727 #define NO_PID 100000 macro

Completed in 103 milliseconds