Searched refs:max_fs (Results 1 – 1 of 1) sorted by relevance
77 static int max_fs; variable733 …for (fd = 0; fd <= max_fs; fd++) { /* scan the list of descriptors we may be listening to */ in wait_for_all_answers()739 retval = select(max_fs + 1, &working_set, NULL, NULL, &tv); in wait_for_all_answers()746 for (fd = 0; fd <= max_fs; fd++) { /* scan the list of things to do, and do them */ in wait_for_all_answers()781 max_fs = 0; in acn_findalldevs()790 if (u->find_fd > max_fs) in acn_findalldevs()791 max_fs = u->find_fd; /* remember the highest number currently in use */ in acn_findalldevs()