Searched refs:machdep_hint (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/stand/libsa/
H A Dnetif.c86 netif_match(struct netif *nif, void *machdep_hint) argument
95 return drv->netif_match(nif, machdep_hint);
99 netif_select(void *machdep_hint) argument
135 val = netif_match(&cur_if, machdep_hint);
168 netif_probe(struct netif *nif, void *machdep_hint) argument
176 return drv->netif_probe(nif, machdep_hint);
180 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) argument
194 drv->netif_init(desc, machdep_hint);
312 netif_open(void *machdep_hint) argument
333 nif = netif_select(machdep_hint);
[all...]
/freebsd-current/stand/uboot/
H A Dnet.c196 net_match(struct netif *nif, void *machdep_hint) argument
198 char **a = (char **)machdep_hint;
208 net_probe(struct netif *nif, void *machdep_hint) argument
314 net_init(struct iodesc *desc, void *machdep_hint) argument
/freebsd-current/stand/i386/libi386/
H A Dpxe.c71 static int pxe_netif_match(struct netif *nif, void *machdep_hint);
72 static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
73 static void pxe_netif_init(struct iodesc *desc, void *machdep_hint);
347 pxe_netif_match(struct netif *nif, void *machdep_hint) argument
353 pxe_netif_probe(struct netif *nif, void *machdep_hint) argument
377 pxe_netif_init(struct iodesc *desc, void *machdep_hint) argument
/freebsd-current/stand/libofw/
H A Dofw_net.c81 ofwn_match(struct netif *nif, void *machdep_hint) argument
87 ofwn_probe(struct netif *nif, void *machdep_hint) argument
195 ofwn_init(struct iodesc *desc, void *machdep_hint) argument
/freebsd-current/stand/efi/libefi/
H A Definet.c98 efinet_match(struct netif *nif, void *machdep_hint) argument
100 struct devdesc *dev = machdep_hint;
108 efinet_probe(struct netif *nif, void *machdep_hint) argument
269 efinet_init(struct iodesc *desc, void *machdep_hint) argument

Completed in 124 milliseconds