HomeSort by: relevance | last modified time | path
    Searched refs:entryp (Results 1 - 25 of 50) sorted by relevancy

1 2

  /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/external/mpl/bind/dist/lib/dns/include/dns/
catz.h 163 dns_catz_entry_attach(dns_catz_entry_t *entry, dns_catz_entry_t **entryp);
169 * \li 'entryp' is not NULL and '*entryp' is NULL.
173 dns_catz_entry_detach(dns_catz_zone_t *catz, dns_catz_entry_t **entryp);
179 * \li 'entryp' is not NULL and '*entryp' is not NULL.
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
catz.h 166 dns_catz_entry_attach(dns_catz_entry_t *entry, dns_catz_entry_t **entryp);
172 * \li 'entryp' is not NULL and '*entryp' is NULL.
176 dns_catz_entry_detach(dns_catz_zone_t *zone, dns_catz_entry_t **entryp);
182 * \li 'entryp' is not NULL and '*entryp' is not NULL.
  /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/gpl3/gcc/dist/gcc/
omp-general.cc 2382 omp_declare_variant_base_entry *entryp local
2389 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1)
2413 return entryp->base->decl;
2417 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1)
2421 vec_safe_iterate (entryp->variants, j, &varentry2); ++j)
2440 FOR_EACH_VEC_SAFE_ELT (entryp->variants, i, varentry1)
2758 omp_declare_variant_base_entry *entryp local
2760 gcc_assert (entryp);
2762 int nbase = lto_symtab_encoder_lookup (encoder, entryp->base);
2766 streamer_write_hwi_stream (ob->main_stream, entryp->variants->length ())
2814 omp_declare_variant_base_entry *entryp local
    [all...]
  /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...]
  /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...]
  /src/external/gpl3/gdb.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...]
  /src/external/gpl3/gdb/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...]
  /src/external/mpl/bind/dist/lib/dns/
catz.c 343 dns_catz_entry_attach(dns_catz_entry_t *entry, dns_catz_entry_t **entryp) {
345 REQUIRE(entryp != NULL && *entryp == NULL);
348 *entryp = entry;
352 dns_catz_entry_detach(dns_catz_zone_t *catz, dns_catz_entry_t **entryp) {
356 REQUIRE(entryp != NULL && DNS_CATZ_ENTRY_VALID(*entryp));
357 entry = *entryp;
358 *entryp = NULL;
  /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/mpl/dhcp/bind/dist/lib/dns/
catz.c 268 dns_catz_entry_attach(dns_catz_entry_t *entry, dns_catz_entry_t **entryp) {
270 REQUIRE(entryp != NULL && *entryp == NULL);
273 *entryp = entry;
277 dns_catz_entry_detach(dns_catz_zone_t *zone, dns_catz_entry_t **entryp) {
281 REQUIRE(entryp != NULL);
282 entry = *entryp;
283 *entryp = NULL;
  /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;

Completed in 63 milliseconds

1 2