Home
last modified time | relevance | path

Searched refs:ctfs_endpt_flags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c64 if ((endpt->ctfs_endpt_flags & CTFS_ENDPT_SETUP) == 0) { in ctfs_endpoint_open()
65 endpt->ctfs_endpt_flags |= CTFS_ENDPT_SETUP; in ctfs_endpoint_open()
67 endpt->ctfs_endpt_flags |= CTFS_ENDPT_NBLOCK; in ctfs_endpoint_open()
85 if (endpt->ctfs_endpt_flags & CTFS_ENDPT_SETUP) { in ctfs_endpoint_inactive()
86 endpt->ctfs_endpt_flags = 0; in ctfs_endpoint_inactive()
122 endpt->ctfs_endpt_flags & CTFS_ENDPT_NBLOCK, in ctfs_endpoint_ioctl()
126 endpt->ctfs_endpt_flags & CTFS_ENDPT_NBLOCK, in ctfs_endpoint_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dctfs_impl.h105 uint_t ctfs_endpt_flags; member