Searched refs:entry1 (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_rangelock.c106 struct rl_q_entry *entry, *nextentry, *entry1; local
112 for (entry1 = TAILQ_FIRST(&lock->rl_waiters);
113 !(entry1->rl_q_flags & RL_LOCK_READ);
114 entry1 = TAILQ_NEXT(entry1, rl_q_link)) {
115 if (ranges_overlap(entry, entry1))
120 for (entry1 = TAILQ_FIRST(&lock->rl_waiters);
121 entry1 != entry;
122 entry1 = TAILQ_NEXT(entry1, rl_q_lin
[all...]
/freebsd-10-stable/contrib/texinfo/info/
H A Dnodemenu.c114 compare_strings (const void *entry1, const void *entry2) argument
116 char **e1 = (char **) entry1;
H A Decho-area.c1293 compare_references (const void *entry1, const void *entry2)
1295 REFERENCE **e1 = (REFERENCE **) entry1;
1290 compare_references(const void *entry1, const void *entry2) argument
/freebsd-10-stable/sys/x86/iommu/
H A Dintel_ctx.c169 struct dmar_map_entry *entry, *entry1; local
178 TAILQ_FOREACH_SAFE(entry, &rmrr_entries, unroll_link, entry1) {
593 struct dmar_map_entry *entry, *entry1; local
599 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) {
624 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) {
H A Dintel_gas.c263 struct dmar_map_entry *entry, *entry1; local
285 RB_FOREACH_SAFE(entry, dmar_gas_entries_tree, &ctx->rb_root, entry1) {
H A Dbusdma_dmar.c559 struct dmar_map_entry *entry, *entry1; local
577 entry1) {
/freebsd-10-stable/sys/mips/rmi/dev/xlr/
H A Drge.h1069 uint64_t entry1; member in struct:size_2_desc
1074 uint64_t entry1; member in struct:size_3_desc
1080 uint64_t entry1; member in struct:size_4_desc
/freebsd-10-stable/contrib/gcc/
H A Dloop-invariant.c410 const struct invariant_expr_entry *entry1 = e1; local
413 if (entry1->mode != entry2->mode)
416 return invariant_expr_equal_p (entry1->inv->insn, entry1->expr,
H A Dcoverage.c153 const counts_entry_t *entry1 = of1;
156 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr;
151 const counts_entry_t *entry1 = of1; local
H A Dtree-ssa-loop-ivopts.c3272 mbc_entry_eq (const void *entry1, const void *entry2) argument
3274 const struct mbc_entry *e1 = entry1;
H A Ddwarf2out.c6352 const struct cu_hash_table_entry *entry1 = of1;
6355 return !strcmp (entry1->cu->die_symbol, entry2->die_symbol);
6343 const struct cu_hash_table_entry *entry1 = of1; local
/freebsd-10-stable/sys/fs/ext2fs/
H A Dext2_htree.c469 const struct ext2fs_htree_sort_entry *entry1, *entry2; local
471 entry1 = (const struct ext2fs_htree_sort_entry *)e1;
474 if (entry1->h_hash < entry2->h_hash)
476 if (entry1->h_hash > entry2->h_hash)
/freebsd-10-stable/sys/mips/rmi/dev/nlge/
H A Dif_nlge.h1031 uint64_t entry1; member in struct:size_2_desc
1036 uint64_t entry1; member in struct:size_3_desc
1042 uint64_t entry1; member in struct:size_4_desc
/freebsd-10-stable/contrib/texinfo/util/
H A Dinstall-info.c1581 struct spec_entry **entry1 = (struct spec_entry **) p1;
1583 char *text1 = (*entry1)->text;
1566 struct spec_entry **entry1 = (struct spec_entry **) p1; local
/freebsd-10-stable/contrib/binutils/bfd/
H A Delfxx-mips.c1996 mips_elf_got_entry_eq (const void *entry1, const void *entry2)
1998 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
2033 mips_elf_multi_got_entry_eq (const void *entry1, const void *entry2)
2035 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
2978 mips_elf_bfd2got_entry_eq (const void *entry1, const void *entry2)
2981 = (const struct mips_elf_bfd2got_hash *)entry1;
1984 mips_elf_got_entry_eq(const void *entry1, const void *entry2) argument
2021 mips_elf_multi_got_entry_eq(const void *entry1, const void *entry2) argument
2964 mips_elf_bfd2got_entry_eq(const void *entry1, const void *entry2) argument
H A Delfxx-ia64.c1958 struct elfNN_ia64_local_hash_entry *entry1
1963 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
1953 struct elfNN_ia64_local_hash_entry *entry1 local
H A Delf32-score.c905 score_elf_got_entry_eq (const void *entry1, const void *entry2) argument
907 const struct score_got_entry *e1 = (struct score_got_entry *)entry1;

Completed in 396 milliseconds