Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1012 #define map_sizelimit map_lockfd /* overload field */
1427 map->map_lockfd = -1;
1556 map->map_lockfd = dirfd;
1574 if (map->map_lockfd >= 0)
1575 (void) close(map->map_lockfd);
1589 if (map->map_lockfd >= 0)
1590 (void) close(map->map_lockfd);
1604 if (map->map_lockfd >= 0)
1605 (void) close(map->map_lockfd);
1892 if (map->map_lockfd >= 0)
[all …]
H A Dsendmail.h1215 int map_lockfd; /* auxiliary lock file descriptor */ variable