Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c66 if ((endpt->ctfs_endpt_flags & CTFS_ENDPT_SETUP) == 0) { in ctfs_endpoint_open()
67 endpt->ctfs_endpt_flags |= CTFS_ENDPT_SETUP; in ctfs_endpoint_open()
69 endpt->ctfs_endpt_flags |= CTFS_ENDPT_NBLOCK; in ctfs_endpoint_open()
87 if (endpt->ctfs_endpt_flags & CTFS_ENDPT_SETUP) { in ctfs_endpoint_inactive()
88 endpt->ctfs_endpt_flags = 0; in ctfs_endpoint_inactive()
123 endpt->ctfs_endpt_flags & CTFS_ENDPT_NBLOCK, in ctfs_endpoint_ioctl()
127 endpt->ctfs_endpt_flags & CTFS_ENDPT_NBLOCK, in ctfs_endpoint_ioctl()
/titanic_44/usr/src/uts/common/sys/
H A Dctfs_impl.h107 uint_t ctfs_endpt_flags; member