Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c112 #define UART_NLDEVS (sizeof(uart_lres) / sizeof(uart_lres[0])) macro
813 if (which < 0 || which >= (int)UART_NLDEVS || uart_lres[which].inuse) in uart_legacy_alloc()