Searched defs:nif (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/stand/lib/ |
H A D | netif.c | 75 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 D | efinet.c | 100 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 D | nodes.h | 63 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 D | pxe.c | 533 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 D | libusb10_desc.c | 106 uint8_t nif; in libusb_get_config_descriptor() local
|
/dflybsd-src/sbin/fsck/ |
H A D | inode.c | 151 int i, n, (*func)(), nif; in iblock() local
|