Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c604 so->so_copyflag = 0; in sonode_init()
H A Dsockcommon_subr.c1860 while (!(so->so_copyflag & STZCNOTIFY)) { in so_zcopy_wait()
1870 so->so_copyflag &= ~STZCNOTIFY; in so_zcopy_wait()
H A Dsockcommon_sops.c1563 so->so_copyflag |= STZCNOTIFY; in so_zcopy_notify()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h233 uint_t so_copyflag; /* Copy related flag */ member