Searched refs:strgeterr (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | streamio.c | 1246 error = strgeterr(stp, STRDERR|STPLEX, 0); in strread() 2579 error = strgeterr(stp, STRHUP|STPLEX|STWRERR, 0); in strwriteable() 3368 error = strgeterr(stp, STRDERR|STPLEX, 0); in strioctl() 3378 error = strgeterr(stp, STRDERR|STWRERR|STPLEX, 0); in strioctl() 5270 error = strgeterr(resstp, in strioctl() 6072 error = strgeterr(stp, errs, 0); in strdoioctl() 6136 error = strgeterr(stp, errs, 0); in strdoioctl() 6201 error = strgeterr(stp, errs, 0); in strdoioctl() 6546 if ((error = strgeterr(stp, errs, 0)) != 0) in strdocmd() 6669 error = strgeterr(stp, STRDERR|STPLEX, 0); in strgetmsg() [all …]
|
| H A D | strsubr.c | 3061 error = strgeterr(stp, errs, (flag & STR_PEEK)); in strwaitq() 3154 error = strgeterr(stp, errs, (flag & STR_PEEK)); in strwaitq() 4298 strgeterr(stdata_t *stp, int32_t flags_to_check, int ispeek) in strgeterr() function 4404 error = strgeterr(stp, in strstartplumb() 4427 error = strgeterr(stp, in strstartplumb()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | strsubr.h | 1178 extern int strgeterr(stdata_t *, int32_t, int);
|
| /illumos-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | socktpi.c | 4418 error = strgeterr(stp, STWRERR|STRHUP|STPLEX, 0); in kstrwritemp()
|