Home
last modified time | relevance | path

Searched refs:pid_of_command (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/usr.sbin/pmcstudy/
H A Dpmcstudy.c2248 pid_t pid_of_command=0; in process_file() local
2251 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() local
2491 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() local
2578 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()