Searched refs:ispeek (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c783 sogetrderr(vnode_t *vp, int ispeek, int *clearerr) argument
789 if (ispeek) {
808 sogetwrerr(vnode_t *vp, int ispeek, int *clearerr) argument
819 if (ispeek) {
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c4274 strgeterr(stdata_t *stp, int32_t flags_to_check, int ispeek) argument
4285 if ((stp->sd_flag & STRDERRNONPERSIST) && !ispeek) {
4296 error = (*stp->sd_rderrfunc)(stp->sd_vnode, ispeek,
4305 if ((stp->sd_flag & STWRERRNONPERSIST) && !ispeek) {
4316 error = (*stp->sd_wrerrfunc)(stp->sd_vnode, ispeek,

Completed in 81 milliseconds