Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dinout.h52 #define IOPORT_F_IN 0x1 macro
54 #define IOPORT_F_INOUT (IOPORT_F_IN | IOPORT_F_OUT)
H A Dpost.c49 INOUT_PORT(post, 0x84, IOPORT_F_IN, post_data_handler);
H A Dinout.c130 if (!(flags & IOPORT_F_IN)) in emulate_inout()
H A Dfwctl.c571 iop.flags = IOPORT_F_IN; in fwctl_init()