HomeSort by relevance Sort by last modified time
    Searched defs:db_data (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/dis/
dis_main.c 65 void *db_data; /* function or section data */ member in struct:dis_buffer
119 db.db_data = data;
278 (void) memcpy(buf, (char *)db->db_data + offset, len);
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
decl.h 92 * db_data must be first in the Dnode structure, because
93 * &db_data must == &Dnode.
96 * goes into db_data.d_buf originally, but the user can touch
109 Elf_Data db_data; member in struct:Dnode
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
dmu.h 189 void *db_data; /* data in buffer */ member in struct:dmu_buf
324 * read db_data, dmu_buf_will_dirty() before modifying it, and the
342 * db_data. The comments for those routines describe what particular
374 * will be set to db->db_data when you are allowed to access it. Note
375 * that db->db_data (the pointer) can change when you do dmu_buf_read(),
405 * Indicate that you are going to modify the buffer's data (db_data).

Completed in 120 milliseconds