Searched refs:nif (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/stand/libsa/
H A Dnetif.c86 netif_match(struct netif *nif, void *machdep_hint) argument
88 struct netif_driver *drv = nif->nif_driver;
93 nif->nif_unit, nif->nif_sel);
95 return drv->netif_match(nif, machdep_hint);
168 netif_probe(struct netif *nif, void *machdep_hint) argument
170 struct netif_driver *drv = nif->nif_driver;
174 printf("%s%d: netif_probe\n", drv->netif_bname, nif->nif_unit);
176 return drv->netif_probe(nif, machdep_hint);
180 netif_attach(struct netif *nif, struc argument
200 netif_detach(struct netif *nif) argument
220 struct netif *nif = desc->io_netif; local
247 struct netif *nif = desc->io_netif; local
315 struct netif *nif; local
[all...]
/freebsd-current/stand/uboot/
H A Dnet.c196 net_match(struct netif *nif, void *machdep_hint) argument
208 net_probe(struct netif *nif, void *machdep_hint) argument
235 struct netif *nif = desc->io_netif; local
236 struct uboot_softc *sc = nif->nif_devdata;
274 struct netif *nif = desc->io_netif; local
275 struct uboot_softc *sc = nif->nif_devdata;
316 struct netif *nif = desc->io_netif; local
321 sc = nif->nif_devdata = &uboot_softc;
325 nif->nif_driver->netif_bname, nif
353 net_end(struct netif *nif) argument
[all...]
/freebsd-current/stand/efi/libefi/
H A Definet.c98 efinet_match(struct netif *nif, void *machdep_hint) argument
102 if (dev->d_unit == nif->nif_unit)
108 efinet_probe(struct netif *nif, void *machdep_hint) argument
114 h = nif->nif_driver->netif_ifs[nif->nif_unit].dif_private;
124 "exclusive access: %lu\n", nif->nif_unit,
135 struct netif *nif = desc->io_netif; local
140 net = nif->nif_devdata;
165 struct netif *nif = desc->io_netif; local
173 net = nif
271 struct netif *nif = desc->io_netif; local
329 efinet_end(struct netif *nif) argument
[all...]
/freebsd-current/stand/i386/libi386/
H A Dpxe.c71 static int pxe_netif_match(struct netif *nif, void *machdep_hint);
72 static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
76 static void pxe_netif_end(struct netif *nif);
347 pxe_netif_match(struct netif *nif, void *machdep_hint) argument
353 pxe_netif_probe(struct netif *nif, void *machdep_hint) argument
362 pxe_netif_end(struct netif *nif) argument
/freebsd-current/stand/libofw/
H A Dofw_net.c81 ofwn_match(struct netif *nif, void *machdep_hint) argument
87 ofwn_probe(struct netif *nif, void *machdep_hint) argument
238 ofwn_end(struct netif *nif) argument
/freebsd-current/lib/libusb/
H A Dlibusb10_desc.c107 uint8_t nif; local
125 nalt = nif = pconf->num_interface;
129 for (i = 0; i < nif; i++) {
159 (nif * sizeof(libusb_interface)) +
176 ifd = (libusb_interface_descriptor *) (pconfd->interface + nif);
199 for (i = 0; i < nif; i++) {
215 for (i = 0; i < nif; i++) {
/freebsd-current/bin/sh/
H A Dparser.c435 n1 = (union node *)stalloc(sizeof (struct nif));
437 if ((n1->nif.test = list(0)) == NULL)
440 n1->nif.ifpart = list(0);
443 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif));
444 n2 = n2->nif.elsepart;
446 if ((n2->nif.test = list(0)) == NULL)
449 n2->nif.ifpart = list(0);
452 n2->nif.elsepart = list(0);
454 n2->nif
[all...]
H A Deval.c233 evaltree(n->nif.test, EV_TESTED);
237 next = n->nif.ifpart;
238 else if (n->nif.elsepart)
239 next = n->nif.elsepart;
H A Djobs.c1421 cmdtxt(n->nif.test);
1423 cmdtxt(n->nif.ifpart);
/freebsd-current/sbin/fsck_ffs/
H A Dinode.c169 int i, n, (*func)(struct inodesc *), nif; local
190 nif = NINDIR(&sblock);
192 nif = howmany(isize, sizepb);
193 if (idesc->id_func == pass1check && nif < NINDIR(&sblock)) {
194 for (i = nif; i < NINDIR(&sblock); i++) {
208 for (i = 0; i < nif; i++) {
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_io.c2607 unsigned int nif, ni4; local
2609 nif = ni4 = 0;
2640 nif++;
2655 nif++;
2675 nif++;
2688 if (nif != 0) {
2690 DPRINTF(1, ("io_setbclient: listening to %d broadcast addresses\n", nif));
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c1614 uint16 nif = 0; // counts the number of interface listed local
1646 nif++;
1706 RPCAP_MSG_FINDALLIF_REPLY, nif, replylen);
/freebsd-current/contrib/libpcap/
H A Dpcap-rpcap.c2621 int nif; /* Number of interfaces listed */ local
2660 nif = ntohs(header.value);
2663 for (i = 0; i < nif; i++)
/freebsd-current/sys/dev/netmap/
H A Dnetmap_mem2.c279 netmap_mem_if_delete(struct netmap_adapter *na, struct netmap_if *nif) argument
284 nmd->ops->nmd_if_delete(nmd, na, nif);

Completed in 185 milliseconds