Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dinout.c64 #define MAX_IOPORTS (1 << 16) macro
67 assert((port) >= 0 && (size) > 0 && ((port) + (size)) <= MAX_IOPORTS)
76 static struct inout_handler inout_handlers[MAX_IOPORTS];
159 register_default_iohandler(0, MAX_IOPORTS); in init_inout()
166 assert(iop->port < MAX_IOPORTS); in init_inout()