Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c595.c35 static unsigned short vx_connector, vx_connectors; variable
358 vx_connectors = inw(BASE + VX_W3_RESET_OPT) & 0x7f; in vxgetlink()
360 if (vx_connectors & conn_tab[k].bit) { in vxgetlink()
368 if (vx_connectors == 0) { in vxgetlink()
400 if ((vx_connectors & conn_tab[vx_connector].bit) == 0) { in vxsetlink()