Home
last modified time | relevance | path

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

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