Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c472 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 Dsmdb1.c460 int db_fd; local
541 db_fd = db->fd(db);
542 result = smdb_filechanged(db_name, SMDB1_FILE_EXTENSION, db_fd,
H A Dsmdb2.c580 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 Ddevinfo_devlink.c289 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 Ddevinfo_devlink.h135 int db_fd; /* database file */ member