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

/freebsd-13-stable/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-13-stable/sys/kern/
H A Dkern_rangelock.c108 struct rl_q_entry *entry, *nextentry, *entry1; local
114 for (entry1 = TAILQ_FIRST(&lock->rl_waiters);
115 !(entry1->rl_q_flags & RL_LOCK_READ);
116 entry1 = TAILQ_NEXT(entry1, rl_q_link)) {
117 if (ranges_overlap(entry, entry1))
122 for (entry1 = TAILQ_FIRST(&lock->rl_waiters);
123 entry1 != entry;
124 entry1 = TAILQ_NEXT(entry1, rl_q_lin
[all...]
/freebsd-13-stable/sys/arm64/iommu/
H A Diommu.c301 struct iommu_map_entry *entry, *entry1; local
304 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) {
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_htree.c503 const struct ext2fs_htree_sort_entry *entry1, *entry2; local
505 entry1 = (const struct ext2fs_htree_sort_entry *)e1;
508 if (le32toh(entry1->h_hash) < le32toh(entry2->h_hash))
510 if (le32toh(entry1->h_hash) > le32toh(entry2->h_hash))
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_ctx.c239 struct iommu_map_entry *entry, *entry1; local
249 TAILQ_FOREACH_SAFE(entry, &rmrr_entries, unroll_link, entry1) {
907 struct iommu_map_entry *entry, *entry1; local
913 TAILQ_FOREACH_SAFE(entry, entries, dmamap_link, entry1) {
/freebsd-13-stable/sys/dev/iommu/
H A Dbusdma_iommu.c670 struct iommu_map_entry *entry, *entry1; local
689 entry1) {
H A Diommu_gas.c252 struct iommu_map_entry *entry, *entry1; local
277 entry1) {

Completed in 93 milliseconds