Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dnetif.c90 netif_match(struct netif *nif, void *machdep_hint) in netif_match() argument
99 return (drv->netif_match(nif, machdep_hint)); in netif_match()
103 netif_select(void *machdep_hint) in netif_select() argument
138 val = netif_match(&cur_if, machdep_hint); in netif_select()
171 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe() argument
179 return (drv->netif_probe(nif, machdep_hint)); in netif_probe()
197 drv->netif_init(desc, machdep_hint); in netif_attach()
315 netif_open(void *machdep_hint) in netif_open() argument
335 nif = netif_select(machdep_hint); in netif_open()
338 if (netif_probe(nif, machdep_hint)) { in netif_open()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c73 static int pxe_netif_match(struct netif *nif, void *machdep_hint);
74 static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
75 static void pxe_netif_init(struct iodesc *desc, void *machdep_hint);
357 pxe_netif_match(struct netif *nif __unused, void *machdep_hint __unused) in pxe_netif_match()
364 pxe_netif_probe(struct netif *nif __unused, void *machdep_hint __unused) in pxe_netif_probe()
388 pxe_netif_init(struct iodesc *desc, void *machdep_hint __unused) in pxe_netif_init()
/illumos-gate/usr/src/boot/efi/libefi/
H A Definet.c106 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match() argument
108 struct devdesc *dev = machdep_hint; in efinet_match()
116 efinet_probe(struct netif *nif, void *machdep_hint __unused) in efinet_probe()
209 efinet_init(struct iodesc *desc, void *machdep_hint __unused) in efinet_init()