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

  /external/ltp/testcases/kernel/syscalls/preadv/
preadv02.c 52 static int fd5[2]; variable
82 {&fd5[0], rd_iovec2, 1, 0, ESPIPE}
111 SAFE_PIPE(fd5);
125 if (fd5[0] > 0)
126 SAFE_CLOSE(fd5[0]);
128 if (fd5[1] > 0)
129 SAFE_CLOSE(fd5[1]);
  /external/ltp/testcases/kernel/syscalls/preadv2/
preadv202.c 36 static int fd5[2]; variable
67 {&fd5[0], rd_iovec2, 1, 0, 0, ESPIPE},
96 SAFE_PIPE(fd5);
112 if (fd5[0] > 0)
113 SAFE_CLOSE(fd5[0]);
115 if (fd5[1] > 0)
116 SAFE_CLOSE(fd5[1]);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/
UefiApplicationEntryPoint.inf 20 FILE_GUID = DADE8301-CB29-4fd5-8148-56FD246C5B88

Completed in 224 milliseconds