Searched defs:next_level (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bart/
H A Drules.c616 struct dir_component *current_level = NULL, *next_level = NULL; local
717 add_dir(&next_level, new_dirname);
736 current_level = next_level;
737 next_level = NULL;
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c1165 uint8_t next_level; local
1169 next_level = AMD_IOMMU_REG_GET64(ptdep,
1174 ASSERT(next_level == 0);
1181 ASSERT(next_level != 0 && next_level != 7);

Completed in 63 milliseconds