Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c394 return (ctfs_endpoint_open(&bunode->ctfs_bu_listener, in ctfs_bu_open()
413 ctfs_endpoint_inactive(&bunode->ctfs_bu_listener); in ctfs_bu_inactive()
464 return (ctfs_endpoint_ioctl(&bunode->ctfs_bu_listener, cmd, arg, cr, in ctfs_bu_ioctl()
483 return (ctfs_endpoint_poll(&bunode->ctfs_bu_listener, events, anyyet, in ctfs_bu_poll()
/illumos-gate/usr/src/uts/common/sys/
H A Dctfs_impl.h178 ctfs_endpoint_t ctfs_bu_listener; /* common endpoint data */ member