| /freebsd/stand/libsa/ |
| H A D | netif.c | 86 netif_match(struct netif *nif, void *machdep_hint) in netif_match() argument 88 struct netif_driver *drv = nif->nif_driver; in netif_match() 93 nif->nif_unit, nif->nif_sel); in netif_match() 95 return drv->netif_match(nif, machdep_hint); in netif_match() 168 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe() argument 170 struct netif_driver *drv = nif->nif_driver; in netif_probe() 174 printf("%s%d: netif_probe\n", drv->netif_bname, nif->nif_unit); in netif_probe() 176 return drv->netif_probe(nif, machdep_hint); in netif_probe() 180 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach() argument 182 struct netif_driver *drv = nif->nif_driver; in netif_attach() [all …]
|
| /freebsd/stand/uboot/ |
| H A D | net.c | 196 net_match(struct netif *nif, void *machdep_hint) in net_match() argument 208 net_probe(struct netif *nif, void *machdep_hint) in net_probe() argument 235 struct netif *nif = desc->io_netif; in net_put() local 236 struct uboot_softc *sc = nif->nif_devdata; in net_put() 274 struct netif *nif = desc->io_netif; in net_get() local 275 struct uboot_softc *sc = nif->nif_devdata; in net_get() 316 struct netif *nif = desc->io_netif; in net_init() local 321 sc = nif->nif_devdata = &uboot_softc; in net_init() 325 nif->nif_driver->netif_bname, nif->nif_unit, err); in net_init() 332 nif->nif_driver->netif_bname, nif->nif_unit); in net_init() [all …]
|
| /freebsd/stand/efi/libefi/ |
| H A D | efinet.c | 99 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match() argument 103 if (dev->d_unit == nif->nif_unit) in efinet_match() 109 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe() argument 115 h = nif->nif_driver->netif_ifs[nif->nif_unit].dif_private; in efinet_probe() 125 "exclusive access: %lu\n", nif->nif_unit, in efinet_probe() 136 struct netif *nif = desc->io_netif; in efinet_put() local 141 net = nif->nif_devdata; in efinet_put() 166 struct netif *nif = desc->io_netif; in efinet_get() local 174 net = nif->nif_devdata; in efinet_get() 273 struct netif *nif = desc->io_netif; in efinet_init() local [all …]
|
| /freebsd/stand/i386/libi386/ |
| H A D | pxe.c | 71 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) in pxe_netif_match() argument 353 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe() argument 362 pxe_netif_end(struct netif *nif) in pxe_netif_end() argument
|
| /freebsd/stand/libofw/ |
| H A D | ofw_net.c | 81 ofwn_match(struct netif *nif, void *machdep_hint) in ofwn_match() argument 87 ofwn_probe(struct netif *nif, void *machdep_hint) in ofwn_probe() argument 238 ofwn_end(struct netif *nif) in ofwn_end() argument
|
| /freebsd/lib/libusb/ |
| H A D | libusb10_desc.c | 107 uint8_t nif; in libusb_get_config_descriptor() local 125 nalt = nif = pconf->num_interface; in libusb_get_config_descriptor() 129 for (i = 0; i < nif; i++) { in libusb_get_config_descriptor() 159 (nif * sizeof(libusb_interface)) + in libusb_get_config_descriptor() 176 ifd = (libusb_interface_descriptor *) (pconfd->interface + nif); in libusb_get_config_descriptor() 199 for (i = 0; i < nif; i++) { in libusb_get_config_descriptor() 215 for (i = 0; i < nif; i++) { in libusb_get_config_descriptor()
|
| /freebsd/bin/sh/ |
| H A D | parser.c | 437 n1 = (union node *)stalloc(sizeof (struct nif)); in command() 439 if ((n1->nif.test = list(0)) == NULL) in command() 442 n1->nif.ifpart = list(0); in command() 445 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif)); in command() 446 n2 = n2->nif.elsepart; in command() 448 if ((n2->nif.test = list(0)) == NULL) in command() 451 n2->nif.ifpart = list(0); in command() 454 n2->nif.elsepart = list(0); in command() 456 n2->nif.elsepart = NULL; in command()
|
| H A D | eval.c | 236 evaltree(n->nif.test, EV_TESTED); in evaltree() 240 next = n->nif.ifpart; in evaltree() 241 else if (n->nif.elsepart) in evaltree() 242 next = n->nif.elsepart; in evaltree()
|
| H A D | nodetypes | 75 NIF nif # the if statement. Elif clauses are handled
|
| H A D | jobs.c | 1428 cmdtxt(n->nif.test); in cmdtxt() 1430 cmdtxt(n->nif.ifpart); in cmdtxt()
|
| /freebsd/sbin/fsck_ffs/ |
| H A D | inode.c | 170 int i, n, (*func)(struct inodesc *), nif; in iblock() local 191 nif = NINDIR(&sblock); in iblock() 193 nif = howmany(isize, sizepb); in iblock() 194 if (idesc->id_func == pass1check && nif < NINDIR(&sblock)) { in iblock() 195 for (i = nif; i < NINDIR(&sblock); i++) { in iblock() 209 for (i = 0; i < nif; i++) { in iblock()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 2648 unsigned int nif, ni4; in io_setbclient() local 2650 nif = ni4 = 0; in io_setbclient() 2681 nif++; in io_setbclient() 2696 nif++; in io_setbclient() 2716 nif++; in io_setbclient() 2729 if (nif != 0) { in io_setbclient() 2731 DPRINTF(1, ("io_setbclient: listening to %d broadcast addresses\n", nif)); in io_setbclient()
|
| /freebsd/contrib/libpcap/rpcapd/ |
| H A D | daemon.c | 1612 uint16 nif = 0; // counts the number of interface listed in daemon_msg_findallif_req() local 1644 nif++; in daemon_msg_findallif_req() 1704 RPCAP_MSG_FINDALLIF_REPLY, nif, replylen); in daemon_msg_findallif_req()
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-rpcap.c | 2625 int nif; /* Number of interfaces listed */ in pcap_findalldevs_ex_remote() local 2664 nif = ntohs(header.value); in pcap_findalldevs_ex_remote() 2667 for (i = 0; i < nif; i++) in pcap_findalldevs_ex_remote()
|
| /freebsd/crypto/heimdal/kadmin/ |
| H A D | kadmin-commands.in | 110 …help = "Initializes the default principals for a realm. Creates the database\nif necessary. Local …
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | games | 227 # Extension: .nif, .kf 239 # Extension .nif
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_mem2.c | 280 netmap_mem_if_delete(struct netmap_adapter *na, struct netmap_if *nif) in netmap_mem_if_delete() argument 285 nmd->ops->nmd_if_delete(nmd, na, nif); in netmap_mem_if_delete()
|