Searched refs:MF_IMPL_NDBM (Results 1 – 2 of 2) sorted by relevance
6074 if (bitset(MF_IMPL_NDBM, map->map_mflags))6098 if (bitset(MF_IMPL_NDBM, map->map_mflags))6131 map->map_mflags |= MF_IMPL_NDBM;6137 map->map_mflags &= ~MF_IMPL_NDBM;6177 if (bitset(MF_IMPL_NDBM, map->map_mflags))6180 map->map_mflags &= ~MF_IMPL_NDBM;
1324 #define MF_IMPL_NDBM 0x00002000 /* implicit: underlying NDBM database */ macro