Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1037 #define STR_NOERROR 0x20 /* Ignore errors during strdoioctl/strwaitq */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c6042 if (flag & STR_NOERROR) in strdoioctl()
6109 if (flag & STR_NOERROR) { in strdoioctl()
6161 if (flag & STR_NOERROR) in strdoioctl()
6233 if (cv_rval > 0 && !(flag & STR_NOERROR) && in strdoioctl()
7360 waitflag |= STR_NOERROR; in kstrgetmsg()
8249 waitflag |= STR_NOERROR; in kstrputmsg()
H A Dstrsubr.c1903 K_TO_K | STR_NOERROR | STR_NOSIG, crp, rvalp); in mlink_file()
2060 K_TO_K | STR_NOERROR | STR_NOSIG, crp, rvalp); in munlink()
3044 if (flag & STR_NOERROR) in strwaitq()