Searched refs:conn_tab (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/vx/
H A Dif_vx.c93 } conn_tab[VX_CONNECTORS] = { variable in typeref:struct:connector_entry
302 if (sc->vx_connectors & conn_tab[k].bit) {
305 printf("%s", conn_tab[k].name);
319 printf("[*%s*]", conn_tab[(int)sc->vx_connector].name);
322 printf("[*%s*]\n", conn_tab[(int)sc->vx_connector].name);
360 if (sc->vx_connectors & conn_tab[CONNECTOR_AUI].bit) {
367 if (sc->vx_connectors & conn_tab[CONNECTOR_BNC].bit) {
374 if (sc->vx_connectors & conn_tab[CONNECTOR_UTP].bit) {
380 } else if ((sc->vx_connectors & conn_tab[(int)sc->vx_connector].bit) == 0) {
390 if_printf(ifp, "selected %s. (%s)\n", conn_tab[
[all...]

Completed in 101 milliseconds