Searched refs:READPIPEFD (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.h66 #define READPIPEFD 0 macro
H A Dpmcstat.c1142 if (fcntl(pipefd[READPIPEFD], F_SETFL, O_NONBLOCK) < 0)
1145 EV_SET(&kev, pipefd[READPIPEFD], EVFILT_READ, EV_ADD,
1156 args.pa_logparser = pmclog_open(pipefd[READPIPEFD]);

Completed in 105 milliseconds