Searched refs:stat_pid (Results 1 – 1 of 1) sorted by relevance
138 PID_T stat_pid; in command_from_pid() local139 int items_read = fscanf (fp, "%lld %32s", &stat_pid, cmd); in command_from_pid()141 if (items_read == 2 && pid == stat_pid) in command_from_pid()