Home
last modified time | relevance | path

Searched refs:mevent (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.h43 struct mevent;
45 struct mevent *mevent_add(int fd, enum ev_type type,
48 struct mevent *mevent_add_flags(int fd, enum ev_type type, int fflags,
51 struct mevent *mevent_add_disabled(int fd, enum ev_type type,
54 int mevent_enable(struct mevent *evp);
55 int mevent_disable(struct mevent *evp);
56 int mevent_delete(struct mevent *evp);
57 int mevent_delete_close(struct mevent *evp);
H A Dmevent.c95 struct mevent { struct
121 LIST_ENTRY(mevent) me_list; argument
272 struct mevent *mevp, *tmpp; in mevent_build()
312 struct mevent *mevp; in mevent_handle()
605 static struct mevent *
613 struct mevent *lp, *mevp; in mevent_add_state()
695 struct mevent *
703 struct mevent *
711 struct mevent *
829 struct mevent *pipev; in mevent_dispatch()
[all …]
H A DMakefile51 mevent.c \
120 MEVENT_TEST_SRCS = mevent.c mevent_test.c
H A Dmevent_test.c63 static struct mevent *tevp;
150 struct mevent *mev; in echoer()
H A Drfb_impl.h208 struct mevent *rs_connevent;
H A Dpci_virtio_console.c120 struct mevent * vss_server_evp;
121 struct mevent * vss_conn_evp;
H A Dpm.c58 static struct mevent *power_button;
H A Dnet_backends.c209 struct mevent *mevp;
625 struct mevent *mevp;
974 struct mevent *bdp_mevp;
H A Duart_emul.c143 struct mevent *mev;
151 struct mevent *servmev; /* mevent for server socket */
H A Dpci_virtio_input.c152 struct mevent *vsc_evp;
H A Dblock_if.c140 struct mevent *bc_resize_event;
H A Dgdb.c80 static struct mevent *read_event, *write_event;
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A DMakefile18 TESTSUBDIR = mevent
27 SUPOBJS = mevent.o testlib.o
48 mevent.o: ../../../mevent.c
H A Dread_disable.c59 static struct mevent *read_event;
105 struct mevent *timer; in main()
H A Dmevent.c30 struct mevent *mevp; in test_mevent_count_lists()
H A Dread_requeue.c77 struct mevent *evp; in main()
H A Dlists_delete.c116 struct mevent *unused_evp, *flush_evp; in main()
H A Dread_pause.c107 struct mevent *evp, *timer; in main()
H A Dvnode_file.c61 struct mevent *evp; in test_fd()
H A Dvnode_zvol.c135 struct mevent *evp; in main()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-bhyve-tests.p5m57 dir path=opt/bhyve-tests/tests/mevent
58 file path=opt/bhyve-tests/tests/mevent/lists_delete mode=0555
59 file path=opt/bhyve-tests/tests/mevent/read_disable mode=0555
60 file path=opt/bhyve-tests/tests/mevent/read_pause mode=0555
61 file path=opt/bhyve-tests/tests/mevent/read_requeue mode=0555
62 file path=opt/bhyve-tests/tests/mevent/vnode_file mode=0555
63 file path=opt/bhyve-tests/tests/mevent/vnode_zvol mode=0555
/illumos-gate/usr/src/test/bhyve-tests/runfiles/
H A Ddefault.run81 # Tests of userspace mevent system, built from cmd/bhyve
82 [/opt/bhyve-tests/tests/mevent]
86 [/opt/bhyve-tests/tests/mevent/vnode_zvol]
/illumos-gate/usr/src/cmd/bhyve/test/tests/
H A DMakefile16 SUBDIRS = mevent
/illumos-gate/usr/src/uts/sun4u/opl/sys/scfd/
H A Dscfdscpif.h69 void (*event_handler)(scf_event_t mevent, void *arg), void *arg);
/illumos-gate/exception_lists/
H A Dwscheck69 usr/src/cmd/bhyve/mevent.[ch]

12