Searched refs:MF_OPEN (Results 1 – 5 of 5) sorted by relevance
439 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);585 map->map_mflags |= MF_OPEN|MF_WRITABLE;604 if (bitset(MF_OPEN, map->map_mflags))608 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
500 if (bitset(MF_OPEN, map->map_mflags))504 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);533 if (bitset(MF_OPEN, map->map_mflags))556 map->map_mflags |= MF_OPEN;577 map->map_mflags |= MF_OPEN|MF_OPENBOGUS;594 return bitset(MF_OPEN, map->map_mflags);647 !bitset(MF_OPEN, map->map_mflags) ||667 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);1713 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);1716 map->map_mflags |= MF_OPEN;[all …]
1228 #define MF_OPEN 0x00000020 /* this entry is open */ macro1249 #define DYNOPENMAP(map) if (!bitset(MF_OPEN, (map)->map_mflags)) \
1058 map.map_mflags |= MF_OPEN;1088 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
4343 if (!bitset(MF_OPEN, map->s_map.map_mflags) &&