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

/freebsd-current/usr.sbin/apmd/
H A Dapmd.c576 int fdmax = 0; local
583 fdmax = apmctl_fd > fdmax ? apmctl_fd : fdmax;
586 fdmax = signal_fd[0] > fdmax ? signal_fd[0] : fdmax;
612 if ((res=select(fdmax + 1, &rfds, 0, 0, &to)) < 0) {

Completed in 122 milliseconds