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

/freebsd-11-stable/stand/libsa/
H A Dnetif.c79 netif_match(struct netif *nif, void *machdep_hint) argument
81 struct netif_driver *drv = nif->nif_driver;
86 nif->nif_unit, nif->nif_sel);
88 return drv->netif_match(nif, machdep_hint);
162 netif_probe(struct netif *nif, void *machdep_hint) argument
164 struct netif_driver *drv = nif->nif_driver;
168 printf("%s%d: netif_probe\n", drv->netif_bname, nif->nif_unit);
170 return drv->netif_probe(nif, machdep_hint);
174 netif_attach(struct netif *nif, struc argument
194 netif_detach(struct netif *nif) argument
214 struct netif *nif = desc->io_netif; local
241 struct netif *nif = desc->io_netif; local
279 struct netif *nif; local
[all...]
/freebsd-11-stable/stand/uboot/lib/
H A Dnet.c199 net_match(struct netif *nif, void *machdep_hint) argument
211 net_probe(struct netif *nif, void *machdep_hint) argument
238 struct netif *nif = desc->io_netif; local
239 struct uboot_softc *sc = nif->nif_devdata;
277 struct netif *nif = desc->io_netif; local
278 struct uboot_softc *sc = nif->nif_devdata;
319 struct netif *nif = desc->io_netif; local
324 sc = nif->nif_devdata = &uboot_softc;
328 nif->nif_driver->netif_bname, nif
356 net_end(struct netif *nif) argument
[all...]
/freebsd-11-stable/stand/efi/libefi/
H A Definet.c99 efinet_match(struct netif *nif, void *machdep_hint) argument
103 if (dev->d_unit == nif->nif_unit)
109 efinet_probe(struct netif *nif, void *machdep_hint) argument
118 struct netif *nif = desc->io_netif; local
123 net = nif->nif_devdata;
148 struct netif *nif = desc->io_netif; local
156 net = nif->nif_devdata;
186 struct netif *nif = desc->io_netif; local
192 if (nif->nif_driver->netif_ifs[nif
241 efinet_end(struct netif *nif) argument
[all...]
/freebsd-11-stable/stand/ofw/libofw/
H A Dofw_net.c79 ofwn_match(struct netif *nif, void *machdep_hint) argument
85 ofwn_probe(struct netif *nif, void *machdep_hint) argument
246 ofwn_end(struct netif *nif) argument
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.c74 static int pxe_netif_match(struct netif *nif, void *machdep_hint);
75 static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
79 static void pxe_netif_end(struct netif *nif);
350 pxe_netif_match(struct netif *nif, void *machdep_hint) argument
356 pxe_netif_probe(struct netif *nif, void *machdep_hint) argument
365 pxe_netif_end(struct netif *nif) argument
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_desc.c106 uint8_t nif; local
124 nalt = nif = pconf->num_interface;
128 for (i = 0; i < nif; i++) {
158 (nif * sizeof(libusb_interface)) +
175 ifd = (libusb_interface_descriptor *) (pconfd->interface + nif);
198 for (i = 0; i < nif; i++) {
214 for (i = 0; i < nif; i++) {
/freebsd-11-stable/contrib/ncurses/
H A Dconvert_configure.pl106 s/^\s*host=`.*\$ac_config_sub \$host_alias`/$&\nif test -z "\$host"; then host=\$host_alias; fi/;
/freebsd-11-stable/bin/sh/
H A Dparser.c437 n1 = (union node *)stalloc(sizeof (struct nif));
439 if ((n1->nif.test = list(0)) == NULL)
442 n1->nif.ifpart = list(0);
445 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif));
446 n2 = n2->nif.elsepart;
448 if ((n2->nif.test = list(0)) == NULL)
451 n2->nif.ifpart = list(0);
454 n2->nif.elsepart = list(0);
456 n2->nif
[all...]
H A Deval.c242 evaltree(n->nif.test, EV_TESTED);
246 next = n->nif.ifpart;
247 else if (n->nif.elsepart)
248 next = n->nif.elsepart;
H A Djobs.c1419 cmdtxt(n->nif.test);
1421 cmdtxt(n->nif.ifpart);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dinode.c160 int i, n, (*func)(struct inodesc *), nif; local
179 nif = NINDIR(&sblock);
181 nif = howmany(isize, sizepb);
182 if (idesc->id_func == pass1check && nif < NINDIR(&sblock)) {
183 for (i = nif; i < NINDIR(&sblock); i++) {
197 for (i = 0; i < nif; i++) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c2607 unsigned int nif, ni4, ni6; local
2609 nif = ni4 = ni6 = 0;
2642 nif++;
2657 nif++;
2677 nif++;
2690 if (nif != 0) {
2692 DPRINTF(1, ("io_setbclient: listening to %d broadcast addresses\n", nif));
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c1339 uint16 nif = 0; // counts the number of interface listed local
1370 nif++;
1406 RPCAP_MSG_FINDALLIF_REPLY, nif, replylen);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c2350 int nif; /* Number of interfaces listed */ local
2387 nif = ntohs(header.value);
2390 for (i = 0; i < nif; i++)
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c274 netmap_mem_if_delete(struct netmap_adapter *na, struct netmap_if *nif) argument
279 nmd->ops->nmd_if_delete(na, nif);

Completed in 207 milliseconds