Searched refs:dt_buf_create (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_buf.h | 49 extern void dt_buf_create(dtrace_hdl_t *, dt_buf_t *, const char *, size_t);
|
H A D | dt_buf.c | 53 dt_buf_create(dtrace_hdl_t *dtp, dt_buf_t *bp, const char *name, size_t len) function 85 dt_buf_create(dtp, bp, bp->dbu_name, bp->dbu_len);
|
H A D | dt_dof.c | 58 dt_buf_create(dtp, &ddo->ddo_secs, "section headers", 0); 59 dt_buf_create(dtp, &ddo->ddo_strs, "string table", 0); 60 dt_buf_create(dtp, &ddo->ddo_ldata, "loadable data", 0); 61 dt_buf_create(dtp, &ddo->ddo_udata, "unloadable data", 0); 63 dt_buf_create(dtp, &ddo->ddo_probes, "probe data", 0); 64 dt_buf_create(dtp, &ddo->ddo_args, "probe args", 0); 65 dt_buf_create(dtp, &ddo->ddo_offs, "probe offs", 0); 66 dt_buf_create(dtp, &ddo->ddo_enoffs, "probe is-enabled offs", 0); 67 dt_buf_create(dtp, &ddo->ddo_rels, "probe rels", 0); 69 dt_buf_create(dt [all...] |
Completed in 679 milliseconds