Home
last modified time | relevance | path

Searched defs:nif (Results 1 – 11 of 11) sorted by relevance

/freebsd/stand/libsa/
H A Dnetif.c86 netif_match(struct netif *nif, void *machdep_hint) in netif_match()
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()
200 netif_detach(struct netif *nif) in netif_detach()
220 struct netif *nif = desc->io_netif; in netif_get() local
247 struct netif *nif = desc->io_netif; in netif_put() local
315 struct netif *nif; in netif_open() local
/freebsd/stand/uboot/
H A Dnet.c196 net_match(struct netif *nif, void *machdep_hint) in net_match()
208 net_probe(struct netif *nif, void *machdep_hint) in net_probe()
235 struct netif *nif = desc->io_netif; in net_put() local
274 struct netif *nif = desc->io_netif; in net_get() local
316 struct netif *nif = desc->io_netif; in net_init() local
353 net_end(struct netif *nif) in net_end()
/freebsd/stand/efi/libefi/
H A Definet.c98 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match()
108 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe()
135 struct netif *nif = desc->io_netif; in efinet_put() local
165 struct netif *nif = desc->io_netif; in efinet_get() local
271 struct netif *nif = desc->io_netif; in efinet_init() local
329 efinet_end(struct netif *nif) in efinet_end()
/freebsd/stand/libofw/
H A Dofw_net.c81 ofwn_match(struct netif *nif, void *machdep_hint) in ofwn_match()
87 ofwn_probe(struct netif *nif, void *machdep_hint) in ofwn_probe()
238 ofwn_end(struct netif *nif) in ofwn_end()
/freebsd/stand/i386/libi386/
H A Dpxe.c347 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()
362 pxe_netif_end(struct netif *nif) in pxe_netif_end()
/freebsd/lib/libusb/
H A Dlibusb10_desc.c107 uint8_t nif; in libusb_get_config_descriptor() local
/freebsd/sbin/fsck_ffs/
H A Dinode.c169 int i, n, (*func)(struct inodesc *), nif; in iblock() local
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c1614 uint16 nif = 0; // counts the number of interface listed in daemon_msg_findallif_req() local
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c2621 int nif; /* Number of interfaces listed */ in pcap_findalldevs_ex_remote() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c2650 unsigned int nif, ni4; in io_setbclient() local
/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c279 netmap_mem_if_delete(struct netmap_adapter *na, struct netmap_if *nif) in netmap_mem_if_delete()