Searched refs:MF_LOCKED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1638 map->map_mflags |= MF_LOCKED;
1699 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
1709 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
1753 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
2242 map->map_mflags |= MF_LOCKED;
2350 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
2358 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
2443 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
H A Dsendmail.h1233 #define MF_LOCKED 0x00000400 /* this map is currently locked */ macro

Completed in 82 milliseconds