Searched refs:entryp (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/bsd/top/dist/
H A Dcolor.c187 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;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dcache.c221 Entry **entryp; local
229 for ( entryp = &pmp->mp_children; *entryp != NULL; ) {
230 monitor_entry_t *next = (monitor_entry_t *)(*entryp)->e_private;
232 *entryp = next->mp_next;
233 entryp = NULL;
237 entryp = &next->mp_next;
240 if ( entryp != NULL ) {
252 if ( entryp == NULL ) {
/netbsd-current/sys/arch/xen/xen/
H A Dxengnt.c439 xengnt_grant_access(domid_t dom, paddr_t ma, int ro, grant_ref_t *entryp) argument
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 =
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-list-keys.c321 const struct cmd_entry **entryp; local
337 for (entryp = cmd_table; *entryp != NULL; entryp++) {
338 entry = *entryp;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dcatz.h166 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.
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_combiner.c246 struct exynos_combiner_irq_entry *entryp; local
276 entryp = exynos_combiner_new_irq(groupp, intr, mpsafe, func, arg);
282 return entryp;
/netbsd-current/sys/dev/pci/
H A Dpci_map.c298 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;
297 pci_ea_lookup(pci_chipset_tag_t pc, pcitag_t tag, int ea_cap_ptr, int reg, struct pci_ea_entry *entryp) argument
392 pci_ea_find(pci_chipset_tag_t pc, pcitag_t tag, int ea_cap_ptr, int reg, pcireg_t type, bus_addr_t *basep, bus_size_t *sizep, int *flagsp, struct pci_ea_entry *entryp) argument
/netbsd-current/sys/arch/xen/xenbus/
H A Dxenbus_client.c214 grant_ref_t *entryp)
217 0, entryp);
213 xenbus_grant_ring(struct xenbus_device *dev, paddr_t ring_pa, grant_ref_t *entryp) argument
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dcatz.h167 dns_catz_entry_attach(dns_catz_entry_t *entry, dns_catz_entry_t **entryp);
173 * \li 'entryp' is not NULL and '*entryp' is NULL.
177 dns_catz_entry_detach(dns_catz_zone_t *catz, dns_catz_entry_t **entryp);
183 * \li 'entryp' is not NULL and '*entryp' is not NULL.
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc2142 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
2574 omp_declare_variant_base_entry *entryp local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c632 * 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
637 ldif_read_entry( Operation *op, const char *path, struct berval *pdn, struct berval *pndn, Entry **entryp, const char **text ) argument
698 get_entry( Operation *op, Entry **entryp, struct berval *pathp, const char **text ) argument
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp429 path entryp = p / dep->d_name; local
430 insert(value_type(dep->d_name, file_info(entryp)));
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-bfin.c3490 _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;
3485 _bfinfdpic_count_got_plt_entries(void **entryp, void *dinfo_) argument
3694 _bfinfdpic_assign_got_entries(void **entryp, void *info_) argument
3732 _bfinfdpic_assign_plt_entries(void **entryp, void *info_) argument
3792 _bfinfdpic_reset_got_plt_entries(void **entryp, void *ignore ATTRIBUTE_UNUSED) argument
3812 _bfinfdpic_resolve_final_relocs_info(void **entryp, void *p) argument
[all...]
H A Delf32-frv.c4692 _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;
4687 _frvfdpic_count_got_plt_entries(void **entryp, void *dinfo_) argument
4961 _frvfdpic_assign_got_entries(void **entryp, void *info_) argument
5039 _frvfdpic_assign_plt_entries(void **entryp, void *info_) argument
5141 _frvfdpic_reset_got_plt_entries(void **entryp, void *ignore ATTRIBUTE_UNUSED) argument
5164 _frvfdpic_resolve_final_relocs_info(void **entryp, void *p) argument
5603 _frvfdpic_relax_got_plt_entries(void **entryp, void *dinfo_) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-bfin.c3479 _bfinfdpic_count_got_plt_entries (void **entryp, void *dinfo_)
3481 struct bfinfdpic_relocs_info *entry = *entryp;
3688 _bfinfdpic_assign_got_entries (void **entryp, void *info_)
3690 struct bfinfdpic_relocs_info *entry = *entryp;
3726 _bfinfdpic_assign_plt_entries (void **entryp, void *info_)
3728 struct bfinfdpic_relocs_info *entry = *entryp;
3786 _bfinfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED)
3788 struct bfinfdpic_relocs_info *entry = *entryp;
3806 _bfinfdpic_resolve_final_relocs_info (void **entryp, void *p)
3808 struct bfinfdpic_relocs_info *entry = *entryp;
3474 _bfinfdpic_count_got_plt_entries(void **entryp, void *dinfo_) argument
3683 _bfinfdpic_assign_got_entries(void **entryp, void *info_) argument
3721 _bfinfdpic_assign_plt_entries(void **entryp, void *info_) argument
3781 _bfinfdpic_reset_got_plt_entries(void **entryp, void *ignore ATTRIBUTE_UNUSED) argument
3801 _bfinfdpic_resolve_final_relocs_info(void **entryp, void *p) argument
[all...]
H A Delf32-frv.c4687 _frvfdpic_count_got_plt_entries (void **entryp, void *dinfo_)
4689 struct frvfdpic_relocs_info *entry = *entryp;
4961 _frvfdpic_assign_got_entries (void **entryp, void *info_)
4963 struct frvfdpic_relocs_info *entry = *entryp;
5039 _frvfdpic_assign_plt_entries (void **entryp, void *info_)
5041 struct frvfdpic_relocs_info *entry = *entryp;
5141 _frvfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED)
5143 struct frvfdpic_relocs_info *entry = *entryp;
5164 _frvfdpic_resolve_final_relocs_info (void **entryp, void *p)
5166 struct frvfdpic_relocs_info *entry = *entryp;
4682 _frvfdpic_count_got_plt_entries(void **entryp, void *dinfo_) argument
4956 _frvfdpic_assign_got_entries(void **entryp, void *info_) argument
5034 _frvfdpic_assign_plt_entries(void **entryp, void *info_) argument
5136 _frvfdpic_reset_got_plt_entries(void **entryp, void *ignore ATTRIBUTE_UNUSED) argument
5159 _frvfdpic_resolve_final_relocs_info(void **entryp, void *p) argument
5619 _frvfdpic_relax_got_plt_entries(void **entryp, void *dinfo_) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-bfin.c3484 _bfinfdpic_count_got_plt_entries (void **entryp, void *dinfo_)
3486 struct bfinfdpic_relocs_info *entry = *entryp;
3693 _bfinfdpic_assign_got_entries (void **entryp, void *info_)
3695 struct bfinfdpic_relocs_info *entry = *entryp;
3731 _bfinfdpic_assign_plt_entries (void **entryp, void *info_)
3733 struct bfinfdpic_relocs_info *entry = *entryp;
3791 _bfinfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED)
3793 struct bfinfdpic_relocs_info *entry = *entryp;
3811 _bfinfdpic_resolve_final_relocs_info (void **entryp, void *p)
3813 struct bfinfdpic_relocs_info *entry = *entryp;
3479 _bfinfdpic_count_got_plt_entries(void **entryp, void *dinfo_) argument
3688 _bfinfdpic_assign_got_entries(void **entryp, void *info_) argument
3726 _bfinfdpic_assign_plt_entries(void **entryp, void *info_) argument
3786 _bfinfdpic_reset_got_plt_entries(void **entryp, void *ignore ATTRIBUTE_UNUSED) argument
3806 _bfinfdpic_resolve_final_relocs_info(void **entryp, void *p) argument
[all...]
H A Delf32-frv.c4692 _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;
4687 _frvfdpic_count_got_plt_entries(void **entryp, void *dinfo_) argument
4961 _frvfdpic_assign_got_entries(void **entryp, void *info_) argument
5039 _frvfdpic_assign_plt_entries(void **entryp, void *info_) argument
5141 _frvfdpic_reset_got_plt_entries(void **entryp, void *ignore ATTRIBUTE_UNUSED) argument
5164 _frvfdpic_resolve_final_relocs_info(void **entryp, void *p) argument
5604 _frvfdpic_relax_got_plt_entries(void **entryp, void *dinfo_) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-bfin.c3490 _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;
3485 _bfinfdpic_count_got_plt_entries(void **entryp, void *dinfo_) argument
3694 _bfinfdpic_assign_got_entries(void **entryp, void *info_) argument
3732 _bfinfdpic_assign_plt_entries(void **entryp, void *info_) argument
3792 _bfinfdpic_reset_got_plt_entries(void **entryp, void *ignore ATTRIBUTE_UNUSED) argument
3812 _bfinfdpic_resolve_final_relocs_info(void **entryp, void *p) argument
[all...]
H A Delf32-frv.c4692 _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;
4687 _frvfdpic_count_got_plt_entries(void **entryp, void *dinfo_) argument
4961 _frvfdpic_assign_got_entries(void **entryp, void *info_) argument
5039 _frvfdpic_assign_plt_entries(void **entryp, void *info_) argument
5141 _frvfdpic_reset_got_plt_entries(void **entryp, void *ignore ATTRIBUTE_UNUSED) argument
5164 _frvfdpic_resolve_final_relocs_info(void **entryp, void *p) argument
5603 _frvfdpic_relax_got_plt_entries(void **entryp, void *dinfo_) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dcatz.c325 dns_catz_entry_attach(dns_catz_entry_t *entry, dns_catz_entry_t **entryp) { argument
327 REQUIRE(entryp != NULL && *entryp == NULL);
330 *entryp = entry;
334 dns_catz_entry_detach(dns_catz_zone_t *catz, dns_catz_entry_t **entryp) { argument
338 REQUIRE(entryp != NULL && DNS_CATZ_ENTRY_VALID(*entryp));
339 entry = *entryp;
340 *entryp = NULL;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.cpp559 path entryp = p / dep->d_name; local
560 insert(value_type(dep->d_name, file_info(entryp)));
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcatz.c268 dns_catz_entry_attach(dns_catz_entry_t *entry, dns_catz_entry_t **entryp) { argument
270 REQUIRE(entryp != NULL && *entryp == NULL);
273 *entryp = entry;
277 dns_catz_entry_detach(dns_catz_zone_t *zone, dns_catz_entry_t **entryp) { argument
281 REQUIRE(entryp != NULL);
282 entry = *entryp;
283 *entryp = NULL;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc3287 source_location_table_entry *entryp
3290 if (entryp->var)
3291 var = entryp->var;
3348 *entryp = entry;
3349 entryp->var = var;
3286 source_location_table_entry *entryp local
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read.c679 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) argument
683 *entryp = NULL;
685 *entryp = a->entry;

Completed in 415 milliseconds

12