Lines Matching refs:PID
11 # USAGE: pfilestat [-r|-w] pid
58 USAGE: pfilestat [-r|-w] pid
62 pfilestat pid # default, r+w counts
63 pfilestat -r pid # read count only
70 PID=$1
73 if [ -z "$PID" ]
75 echo "Must supply pid"
94 inline int PID = '$PID';
122 /pid == PID && OPT_read/
142 /pid == PID && OPT_read/
159 /pid == PID && OPT_write/
171 /pid == PID && OPT_write/
185 /pid == PID/
194 /pid == PID/
202 /pid == PID/
210 /args[1]->pr_pid == PID && runstate == OTHER/
218 /args[1]->pr_pid == PID && runstate == READ/
226 /args[1]->pr_pid == PID && runstate == WRITE/
234 /args[1]->pr_pid == PID/
242 /args[1]->pr_pid == PID/