HomeSort by: relevance | last modified time | path
    Searched refs:dts_speculations (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace_impl.h 1148 dtrace_speculation_t *dts_speculations; /* speculation array */ member in struct:dtrace_state
  /src/external/cddl/osnet/dev/dtrace/
dtrace_ioctl.c 861 spec = &state->dts_speculations[j];
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 2901 dtrace_speculation_t *spec = &state->dts_speculations[i];
2956 spec = &state->dts_speculations[which - 1];
3122 spec = &state->dts_speculations[which - 1];
3181 dtrace_speculation_t *spec = &state->dts_speculations[i];
3219 dtrace_speculation_t *spec = &state->dts_speculations[i];
3243 dtrace_speculation_t *spec = &state->dts_speculations[i];
3284 spec = &state->dts_speculations[which - 1];
15262 dtrace_speculation_t *spec = state->dts_speculations;
15363 state->dts_speculations = spec;
15605 ASSERT(state->dts_speculations == NULL)
    [all...]

Completed in 28 milliseconds