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

/freebsd-current/contrib/kyua/utils/fs/
H A Ddirectory_test.cpp54 const fs::directory_entry entry1("name");
57 ATF_REQUIRE( entry1 == entry1);
58 ATF_REQUIRE(!(entry1 != entry1));
60 ATF_REQUIRE(!(entry1 == entry2));
61 ATF_REQUIRE( entry1 != entry2);
68 const fs::directory_entry entry1("name");
71 ATF_REQUIRE(!(entry1 < entry1));
[all...]
/freebsd-current/sys/kern/
H A Dkern_rangelock.c105 struct rl_q_entry *entry, *nextentry, *entry1; local
111 for (entry1 = TAILQ_FIRST(&lock->rl_waiters);
112 !(entry1->rl_q_flags & RL_LOCK_READ);
113 entry1 = TAILQ_NEXT(entry1, rl_q_link)) {
114 if (ranges_overlap(entry, entry1))
119 for (entry1 = TAILQ_FIRST(&lock->rl_waiters);
120 entry1 != entry;
121 entry1 = TAILQ_NEXT(entry1, rl_q_lin
[all...]
/freebsd-current/sys/dev/irdma/
H A Dirdma_uda.c209 * @entry1: Multcast group info
213 irdma_compare_mgs(struct irdma_mcast_grp_ctx_entry_info *entry1, argument
216 if (entry1->dest_port == entry2->dest_port &&
217 entry1->qp_id == entry2->qp_id)
/freebsd-current/sys/arm64/iommu/
H A Diommu.c424 struct iommu_map_entry *entry, *entry1; local
427 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) {
/freebsd-current/sys/fs/ext2fs/
H A Dext2_htree.c501 const struct ext2fs_htree_sort_entry *entry1, *entry2; local
503 entry1 = (const struct ext2fs_htree_sort_entry *)e1;
506 if (le32toh(entry1->h_hash) < le32toh(entry2->h_hash))
508 if (le32toh(entry1->h_hash) > le32toh(entry2->h_hash))
/freebsd-current/sys/x86/iommu/
H A Dintel_ctx.c235 struct iommu_map_entry *entry, *entry1; local
248 TAILQ_FOREACH_SAFE(entry, &rmrr_entries, dmamap_link, entry1) {
917 struct iommu_map_entry *entry, *entry1; local
923 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) {

Completed in 178 milliseconds