Searched defs:machdep_hint (Results 1 – 5 of 5) sorted by relevance
/freebsd/stand/libsa/ |
H A D | netif.c | 86 netif_match(struct netif *nif, void *machdep_hint) in netif_match() 99 netif_select(void *machdep_hint) in netif_select() 168 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe() 180 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach() 312 netif_open(void *machdep_hint) in netif_open()
|
/freebsd/stand/libofw/ |
H A D | ofw_net.c | 81 ofwn_match(struct netif *nif, void *machdep_hint) in ofwn_match() 87 ofwn_probe(struct netif *nif, void *machdep_hint) in ofwn_probe() 195 ofwn_init(struct iodesc *desc, void *machdep_hint) in ofwn_init()
|
/freebsd/stand/uboot/ |
H A D | net.c | 196 net_match(struct netif *nif, void *machdep_hint) in net_match() 208 net_probe(struct netif *nif, void *machdep_hint) in net_probe() 314 net_init(struct iodesc *desc, void *machdep_hint) in net_init()
|
/freebsd/stand/efi/libefi/ |
H A D | efinet.c | 98 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match() 108 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe() 269 efinet_init(struct iodesc *desc, void *machdep_hint) in efinet_init()
|
/freebsd/stand/i386/libi386/ |
H A D | pxe.c | 347 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match() 353 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe() 377 pxe_netif_init(struct iodesc *desc, void *machdep_hint) in pxe_netif_init()
|