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

/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h805 #define DOF_SECT_NONE 0 /* null section */ macro
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c8768 provider->dofpv_prenoffs != DOF_SECT_NONE) {
12600 * a type other than DOF_SECT_NONE is specified, the header is checked against
12619 if (type != DOF_SECT_NONE && type != sec->dofs_type) {
12750 { DOF_SECT_NONE, 0, 0, 0, NULL }
12752 { DOF_SECT_NONE, 0, 0, 0, 0, NULL }
12783 if ((subsec = dtrace_dof_sect(dof, DOF_SECT_NONE,
12794 for (i = 0; difo[i].section != DOF_SECT_NONE; i++) {
12862 if (difo[i].section == DOF_SECT_NONE &&
13140 ts = dtrace_dof_sect(dof, DOF_SECT_NONE, dofr->dofr_tgtsec);
15260 provider->dofpv_prenoffs != DOF_SECT_NONE
[all...]

Completed in 37 milliseconds