HomeSort by: relevance | last modified time | path
    Searched refs:nif_sel (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libsa/
netif.h 70 int nif_sel; member in struct:netif
netif.c 87 nif->nif_unit, __func__, nif->nif_sel);
124 cur_if.nif_sel = s;
155 netif_ifs[best_if.nif_unit].dif_used |= (1 << best_if.nif_sel);
161 best_if.nif_unit, best_if.nif_sel);
  /src/sys/arch/hp300/stand/common/
if_le.c 221 if (nif->nif_sel < le_ifs[nif->nif_unit].dif_nsel) {
223 rv = sels[nif->nif_sel].le_heat;
225 rv += sels[nif->nif_sel].le_bonus;
229 printf("le%d: sel %d --> %d\n", nif->nif_unit, nif->nif_sel,
246 printf("le%d.%d: le_probe called\n", nif->nif_unit, nif->nif_sel);

Completed in 12 milliseconds