Searched refs:dt_buf_create (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_dof.c | 56 dt_buf_create(dtp, &ddo->ddo_secs, "section headers", 0); in dt_dof_init() 57 dt_buf_create(dtp, &ddo->ddo_strs, "string table", 0); in dt_dof_init() 58 dt_buf_create(dtp, &ddo->ddo_ldata, "loadable data", 0); in dt_dof_init() 59 dt_buf_create(dtp, &ddo->ddo_udata, "unloadable data", 0); in dt_dof_init() 61 dt_buf_create(dtp, &ddo->ddo_probes, "probe data", 0); in dt_dof_init() 62 dt_buf_create(dtp, &ddo->ddo_args, "probe args", 0); in dt_dof_init() 63 dt_buf_create(dtp, &ddo->ddo_offs, "probe offs", 0); in dt_dof_init() 64 dt_buf_create(dtp, &ddo->ddo_enoffs, "probe is-enabled offs", 0); in dt_dof_init() 65 dt_buf_create(dtp, &ddo->ddo_rels, "probe rels", 0); in dt_dof_init() 67 dt_buf_create(dtp, &ddo->ddo_xlms, "xlate members", 0); in dt_dof_init() [all …]
|
H A D | dt_buf.c | 47 dt_buf_create(dtrace_hdl_t *dtp, dt_buf_t *bp, const char *name, size_t len) in dt_buf_create() function 79 dt_buf_create(dtp, bp, bp->dbu_name, bp->dbu_len); in dt_buf_reset()
|
H A D | dt_buf.h | 45 extern void dt_buf_create(dtrace_hdl_t *, dt_buf_t *, const char *, size_t);
|