Searched refs:so_copyflag (Results 1 – 4 of 4) sorted by relevance
597 so->so_copyflag = 0; in sonode_init()
1857 while (!(so->so_copyflag & STZCNOTIFY)) { in so_zcopy_wait()1867 so->so_copyflag &= ~STZCNOTIFY; in so_zcopy_wait()
1549 so->so_copyflag |= STZCNOTIFY; in so_zcopy_notify()
230 uint_t so_copyflag; /* Copy related flag */ member