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