Home
last modified time | relevance | path

Searched refs:VOPNAME_POLL (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c337 { 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 Ddoor_vnops.c65 VOPNAME_POLL, { .error = fs_error },
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_vnops.c56 VOPNAME_POLL, { .vop_poll = port_poll },
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c103 VOPNAME_POLL, { .vop_poll = socket_vop_poll },
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevno.c485 VOPNAME_POLL, { .vop_poll = nm_poll },
/titanic_44/usr/src/uts/common/fs/fd/
H A Dfdops.c331 VOPNAME_POLL, { .error = fs_error },
/titanic_44/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c83 VOPNAME_POLL, { .error = fs_error },
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1249 VOPNAME_POLL, { .vop_poll = lo_poll },
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1153 #define VOPNAME_POLL "poll" macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1158 #define VOPNAME_POLL "poll" macro
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c137 VOPNAME_POLL, { .vop_poll = fifo_poll },
/titanic_44/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1885 VOPNAME_POLL, { .vop_poll = mntpoll },
/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c204 VOPNAME_POLL, { .vop_poll = spec_poll },
/titanic_44/usr/src/uts/common/fs/
H A Dvnode.c334 VOPNAME_POLL, offsetof(struct vnodeops, vop_poll),
H A Dfem.c1993 { VOPNAME_POLL, (femop_t *)vhead_poll },
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c227 VOPNAME_POLL, { .vop_poll = ufs_poll }, /* not blkd */
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvnops.c6051 VOPNAME_POLL, { .vop_poll = prpoll },