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

/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c32 extern int dof_sec(uintptr_t, uint_t, int, const mdb_arg_t *);
590 (void) dof_sec(addr, DCMD_ADDRSPEC | DCMD_LOOP, 0, NULL);
596 dof_sec(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
613 if (mdb_walk("dof_sec",
615 mdb_warn("failed to walk dof_sec");
1044 { "dof_sec", ":", "print a DOF section header", dof_sec },
1055 { "dof_sec", "walk DOF section header table given header address",
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h666 typedef struct dof_sec { struct

Completed in 73 milliseconds