/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntl.h | 36 #define O_NDELAY _FNDELAY /* Non-blocking I/O (4.2 style) */ macro
|
/illumos-gate/usr/src/lib/libbc/inc/5include/sys/ |
H A D | fcntl.h | 34 #define O_NDELAY _FNBIO /* Non-blocking I/O (S5 style) */ macro
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | opendir.c | 55 O_RDONLY | O_NDELAY | O_LARGEFILE, 0)) < 0)
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | typeahead.c | 83 * required, since O_NDELAY must be set. calling fcntl() or dup() 87 * setting O_NDELAY will cause all normal terminal i/o to return 95 * since the new file descriptor MUST have O_NDELAY set for the 104 * open(tty, O_RDONLY | O_NDELAY) : -1; 108 O_NDELAY)) >= 0)
|
H A D | ttimeout.c | 101 flags &= ~O_NDELAY; 103 flags |= O_NDELAY;
|
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | Initialize.c | 67 O_NDELAY | O_RDONLY);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | io.sed.in | 65 SED_REPLACE(O_NDELAY)
|
H A D | io.d.in | 171 inline int O_NDELAY = @O_NDELAY@; 172 #pragma D binding "1.1" O_NDELAY
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_devstamp.c | 52 if ((fd = open(np->rname, O_RDONLY | O_NDELAY, 0)) < 0) 92 if ((fd = open(np->rname, O_RDWR | O_NDELAY, 0)) < 0)
|
H A D | meta_repartition.c | 64 if ((fd = open(rname, (O_RDONLY|O_NDELAY), 0)) < 0) { 75 fd = open(n, (O_RDONLY|O_NDELAY), 0);
|
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | fcntl.c | 63 |O_NDELAY|FNBIO|FASYNC) 129 if (arg & (O_NDELAY)) 173 narg |= O_NDELAY;
|
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | fcntl.c | 62 |O_NDELAY|FASYNC) 126 if (arg & (O_NDELAY)) 168 narg |= O_NDELAY;
|
/illumos-gate/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 246 #ifndef O_NDELAY 294 #ifndef O_NDELAY 311 #ifdef O_NDELAY 312 printf("#define O_NONBLOCK O_NDELAY\n");
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | opendir.c | 49 if ((fd = open(name, O_RDONLY | O_NDELAY)) == -1)
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC |
|
/illumos-gate/usr/src/test/zfs-tests/cmd/devname2devid/ |
H A D | devname2devid.c | 74 if ((fd = open(device, O_RDONLY|O_NDELAY)) < 0) {
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_connect.c | 123 if (fctlflg & (O_NDELAY | O_NONBLOCK)) {
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | slice.c | 135 fd = open(devpath, O_RDONLY|O_NDELAY); 230 fd = open(devpath, O_RDONLY|O_NDELAY); 535 if ((sfd = open(sp->devpath, O_RDONLY|O_NDELAY)) >= 0) { 577 cooked_fd = open(localpath, O_RDONLY|O_NDELAY); 579 cooked_fd = open(dp->name, O_RDONLY|O_NDELAY); 721 if ((fd = open(devp->devpath, O_RDONLY|O_NDELAY)) >= 0) {
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.tchar.c | 490 * when child sets O_NDELAY or O_NONBLOCK on stdin 496 ((fflags = fcntl(d, F_GETFL, 0)) & O_NDELAY)) { 497 fflags &= ~O_NDELAY; 640 * when child sets O_NDELAY or O_NONBLOCK on stdin 646 ((fflags = fcntl(d, F_GETFL, 0)) & O_NDELAY)) { 647 fflags &= ~O_NDELAY;
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 57 #define O_NDELAY 04 /* Non-blocking I/O */ macro
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | device.c | 126 fd = open(devnode, O_RDONLY|O_NDELAY); 457 ((fd = open(supplied, O_RDONLY|O_NDELAY)) >= 0)) { 478 if ((fd = open(tmpstr, O_RDONLY|O_NDELAY)) >= 0) { 494 if ((fd = open(tmpstr, O_RDONLY|O_NDELAY)) >= 0) { 518 fd = open(node, O_RDONLY|O_NDELAY);
|
/illumos-gate/usr/src/lib/libvolmgt/common/ |
H A D | volmgt_on_private.c | 94 if ((fd = open(cn, O_RDONLY|O_NDELAY)) < 0) { 303 if ((fd = open(cn, O_RDONLY|O_NDELAY)) < 0) { 433 if ((fd = open(cn, O_RDONLY|O_NDELAY)) < 0) {
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | callers.c | 247 DEBUG(7, "opening with O_NDELAY set\n%s", ""); 248 dcf = open(dcname, (O_RDWR | O_NDELAY)); 249 saved_mode = O_RDWR | O_NDELAY; 273 DEBUG(7, "clear O_NDELAY\n%s", ""); 275 (fcntl(dcf, F_GETFL, 0) & ~O_NDELAY)) < 0) { 276 DEBUG(7, "clear O_NDELAY failed, errno %d\n",
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | FCHBA.cc | 89 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) == 157 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) == -1) { 266 if ((fd = open(port->getPath().c_str(), O_NDELAY | O_RDONLY)) == -1) {
|
/illumos-gate/usr/src/lib/lvm/libsvm/common/ |
H A D | start_svm.c | 244 if ((fromfd = open(from, O_RDONLY | O_NDELAY)) < 0)
|