Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmap.c1910 map->map_mflags |= MF_LOCKED;
1964 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
1974 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
2018 if (dfd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
2494 map->map_mflags |= MF_LOCKED;
2586 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
2594 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
2679 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
2914 map->map_mflags |= MF_LOCKED;
3077 if (fd >= 0 && !bitset(MF_LOCKED, map->map_mflags))
[all …]
H A Dsendmail.h1528 #define MF_LOCKED 0x00000400 /* map is locked (RDWR) */ macro