Searched refs:ddo_enoffs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_dof.h54 dt_buf_t ddo_enoffs; /* is-enabled offsets section data */ member in struct:dt_dof
H A Ddt_dof.c77 dt_buf_create(dtp, &ddo->ddo_enoffs, "probe is-enabled offs", 0);
99 dt_buf_destroy(dtp, &ddo->ddo_enoffs);
139 dt_buf_reset(dtp, &ddo->ddo_enoffs);
469 dt_buf_len(&ddo->ddo_enoffs) / sizeof (uint32_t);
471 dt_buf_write(dtp, &ddo->ddo_enoffs, pip->pi_enoffs,
533 dt_buf_reset(dtp, &ddo->ddo_enoffs);
555 if ((sz = dt_buf_len(&ddo->ddo_enoffs)) != 0) {
562 dt_buf_concat(dtp, &ddo->ddo_ldata, &ddo->ddo_enoffs, sizeof (uint_t));

Completed in 75 milliseconds