Searched refs:MF_OPEN (Results 1 – 5 of 5) sorted by relevance
497 if (bitset(MF_OPEN, map->map_mflags))501 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);530 if (bitset(MF_OPEN, map->map_mflags))553 map->map_mflags |= MF_OPEN;574 map->map_mflags |= MF_OPEN|MF_OPENBOGUS;591 return bitset(MF_OPEN, map->map_mflags);644 !bitset(MF_OPEN, map->map_mflags) ||664 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);1710 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);1713 map->map_mflags |= MF_OPEN;[all …]
437 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);583 map->map_mflags |= MF_OPEN|MF_WRITABLE;602 if (bitset(MF_OPEN, map->map_mflags))606 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1270 #define MF_OPEN 0x00000020 /* this entry is open */ macro1294 if (!bitset(MF_OPEN, (map)->map_mflags)) \
1072 map.map_mflags |= MF_OPEN;1102 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
4345 if (!bitset(MF_OPEN, map->s_map.map_mflags) &&