Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c2488 if (ProcListVec[i].proc_pid == NO_PID)
2499 if (ProcListVec[i].proc_pid == NO_PID)
2525 npv[i].proc_pid = NO_PID;
2615 ProcListVec[i].proc_pid = NO_PID;
2664 ProcListVec[i].proc_pid = NO_PID; in proc_list_clear()
2695 if (pid == NO_PID || pid == CurrentPid) in proc_list_probe()
2703 ProcListVec[i].proc_pid = NO_PID; in proc_list_probe()
2744 if (ProcListVec[i].proc_pid == NO_PID)
2790 if (ProcListVec[i].proc_pid == NO_PID ||
2835 if (ProcListVec[i].proc_pid == NO_PID)
H A Dsendmail.h1414 #define NO_PID ((pid_t) 0) macro