Searched refs:dt_buf_create (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_buf.h47 extern void dt_buf_create(dtrace_hdl_t *, dt_buf_t *, const char *, size_t);
H A Ddt_buf.c49 dt_buf_create(dtrace_hdl_t *dtp, dt_buf_t *bp, const char *name, size_t len) function
81 dt_buf_create(dtp, bp, bp->dbu_name, bp->dbu_len);
H A Ddt_dof.c60 dt_buf_create(dtp, &ddo->ddo_secs, "section headers", 0);
61 dt_buf_create(dtp, &ddo->ddo_strs, "string table", 0);
62 dt_buf_create(dtp, &ddo->ddo_ldata, "loadable data", 0);
63 dt_buf_create(dtp, &ddo->ddo_udata, "unloadable data", 0);
65 dt_buf_create(dtp, &ddo->ddo_probes, "probe data", 0);
66 dt_buf_create(dtp, &ddo->ddo_args, "probe args", 0);
67 dt_buf_create(dtp, &ddo->ddo_offs, "probe offs", 0);
68 dt_buf_create(dtp, &ddo->ddo_enoffs, "probe is-enabled offs", 0);
69 dt_buf_create(dtp, &ddo->ddo_rels, "probe rels", 0);
71 dt_buf_create(dt
[all...]

Completed in 118 milliseconds