Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h602 #define DOF_ID_SIZE 16 /* total size of dofh_ident[] in bytes */ macro
605 uint8_t dofh_ident[DOF_ID_SIZE]; /* identification bytes (see below) */
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c13392 for (i = DOF_ID_PAD; i < DOF_ID_SIZE; i++) { in dtrace_dof_slurp()