Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dgraid1_2.sh75 opid=$pid
77 [ -z "$pid" -o "$pid" != "$opid" ] && n=0
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh231 check_heading_keywords '-opid -o %cpu,%mem' \
234 check_heading_keywords '-opid -o "%cpu %mem"' \
/freebsd/usr.bin/bmake/tests/shell/select/
H A DMakefile.test27 @ps -x -opid,command | awk '$$1=='$$$$' { print $$2; }'
/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c1289 pid_t opid; in daemonize() local
1293 pfh = pidfile_open(ctx->pidfile, 0600, &opid); in daemonize()