Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c28 int smndbm_lock_fd; member
83 db->smndbm_lock_fd = -1; in smdbm_malloc_database()
98 if (db->smndbm_lock_fd != -1)
99 close(db->smndbm_lock_fd);
158 return db->smndbm_lock_fd;
560 db->smndbm_lock_fd = lock_fd;
621 smdb_unlock_file(db->smndbm_lock_fd);