Home
last modified time | relevance | path

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

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