Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dinout.h56 typedef int (*inout_func_t)(struct vmctx *ctx, int in, int port, typedef
64 inout_func_t handler;
H A Dinout.c71 inout_func_t handler;
119 inout_func_t hfunc; in emulate_inout()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dqemu_fwcfg.c309 const int flags, const inout_func_t handler) in qemu_fwcfg_register_port()