Searched refs:MF_IMPL_NDBM (Results 1 – 2 of 2) sorted by relevance
6068 if (bitset(MF_IMPL_NDBM, map->map_mflags))6092 if (bitset(MF_IMPL_NDBM, map->map_mflags))6125 map->map_mflags |= MF_IMPL_NDBM;6131 map->map_mflags &= ~MF_IMPL_NDBM;6171 if (bitset(MF_IMPL_NDBM, map->map_mflags))6174 map->map_mflags &= ~MF_IMPL_NDBM;
1278 #define MF_IMPL_NDBM 0x00002000 /* implicit: underlying NDBM database */ macro