Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dnetif.c75 netif_match(struct netif *nif, void *machdep_hint) in netif_match() argument
84 return drv->netif_match(nif, machdep_hint); in netif_match()
88 netif_select(void *machdep_hint) in netif_select() argument
124 val = netif_match(&cur_if, machdep_hint); in netif_select()
157 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe() argument
165 return drv->netif_probe(nif, machdep_hint); in netif_probe()
183 drv->netif_init(desc, machdep_hint); in netif_attach()
270 netif_open(void *machdep_hint) in netif_open() argument
286 nif = netif_select(machdep_hint); in netif_open()
289 if (netif_probe(nif, machdep_hint)) { in netif_open()
[all …]
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c85 static int pxe_netif_match(struct netif *nif, void *machdep_hint);
86 static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
87 static void pxe_netif_init(struct iodesc *desc, void *machdep_hint);
533 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match() argument
540 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe() argument
570 pxe_netif_init(struct iodesc *desc, void *machdep_hint) in pxe_netif_init() argument
/dragonfly/stand/boot/efi/libefi/
H A Definet.c100 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match() argument
102 struct efi_devdesc *dev = machdep_hint; in efinet_match()
110 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe() argument
180 efinet_init(struct iodesc *desc, void *machdep_hint) in efinet_init() argument