Home
last modified time | relevance | path

Searched refs:IOCWAITNE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h284 #define IOCWAITNE 0x00000200 /* STR_NOERROR ioctl running */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c6097 (!set_iocwaitne && (stp->sd_flag & IOCWAITNE))) { in strdoioctl()
6116 if (!(stp->sd_flag & IOCWAITNE)) { in strdoioctl()
6118 stp->sd_flag |= IOCWAITNE; in strdoioctl()
6162 waitflags |= IOCWAITNE; in strdoioctl()
6234 stp->sd_iocblk == NULL && (stp->sd_flag & IOCWAITNE)) { in strdoioctl()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c146 { SF(IOCWAITNE), "STR_NOERROR ioctl running" },