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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnetif.h46 void *nif_devdata; member in struct:netif
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dnet.c239 struct uboot_softc *sc = nif->nif_devdata;
278 struct uboot_softc *sc = nif->nif_devdata;
322 sc = nif->nif_devdata = &uboot_softc;
356 struct uboot_softc *sc = nif->nif_devdata;
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Definet.c124 net = nif->nif_devdata;
154 net = nif->nif_devdata;
193 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata);
200 net = nif->nif_devdata;
242 EFI_SIMPLE_NETWORK *net = nif->nif_devdata;

Completed in 46 milliseconds