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

/freebsd-11-stable/stand/libsa/
H A Dnetif.c79 netif_match(struct netif *nif, void *machdep_hint) argument
88 return drv->netif_match(nif, machdep_hint);
92 netif_select(void *machdep_hint) argument
129 val = netif_match(&cur_if, machdep_hint);
162 netif_probe(struct netif *nif, void *machdep_hint) argument
170 return drv->netif_probe(nif, machdep_hint);
174 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) argument
188 drv->netif_init(desc, machdep_hint);
275 netif_open(void *machdep_hint) argument
291 nif = netif_select(machdep_hint);
[all...]
/freebsd-11-stable/stand/ofw/libofw/
H A Dofw_net.c79 ofwn_match(struct netif *nif, void *machdep_hint) argument
85 ofwn_probe(struct netif *nif, void *machdep_hint) argument
195 ofwn_init(struct iodesc *desc, void *machdep_hint) argument
/freebsd-11-stable/stand/uboot/lib/
H A Dnet.c199 net_match(struct netif *nif, void *machdep_hint) argument
201 char **a = (char **)machdep_hint;
211 net_probe(struct netif *nif, void *machdep_hint) argument
317 net_init(struct iodesc *desc, void *machdep_hint) argument
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.c74 static int pxe_netif_match(struct netif *nif, void *machdep_hint);
75 static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
76 static void pxe_netif_init(struct iodesc *desc, void *machdep_hint);
350 pxe_netif_match(struct netif *nif, void *machdep_hint) argument
356 pxe_netif_probe(struct netif *nif, void *machdep_hint) argument
380 pxe_netif_init(struct iodesc *desc, void *machdep_hint) argument
/freebsd-11-stable/stand/efi/libefi/
H A Definet.c99 efinet_match(struct netif *nif, void *machdep_hint) argument
101 struct devdesc *dev = machdep_hint;
109 efinet_probe(struct netif *nif, void *machdep_hint) argument
184 efinet_init(struct iodesc *desc, void *machdep_hint) argument

Completed in 122 milliseconds