Home
last modified time | relevance | path

Searched refs:MF_CLOSING (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c435 map->map_mflags |= MF_CLOSING;
437 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
604 map->map_mflags |= MF_CLOSING;
606 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
H A Dmap.c502 map->map_mflags |= MF_CLOSING;
504 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
648 bitset(MF_CLOSING, map->map_mflags) ||
664 map->map_mflags |= MF_CLOSING;
667 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);
1711 map->map_mflags |= MF_CLOSING;
1713 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
2360 map->map_mflags |= MF_CLOSING;
2362 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
6578 mm->map_mflags |= MF_CLOSING;
[all …]
H A Dreadcf.c1086 map.map_mflags |= MF_CLOSING;
1088 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
H A Dsendmail.h1247 #define MF_CLOSING 0x01000000 /* map is being closed */ macro