Home
last modified time | relevance | path

Searched refs:strseteof (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1610 strseteof(SOTOV(so), 1); in strsock_discon_ind()
2187 strseteof(SOTOV(so), 1); in strsock_proto()
2207 strseteof(SOTOV(so), 1); in strsock_proto()
2300 strseteof(SOTOV(so), 1); in strsock_proto()
H A Dsocktpi.c2614 strseteof(SOTOV(so), 1); in sotpi_shutdown()
2643 strseteof(SOTOV(so), 1); in sotpi_shutdown()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1250 extern void strseteof(vnode_t *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8085 strseteof(vnode_t *vp, int eof) in strseteof() function