HomeSort by relevance Sort by last modified time
    Searched refs:POSIX_FD_MAX (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
posix_io.h 19 #define POSIX_FD_MAX ( 31 )
  /external/syslinux/gpxe/src/core/
posix_io.c 173 for ( fd = POSIX_FD_MIN ; fd <= POSIX_FD_MAX ; fd++ ) {
246 for ( fd = POSIX_FD_MIN ; fd <= POSIX_FD_MAX ; fd++ ) {
  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_call.c 402 #if (POSIX_FD_MAX > 65535)
403 #error POSIX_FD_MAX too large

Completed in 115 milliseconds