Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dnetif.h12 int (*netif_probe)(struct netif *, void *); member
54 int netif_probe(struct netif *, void *);
H A Dnetif.c171 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe() function
179 return (drv->netif_probe(nif, machdep_hint)); in netif_probe()
338 if (netif_probe(nif, machdep_hint)) { in netif_open()
/illumos-gate/usr/src/boot/efi/libefi/
H A Definet.c62 .netif_probe = efinet_probe,
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c103 .netif_probe = pxe_netif_probe,