Searched refs:opid (Results 1 – 4 of 4) sorted by relevance
75 opid=$pid77 [ -z "$pid" -o "$pid" != "$opid" ] && n=0
231 check_heading_keywords '-opid -o %cpu,%mem' \234 check_heading_keywords '-opid -o "%cpu %mem"' \
27 @ps -x -opid,command | awk '$$1=='$$$$' { print $$2; }'
1289 pid_t opid; in daemonize() local1293 pfh = pidfile_open(ctx->pidfile, 0600, &opid); in daemonize()