Searched refs:db_fd (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb.c | 472 smdb_filechanged(db_name, extension, db_fd, stat_info) in smdb_filechanged() argument 475 int db_fd; 485 return filechanged(db_file_name, db_fd, stat_info);
|
H A D | smdb1.c | 460 int db_fd; local 541 db_fd = db->fd(db); 542 result = smdb_filechanged(db_name, SMDB1_FILE_EXTENSION, db_fd,
|
H A D | smdb2.c | 580 int db_fd; local 651 result = db->fd(db, &db_fd); 665 result = smdb_filechanged(db_name, SMDB2_FILE_EXTENSION, db_fd,
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 289 DB(hdp)->db_fd = fd; in open_db() 424 DB(&proto)->db_fd = -1; in handle_alloc() 1017 assert(DB(hdp)->db_fd == -1); in close_db() 1044 (void) close(DB(hdp)->db_fd); in close_db() 1045 DB(hdp)->db_fd = -1; in close_db() 2905 addr = mmap(0, slen, prot, MAP_SHARED, DB(hdp)->db_fd, off); in map_seg() 2910 " fd=%d, off=%ld\n", (ulong_t)slen, prot, DB(hdp)->db_fd, in map_seg() 2919 "off=%ld, seg_base=%p\n", seg, (ulong_t)slen, prot, DB(hdp)->db_fd, in map_seg()
|
H A D | devinfo_devlink.h | 135 int db_fd; /* database file */ member
|