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

  /external/kernel-headers/original/scsi/
scsi_ioctl.h 45 int cmd, bool ndelay);
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 109 static int ndelay = O_NDELAY; /* additional flag to open */ variable
205 ndelay = 0;
514 pname, O_WRONLY | ndelay);
517 if (ndelay && fcntl(write_fd, F_SETFL, O_NONBLOCK) == -1) {
627 if (ndelay && fcntl(read_fd, F_SETFL, O_NONBLOCK) == -1) {
  /external/ltp/testcases/kernel/fs/doio/
doio.c 5380 int ndelay; local
    [all...]

Completed in 222 milliseconds