Searched refs:MF_OPEN (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c439 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);
H A Dmap.c500 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...]
H A Dsendmail.h1228 #define MF_OPEN 0x00000020 /* this entry is open */ macro
1249 #define DYNOPENMAP(map) if (!bitset(MF_OPEN, (map)->map_mflags)) \
H A Dreadcf.c1058 map.map_mflags |= MF_OPEN;
1088 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
H A Dmain.c4343 if (!bitset(MF_OPEN, map->s_map.map_mflags) &&

Completed in 95 milliseconds