Home
last modified time | relevance | path

Searched refs:pi_offs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.c519 dt_free(dtp, pip->pi_offs); in dt_probe_destroy()
551 if ((pip->pi_offs = dt_zalloc(dtp, in dt_probe_define()
559 dt_free(dtp, pip->pi_offs); in dt_probe_define()
567 dt_free(dtp, pip->pi_offs); in dt_probe_define()
589 offs = &pip->pi_offs; in dt_probe_define()
H A Ddt_provider.h67 uint32_t *pi_offs; /* offsets into the function */ member
H A Ddt_dof.c452 dt_buf_write(dtp, &ddo->ddo_offs, pip->pi_offs, in dof_add_probe()