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

/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c30 int smndbm_lock_fd; member in struct:smdb_dbm_database_struct
85 db->smndbm_lock_fd = -1;
100 if (db->smndbm_lock_fd != -1)
101 close(db->smndbm_lock_fd);
160 return db->smndbm_lock_fd;
562 db->smndbm_lock_fd = lock_fd;
623 smdb_unlock_file(db->smndbm_lock_fd);

Completed in 30 milliseconds