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

/freebsd-10-stable/contrib/ofed/libsdp/src/
H A Dport.c210 static int max_file_descriptors; variable
270 if ((0 <= fd) && (max_file_descriptors > fd)) {
279 return (0 <= fd) && (fd < max_file_descriptors);
1652 if ((new_shadow_fd > max_file_descriptors) || (new_shadow_fd < 0)) {
1713 if ((newfd > max_file_descriptors) || (newfd < 0)) {
1724 if ((new_shadow_fd > max_file_descriptors) || (new_shadow_fd < 0)) {
2424 max_file_descriptors = 1024;
2426 max_file_descriptors = nofiles_limit.rlim_cur;
2430 (struct sdp_extra_fd_attributes *) calloc(max_file_descriptors,
2433 for (fd = 0; fd < max_file_descriptors; f
[all...]

Completed in 114 milliseconds