Searched refs:VOPNAME_POLL (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_event.c | 337 { VOPNAME_POLL, { .vop_poll = ctfs_ev_poll } }, 497 { VOPNAME_POLL, { .vop_poll = ctfs_bu_poll } },
|
/titanic_44/usr/src/uts/common/fs/doorfs/ |
H A D | door_vnops.c | 65 VOPNAME_POLL, { .error = fs_error },
|
/titanic_44/usr/src/uts/common/fs/portfs/ |
H A D | port_vnops.c | 56 VOPNAME_POLL, { .vop_poll = port_poll },
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 103 VOPNAME_POLL, { .vop_poll = socket_vop_poll },
|
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 485 VOPNAME_POLL, { .vop_poll = nm_poll },
|
/titanic_44/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 331 VOPNAME_POLL, { .error = fs_error },
|
/titanic_44/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 83 VOPNAME_POLL, { .error = fs_error },
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 1249 VOPNAME_POLL, { .vop_poll = lo_poll },
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1153 #define VOPNAME_POLL "poll" macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1158 #define VOPNAME_POLL "poll" macro
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 137 VOPNAME_POLL, { .vop_poll = fifo_poll },
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1885 VOPNAME_POLL, { .vop_poll = mntpoll },
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 204 VOPNAME_POLL, { .vop_poll = spec_poll },
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vnode.c | 334 VOPNAME_POLL, offsetof(struct vnodeops, vop_poll),
|
H A D | fem.c | 1993 { VOPNAME_POLL, (femop_t *)vhead_poll },
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 227 VOPNAME_POLL, { .vop_poll = ufs_poll }, /* not blkd */
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 6051 VOPNAME_POLL, { .vop_poll = prpoll },
|