| /src/sys/dev/mca/ |
| if_ep_mca.c | 127 const struct ep_mca_product *epp; local 129 for (epp = ep_mca_products; epp->epp_name != NULL; epp++) 130 if (ma->ma_id == epp->epp_prodid) 131 return (epp); 154 const struct ep_mca_product *epp; local 198 epp = ep_mca_lookup(ma); 199 if (epp == NULL) { 205 irq, epp->epp_name) [all...] |
| /src/sys/dev/pci/ |
| if_ep_pci.c | 152 const struct ep_pci_product *epp; local 157 for (epp = ep_pci_products; epp->epp_name != NULL; epp++) 158 if (PCI_PRODUCT(pa->pa_id) == epp->epp_prodid) 159 return (epp); 182 const struct ep_pci_product *epp; local 194 epp = ep_pci_lookup(pa); 195 if (epp == NULL) { 200 aprint_normal(": 3Com %s\n", epp->epp_name) [all...] |
| if_epic_pci.c | 98 const struct epic_pci_product *epp; local 103 for (epp = epic_pci_products; epp->epp_name != NULL; epp++) 104 if (PCI_PRODUCT(pa->pa_id) == epp->epp_prodid) 105 return epp; 160 const struct epic_pci_product *epp; local 170 epp = epic_pci_lookup(pa); 171 if (epp == NULL) { 176 pci_aprint_devinfo_fancy(pa, "Ethernet controller", epp->epp_name, 1) [all...] |
| if_ex_pci.c | 179 const struct ex_pci_product *epp; local 184 for (epp = ex_pci_products; epp->epp_name != NULL; epp++) 185 if (PCI_PRODUCT(pa->pa_id) == epp->epp_prodid) 186 return (epp); 210 const struct ex_pci_product *epp; local 226 epp = ex_pci_lookup(pa); 227 if (epp == NULL) { 233 aprint_normal(": 3Com %s (rev. 0x%x)\n", epp->epp_name, rev) [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldctor.c | 65 struct set_element **epp; local 115 for (epp = &p->elements; *epp != NULL; epp = &(*epp)->u.next) 117 *epp = e;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldctor.c | 65 struct set_element **epp; local 115 for (epp = &p->elements; *epp != NULL; epp = &(*epp)->u.next) 117 *epp = e;
|
| /src/sys/dev/pcmcia/ |
| if_ep_pcmcia.c | 220 const struct ep_pcmcia_product *epp; local 311 epp = pcmcia_product_lookup(pa, ep_pcmcia_products, 313 if (!epp) 317 sc->ep_flags = epp->epp_flags; 322 if (epconfig(sc, epp->epp_chipset, enaddr))
|
| /src/sys/dev/ppbus/ |
| ppbus_msq.c | 71 unsigned int epp; local 99 ppbus_read_ivar(bus->sc_dev, PPBUS_IVAR_EPP_PROTO, &epp); 100 switch (epp) { 108 panic("%s: unknown EPP protocol [%u]!", __func__, epp);
|
| /src/sbin/restore/ |
| symtab.c | 102 struct entry **epp; local 106 epp = &entry[inum % entrytblsize]; 108 np->e_next = *epp; 109 *epp = np;
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| inline.c | 310 struct interpass_prolog *ipp, *epp, *pp; local 326 epp = (struct interpass_prolog *)ip; 327 crslab += (epp->ip_lblnum - ipp->ip_lblnum);
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| inline.c | 239 struct interpass_prolog *ipp, *epp, *pp; local 255 epp = (struct interpass_prolog *)ip; 256 crslab += (epp->ip_lblnum - ipp->ip_lblnum);
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| sim-if.c | 763 USI epp, epp0; 819 epp = epp0 = envstart; 842 if (sim_core_write_buffer (sd, NULL, NULL_CIA, prog_argv[i], epp, 847 write_dword (csp, envstart + epp - epp0); 848 epp += strln; 858 if (sim_core_write_buffer (sd, NULL, NULL_CIA, environ[i], epp, strln) 862 write_dword (csp, envstart + epp - epp0); 863 epp += strln; 762 USI epp, epp0; local
|
| /src/external/gpl3/gdb/dist/sim/cris/ |
| sim-if.c | 763 USI epp, epp0; 819 epp = epp0 = envstart; 842 if (sim_core_write_buffer (sd, NULL, NULL_CIA, prog_argv[i], epp, 847 write_dword (csp, envstart + epp - epp0); 848 epp += strln; 858 if (sim_core_write_buffer (sd, NULL, NULL_CIA, environ[i], epp, strln) 862 write_dword (csp, envstart + epp - epp0); 863 epp += strln; 762 USI epp, epp0; local
|
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-tester.c | 233 extra_t **epp; local 235 for ( epp = &extra; *epp; epp = &(*epp)->next ) 239 *epp = calloc( 1, sizeof( extra_t ) ); 240 (*epp)->action = p[0]; 241 epp = &(*epp)->next;
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctf.c | 1085 elist_t **epp; local 1292 for (i = 0, epp = &tdp->t_emem; i < vlen; 1293 i++, epp = &((*epp)->el_next)) { 1298 *epp = xmalloc(sizeof (elist_t)); 1299 (*epp)->el_name = xstrdup(sbuf + cte->cte_name); 1300 (*epp)->el_number = cte->cte_value; 1302 *epp = NULL;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| cofflink.c | 1637 struct coff_debug_merge_element **epp; 1675 epp = &mt->elements; 1690 *epp = (struct coff_debug_merge_element *) 1692 if (*epp == NULL) 1706 (*epp)->name = name_copy; 1707 (*epp)->type = islp->n_type; 1708 (*epp)->tagndx = 0; 1731 (*epp)->tagndx = flaginfo->sym_indices[indx]; 1732 if ((*epp)->tagndx < 0) 1733 (*epp)->tagndx = 0 1636 struct coff_debug_merge_element **epp; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cofflink.c | 1649 struct coff_debug_merge_element **epp; 1687 epp = &mt->elements; 1702 *epp = (struct coff_debug_merge_element *) 1704 if (*epp == NULL) 1718 (*epp)->name = name_copy; 1719 (*epp)->type = islp->n_type; 1720 (*epp)->tagndx = 0; 1743 (*epp)->tagndx = flaginfo->sym_indices[indx]; 1744 if ((*epp)->tagndx < 0) 1745 (*epp)->tagndx = 0 1648 struct coff_debug_merge_element **epp; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cofflink.c | 1610 struct coff_debug_merge_element **epp; 1648 epp = &mt->elements; 1663 *epp = (struct coff_debug_merge_element *) 1665 if (*epp == NULL) 1679 (*epp)->name = name_copy; 1680 (*epp)->type = islp->n_type; 1681 (*epp)->tagndx = 0; 1704 (*epp)->tagndx = flaginfo->sym_indices[indx]; 1705 if ((*epp)->tagndx < 0) 1706 (*epp)->tagndx = 0 1609 struct coff_debug_merge_element **epp; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| cofflink.c | 1649 struct coff_debug_merge_element **epp; 1687 epp = &mt->elements; 1702 *epp = (struct coff_debug_merge_element *) 1704 if (*epp == NULL) 1718 (*epp)->name = name_copy; 1719 (*epp)->type = islp->n_type; 1720 (*epp)->tagndx = 0; 1743 (*epp)->tagndx = flaginfo->sym_indices[indx]; 1744 if ((*epp)->tagndx < 0) 1745 (*epp)->tagndx = 0 1648 struct coff_debug_merge_element **epp; local [all...] |
| /src/usr.sbin/mountd/ |
| mountd.c | 1020 struct exportlist **epp; local 1185 epp = &exphead; 1191 epp = &ep2->ex_next; 1196 *epp = ep;
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| ioloop.c | 1882 async_event_t **epp, *event = calloc(1, sizeof(*event)); local 1890 epp = &async_events; 1891 while (*epp) { 1892 epp = &(*epp)->next; 1895 *epp = event;
|
| /src/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| mDNSPosix.c | 2369 PosixEventSource **epp = &gEventSources; local 2385 while (*epp) 2388 if (newSource == *epp) 2393 epp = &(*epp)->next; 2395 if (*epp == NULL) 2397 *epp = newSource; 2434 PosixEventSource *iSource, **epp = &gEventSources; local 2436 while (*epp) 2438 iSource = *epp; [all...] |
| /src/external/bsd/pcc/dist/pcc/mip/ |
| pass2.h | 525 struct interpass_prolog *ipp, *epp; /* quick references */ member in struct:p2env
|
| /src/usr.bin/telnet/ |
| commands.c | 1640 char **epp, *cp; 1643 for (epp = environ; *epp; epp++) { 1644 if ((cp = strchr(*epp, '=')) != NULL) { 1646 ep = env_define((unsigned char *)*epp, 1632 char **epp, *cp; local
|
| /src/sys/kern/ |
| kern_exec.c | 124 #define MD_TOPDOWN_INIT(epp) (epp)->ep_flags |= EXEC_TOPDOWN_VM 126 #define MD_TOPDOWN_INIT(epp) 322 exec_resolvename(struct lwp *l, struct exec_package *epp, struct vnode *vp, 334 __func__, epp->ep_kname, error)); 339 epp->ep_resolvedname = *rpath; 341 epp->ep_kname = p + 1; 373 check_exec(struct lwp *l, struct exec_package *epp, struct pathbuf *pb, 380 if (epp->ep_resolvedname) { 384 pathbuf_copystring(pb, epp->ep_resolvedname, PATH_MAX) 753 struct exec_package * const epp = &data->ed_pack; local 939 struct exec_package * const epp = &data->ed_pack; local 995 struct exec_package * const epp = &data->ed_pack; local 1190 struct exec_package * const epp = &data->ed_pack; local 1498 struct exec_package * const epp = &data->ed_pack; local 1515 struct exec_package * const epp = &data->ed_pack; local 1541 struct exec_package * const epp = &data->ed_pack; local 1579 struct exec_package * const epp = &data->ed_pack; local 1612 struct exec_package * const epp = &data->ed_pack; local [all...] |