Searched refs:so_copyflag (Results 1 – 4 of 4) sorted by relevance
604 so->so_copyflag = 0; in sonode_init()
1866 while (!(so->so_copyflag & STZCNOTIFY)) { in so_zcopy_wait()1876 so->so_copyflag &= ~STZCNOTIFY; in so_zcopy_wait()
1563 so->so_copyflag |= STZCNOTIFY; in so_zcopy_notify()
233 uint_t so_copyflag; /* Copy related flag */ member