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

  /netvirt/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);
  /netvirt/usr/src/cmd/sgs/libelf/common/
decl.h 94 * db_data must be first in the Dnode structure, because
95 * &db_data must == &Dnode.
98 * goes into db_data.d_buf originally, but the user can touch
111 Elf_Data db_data; member in struct:Dnode
  /netvirt/usr/src/uts/common/fs/zfs/sys/
dmu.h 185 void *db_data; /* data in buffer */ member in struct:dmu_buf
298 * read db_data, dmu_buf_will_dirty() before modifying it, and the
316 * db_data. The comments for those routines describe what particular
348 * will be set to db->db_data when you are allowed to access it. Note
349 * that db->db_data (the pointer) can change when you do dmu_buf_read(),
379 * Indicate that you are going to modify the buffer's data (db_data).

Completed in 480 milliseconds