taglinefilesource code
O_NDELAY1792drivers/block/ataflop.cif (filp->f_flags & O_NDELAY)
O_NDELAY3644drivers/block/floppy.cif (filp->f_flags & O_NDELAY)
O_NDELAY212drivers/char/pty.cif (filp->f_flags & O_NDELAY)
O_NDELAY89fs/fcntl.cif (O_NONBLOCK != O_NDELAY)
O_NDELAY90fs/fcntl.cif (arg & O_NDELAY)