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

/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.cpp233 if (PDE_TYPE(pd[index]) != DT_DIR) {
242 pd[aindex + i] = DT_DIR | TA_TO_PDEA(tbl);
277 if (PDE_TYPE(pd[dindex]) != DT_DIR)
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp87 if (PDE_TYPE(pgdir[j]) != DT_DIR) {
285 if (PDE_TYPE(pd[dindex]) != DT_DIR) {
380 if (PDE_TYPE(pd[index]) != DT_DIR) {
447 if (PDE_TYPE(pd[index]) == DT_DIR)
540 if (PDE_TYPE(pd[index]) != DT_DIR) {
696 if (PDE_TYPE(pr[index]) != DT_DIR) {
785 if (PDE_TYPE(pd[index]) != DT_DIR) {
847 if (PDE_TYPE(pd[index]) != DT_DIR) {
H A DM68KPagingMethod040.cpp518 if (PDE_TYPE(pd[index]) != DT_DIR) {
615 | DT_DIR; // it's a page directory entry
634 | DT_DIR; // it's a page directory entry
734 if (pd && PDE_TYPE(pd[index]) == DT_DIR) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp243 if (pd && pd[index].type == DT_DIR) {
367 if (pgdir[j].type != DT_DIR) {
436 table.type = DT_DIR;
585 if (pd[dindex].type != DT_DIR) {
680 if (pd[index].type != DT_DIR) {
743 if (pd && pd[index].type == DT_DIR) {
808 if (pd[index].type != DT_DIR) {
902 if (pd[index].type != DT_DIR) {
975 if (pd[index].type != DT_DIR) {
1484 if (pd[index].type != DT_DIR) {
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h81 #define DT_DIR DT_VALID_4 macro
H A Darch_030_mmu.h113 #define DT_DIR DT_VALID_8 macro
/haiku/src/libs/bsd/
H A Dfts.c677 #ifdef DT_DIR
717 #ifdef DT_DIR
726 #ifdef DT_DIR
731 #ifdef DT_DIR
847 #ifdef DT_DIR
849 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)

Completed in 138 milliseconds