Searched refs:pid_of_command (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 2246 pid_t pid_of_command=0; in process_file() local 2249 io = my_popen(command, "r", &pid_of_command); in process_file() 2269 my_pclose(io, pid_of_command); in process_file() 2311 my_pclose(io, pid_of_command); in process_file() 2336 pid_t pid_of_command=0; in get_cpuid_set() local 2495 io = my_popen("/usr/sbin/pmccontrol -L", "r", &pid_of_command); in get_cpuid_set() 2545 my_pclose(io, pid_of_command); in get_cpuid_set() 2569 pid_t pid_of_command=0; in test_for_a_pmc() local 2582 io = my_popen(my_command, "r", &pid_of_command); in test_for_a_pmc() 2634 my_pclose(io, pid_of_command); in test_for_a_pmc()
|