| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| cache.c | 264 Entry **entryp, *prev = NULL; local 268 for ( entryp = &pmp->mp_children; *entryp != NULL; ) { 269 monitor_entry_t *next = (monitor_entry_t *)(*entryp)->e_private; 271 monitor_cache_lock( *entryp ); 276 *entryp = next->mp_next; 277 entryp = NULL; 284 prev = *entryp; 285 entryp = &next->mp_next; 291 if ( entryp != NULL ) [all...] |
| /src/external/bsd/top/dist/ |
| color.c | 187 color_entry *entryp; local 215 entryp = entries; 219 while (entryp != NULL) 221 if (strcmp(entryp->tag, tag) == 0) 223 entryp->tagnext = tp; 224 tp = entryp; 226 entryp = entryp->next;
|
| /src/sys/arch/xen/xen/ |
| xengnt.c | 439 xengnt_grant_access(domid_t dom, paddr_t ma, int ro, grant_ref_t *entryp) 443 *entryp = xengnt_get_entry(); 444 if (__predict_false(*entryp == XENGNT_NO_ENTRY)) { 450 grant_table.gntt_v2[*entryp].full_page.frame = ma >> PAGE_SHIFT; 451 grant_table.gntt_v2[*entryp].hdr.domid = dom; 457 grant_table.gntt_v2[*entryp].hdr.flags = 460 grant_table.gntt_v1[*entryp].frame = ma >> PAGE_SHIFT; 461 grant_table.gntt_v1[*entryp].domid = dom; 467 grant_table.gntt_v1[*entryp].flags =
|
| /src/sys/arch/arm/samsung/ |
| exynos_combiner.c | 246 struct exynos_combiner_irq_entry *entryp; local 276 entryp = exynos_combiner_new_irq(groupp, intr, mpsafe, func, arg); 282 return entryp;
|
| /src/external/bsd/tmux/dist/ |
| cmd-list-keys.c | 353 const struct cmd_entry **entryp; local 370 for (entryp = cmd_table; *entryp != NULL; entryp++) 371 cmd_list_single_command(*entryp, ft, template, item);
|
| /src/sys/dev/pci/ |
| pci_map.c | 298 int reg, struct pci_ea_entry *entryp) 384 if (entryp) 385 *entryp = entry; 394 struct pci_ea_entry *entryp) 469 if (entryp) 470 *entryp = entry;
|
| /src/sys/arch/xen/xenbus/ |
| xenbus_client.c | 214 grant_ref_t *entryp) 217 0, entryp);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-general.cc | 2142 omp_declare_variant_base_entry *entryp local 2149 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2173 return entryp->base->decl; 2177 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2181 vec_safe_iterate (entryp->variants, j, &varentry2); ++j) 2200 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1) 2518 omp_declare_variant_base_entry *entryp local 2520 gcc_assert (entryp); 2522 int nbase = lto_symtab_encoder_lookup (encoder, entryp->base); 2526 streamer_write_hwi_stream (ob->main_stream, entryp->variants->length ()) 2574 omp_declare_variant_base_entry *entryp local [all...] |
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| fs.cpp | 429 path entryp = p / dep->d_name; local 430 insert(value_type(dep->d_name, file_info(entryp)));
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| ldif.c | 632 * Read the entry at path, or if entryp==NULL just see if it exists. 642 Entry **entryp, 656 rc = ldif_read_file( path, entryp ? &entry_as_string : NULL ); 660 if ( entryp == NULL ) 662 *entryp = entry = str2entry( entry_as_string ); 683 *text = entryp 693 * Read the operation's entry, or if entryp==NULL just see if it exists. 700 Entry **entryp, 714 rc = ldif_read_entry( op, path.bv_val, &pdn, &pndn, entryp, text ); 1258 Entry *entry = NULL, **entryp; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-bfin.c | 3490 _bfinfdpic_count_got_plt_entries (void **entryp, void *dinfo_) 3492 struct bfinfdpic_relocs_info *entry = *entryp; 3699 _bfinfdpic_assign_got_entries (void **entryp, void *info_) 3701 struct bfinfdpic_relocs_info *entry = *entryp; 3737 _bfinfdpic_assign_plt_entries (void **entryp, void *info_) 3739 struct bfinfdpic_relocs_info *entry = *entryp; 3797 _bfinfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED) 3799 struct bfinfdpic_relocs_info *entry = *entryp; 3817 _bfinfdpic_resolve_final_relocs_info (void **entryp, void *p) 3819 struct bfinfdpic_relocs_info *entry = *entryp; [all...] |
| elf32-frv.c | 4692 _frvfdpic_count_got_plt_entries (void **entryp, void *dinfo_) 4694 struct frvfdpic_relocs_info *entry = *entryp; 4966 _frvfdpic_assign_got_entries (void **entryp, void *info_) 4968 struct frvfdpic_relocs_info *entry = *entryp; 5044 _frvfdpic_assign_plt_entries (void **entryp, void *info_) 5046 struct frvfdpic_relocs_info *entry = *entryp; 5146 _frvfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED) 5148 struct frvfdpic_relocs_info *entry = *entryp; 5169 _frvfdpic_resolve_final_relocs_info (void **entryp, void *p) 5171 struct frvfdpic_relocs_info *entry = *entryp; [all...] |
| elf32-score.c | 1785 score_elf_resolve_final_got_entry (void **entryp, void *p) 1787 struct score_got_entry *entry = (struct score_got_entry *)*entryp; 1807 htab_clear_slot (got_entries, entryp); 1808 entryp = htab_find_slot (got_entries, entry, INSERT); 1809 if (! *entryp) 1810 *entryp = entry;
|
| elf32-score7.c | 1653 score_elf_resolve_final_got_entry (void **entryp, void *p) 1655 struct score_got_entry *entry = (struct score_got_entry *) *entryp; 1675 htab_clear_slot (got_entries, entryp); 1676 entryp = htab_find_slot (got_entries, entry, INSERT); 1677 if (! *entryp) 1678 *entryp = entry;
|
| elfxx-mips.c | 4340 mips_elf_check_recreate_got (void **entryp, void *data) 4345 entry = (struct mips_got_entry *) *entryp; 4369 mips_elf_recreate_got (void **entryp, void *data) 4375 entry = (struct mips_got_entry *) *entryp; 4724 mips_elf_add_got_entry (void **entryp, void *data) 4730 entry = (struct mips_got_entry *) *entryp; 4750 mips_elf_add_got_page_entry (void **entryp, void *data) 4756 entry = (struct mips_got_page_entry *) *entryp; 4885 /* ENTRYP is a hash table entry for a mips_got_entry. Set its gotidx 4890 mips_elf_set_gotidx (void **entryp, long gotidx [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-bfin.c | 3489 _bfinfdpic_count_got_plt_entries (void **entryp, void *dinfo_) 3491 struct bfinfdpic_relocs_info *entry = *entryp; 3698 _bfinfdpic_assign_got_entries (void **entryp, void *info_) 3700 struct bfinfdpic_relocs_info *entry = *entryp; 3736 _bfinfdpic_assign_plt_entries (void **entryp, void *info_) 3738 struct bfinfdpic_relocs_info *entry = *entryp; 3796 _bfinfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED) 3798 struct bfinfdpic_relocs_info *entry = *entryp; 3816 _bfinfdpic_resolve_final_relocs_info (void **entryp, void *p) 3818 struct bfinfdpic_relocs_info *entry = *entryp; [all...] |
| elf32-frv.c | 4691 _frvfdpic_count_got_plt_entries (void **entryp, void *dinfo_) 4693 struct frvfdpic_relocs_info *entry = *entryp; 4965 _frvfdpic_assign_got_entries (void **entryp, void *info_) 4967 struct frvfdpic_relocs_info *entry = *entryp; 5043 _frvfdpic_assign_plt_entries (void **entryp, void *info_) 5045 struct frvfdpic_relocs_info *entry = *entryp; 5145 _frvfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED) 5147 struct frvfdpic_relocs_info *entry = *entryp; 5168 _frvfdpic_resolve_final_relocs_info (void **entryp, void *p) 5170 struct frvfdpic_relocs_info *entry = *entryp; [all...] |
| elf32-score.c | 1774 score_elf_resolve_final_got_entry (void **entryp, void *p) 1776 struct score_got_entry *entry = (struct score_got_entry *)*entryp; 1796 htab_clear_slot (got_entries, entryp); 1797 entryp = htab_find_slot (got_entries, entry, INSERT); 1798 if (! *entryp) 1799 *entryp = entry;
|
| elf32-score7.c | 1642 score_elf_resolve_final_got_entry (void **entryp, void *p) 1644 struct score_got_entry *entry = (struct score_got_entry *) *entryp; 1664 htab_clear_slot (got_entries, entryp); 1665 entryp = htab_find_slot (got_entries, entry, INSERT); 1666 if (! *entryp) 1667 *entryp = entry;
|
| elfxx-mips.c | 4317 mips_elf_check_recreate_got (void **entryp, void *data) 4322 entry = (struct mips_got_entry *) *entryp; 4346 mips_elf_recreate_got (void **entryp, void *data) 4352 entry = (struct mips_got_entry *) *entryp; 4704 mips_elf_add_got_entry (void **entryp, void *data) 4710 entry = (struct mips_got_entry *) *entryp; 4730 mips_elf_add_got_page_entry (void **entryp, void *data) 4736 entry = (struct mips_got_page_entry *) *entryp; 4865 /* ENTRYP is a hash table entry for a mips_got_entry. Set its gotidx 4870 mips_elf_set_gotidx (void **entryp, long gotidx [all...] |
| /src/external/bsd/atf/dist/tools/ |
| fs.cpp | 559 path entryp = p / dep->d_name; local 560 insert(value_type(dep->d_name, file_info(entryp)));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-gen.c | 1849 struct opcode_entry **entryp = &(*hash_slot)->entry.next; local 1851 while (*entryp != NULL) 1852 entryp = &(*entryp)->next; 1854 *entryp = entry;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-gen.c | 1829 struct opcode_entry **entryp = &(*hash_slot)->entry.next; local 1831 while (*entryp != NULL) 1832 entryp = &(*entryp)->next; 1834 *entryp = entry;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-gimplify.cc | 3298 source_location_table_entry *entryp 3301 if (entryp->var) 3302 var = entryp->var; 3359 *entryp = entry; 3360 entryp->var = var; 3297 source_location_table_entry *entryp local
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read.c | 672 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) 676 *entryp = NULL; 678 *entryp = a->entry;
|