Searched refs:ctfs_endpt_flags (Results 1 – 2 of 2) sorted by relevance
64 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()
105 uint_t ctfs_endpt_flags; member