Home
last modified time | relevance | path

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

/dflybsd-src/stand/lib/
H A Dnetif.c75 netif_match(struct netif *nif, void *machdep_hint) in netif_match()
157 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe()
169 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach()
189 netif_detach(struct netif *nif) in netif_detach()
209 struct netif *nif = desc->io_netif; in netif_get() local
236 struct netif *nif = desc->io_netif; in netif_put() local
274 struct netif *nif; in netif_open() local
/dflybsd-src/stand/boot/efi/libefi/
H A Definet.c100 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match()
110 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe()
119 struct netif *nif = desc->io_netif; in efinet_put() local
147 struct netif *nif = desc->io_netif; in efinet_get() local
182 struct netif *nif = desc->io_netif; in efinet_init() local
240 efinet_end(struct netif *nif) in efinet_end()
/dflybsd-src/bin/sh/pregenerated/
H A Dnodes.h63 struct nif { struct
64 int type;
65 union node *test;
66 union node *ifpart;
67 union node *elsepart;
141 struct nif nif; member
/dflybsd-src/stand/boot/pc32/libi386/
H A Dpxe.c533 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match()
540 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe()
559 pxe_netif_end(struct netif *nif) in pxe_netif_end()
/dflybsd-src/lib/libusb/
H A Dlibusb10_desc.c106 uint8_t nif; in libusb_get_config_descriptor() local
/dflybsd-src/sbin/fsck/
H A Dinode.c151 int i, n, (*func)(), nif; in iblock() local