Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pkill/
H A Dpkill.c138 int i, ch, bestidx, rv, criteria, pidfromfile, pidfilelock; in main() local
303 pidfromfile = takepid(pidfile, pidfilelock); in main()
309 pidfromfile = -1; in main()
350 if (pidfromfile >= 0) in main()
351 plist = kvm_getprocs(kd, KERN_PROC_PID, pidfromfile, &nproc); in main()
433 if (pidfromfile >= 0 && kp->ki_pid != pidfromfile) { in main()