Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c6328 const dif_instr_t *text = difo->dtdo_buf;
6329 const uint_t textlen = difo->dtdo_len;
6330 const char *strtab = difo->dtdo_strtab;
6331 const uint64_t *inttab = difo->dtdo_inttab;
6355 mstate->dtms_difo = difo;
13970 } difo[] = { local
14029 if (subsec->dofs_type != difo[i].section)
14037 if (subsec->dofs_align != difo[i].align) {
14046 dtrace_dof_error(dof, difo[i].msg);
14050 if (difo[i].entsize != subsec->dofs_entsize) {
[all …]