Home
last modified time | relevance | path

Searched refs:inout_func_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/amd64/
H A Dinout.h41 typedef int (*inout_func_t)(struct vmctx *ctx, int in, int port, typedef
49 inout_func_t handler;
H A Dinout.c58 inout_func_t handler;
105 inout_func_t handler; in emulate_inout()
/freebsd/usr.sbin/bhyve/
H A Dqemu_fwcfg.c303 const int flags, const inout_func_t handler) in qemu_fwcfg_register_port()