Searched refs:pid_of_command (Results 1 – 1 of 1) sorted by relevance
2248 pid_t pid_of_command=0; in process_file() local2251 io = my_popen(command, "r", &pid_of_command); in process_file()2307 my_pclose(io, pid_of_command); in process_file()2332 pid_t pid_of_command=0; in get_cpuid_set() local2491 io = my_popen("/usr/sbin/pmccontrol -L", "r", &pid_of_command); in get_cpuid_set()2541 my_pclose(io, pid_of_command); in get_cpuid_set()2565 pid_t pid_of_command=0; in test_for_a_pmc() local2578 io = my_popen(my_command, "r", &pid_of_command); in test_for_a_pmc()2630 my_pclose(io, pid_of_command); in test_for_a_pmc()