Searched refs:MF_CLOSING (Results 1 – 4 of 4) sorted by relevance
451 map->map_mflags |= MF_CLOSING;453 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING|MF_CHKED_CHGD);628 map->map_mflags |= MF_CLOSING;630 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
745 map->map_mflags |= MF_CLOSING;747 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);890 bitset(MF_CLOSING, map->map_mflags) ||906 map->map_mflags |= MF_CLOSING;909 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING|MF_CHKED_CHGD);1976 map->map_mflags |= MF_CLOSING;1978 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);2596 map->map_mflags |= MF_CLOSING;2598 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);3087 map->map_mflags |= MF_CLOSING;[all …]
1188 map.map_mflags |= MF_CLOSING;1190 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);1370 dynmap->s_dynclass.map_mflags |= MF_CLOSING;1372 dynmap->s_dynclass.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1543 #define MF_CLOSING 0x01000000 /* map is being closed */ macro