Searched refs:pidfromfile (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/bin/pkill/ |
| HD | pkill.c | 136 int i, ch, bestidx, rv, criteria, pidfromfile, pidfilelock; in main() local 300 pidfromfile = takepid(pidfile, pidfilelock); in main() 306 pidfromfile = -1; in main() 322 if (pidfromfile >= 0) in main() 323 plist = kvm_getprocs(kd, KERN_PROC_PID, pidfromfile, &nproc); in main() 405 if (pidfromfile >= 0 && kp->ki_pid != pidfromfile) { in main()
|