HomeSort by: relevance | last modified time | path
    Searched defs:db_data (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/base/
db.c 130 void *db_data; member in struct:heim_db_data
253 if (db->db_data)
254 (void) db->plug->closef(db->db_data, NULL);
395 ret = plug->openf(plug->data, dbtype, dbname, options, &db->db_data, error);
467 ret = db->plug->clonef(db->db_data, &result->db_data, error);
475 db->db_data = NULL;
504 ret = db->plug->beginf(db->db_data, read_only, error);
514 ret = db->plug->lockf(db->db_data, read_only, error);
520 ret = db->plug->unlockf(db->db_data, error)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu.h 298 void *db_data; /* data in buffer */ member in struct:dmu_buf
431 * read db_data, dmu_buf_will_dirty() before modifying it, and the
463 * db_data. The comments for those routines describe what particular
647 * Indicate that you are going to modify the buffer's data (db_data).

Completed in 35 milliseconds