Home
last modified time | relevance | path

Searched refs:IOPORT_F_IN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dinout.h67 #define IOPORT_F_IN 0x1 macro
69 #define IOPORT_F_INOUT (IOPORT_F_IN | IOPORT_F_OUT)
H A Dpost.c50 INOUT_PORT(post, 0x84, IOPORT_F_IN, post_data_handler);
H A Dinout.c139 if (!(handler.flags & IOPORT_F_IN)) in emulate_inout()
H A Dfwctl.c571 iop.flags = IOPORT_F_IN; in fwctl_init()