Searched refs:MF_IMPL_NDBM (Results 1 – 2 of 2) sorted by relevance
6762 if (bitset(MF_IMPL_NDBM, map->map_mflags))6790 if (bitset(MF_IMPL_NDBM, map->map_mflags))6833 map->map_mflags |= MF_IMPL_NDBM;6837 map->map_mflags &= ~MF_IMPL_NDBM;6895 if (bitset(MF_IMPL_NDBM, map->map_mflags))6898 map->map_mflags &= ~MF_IMPL_NDBM;
1532 #define MF_IMPL_NDBM 0x00002000 /* implicit: underlying NDBM database */ macro