HomeSort by: relevance | last modified time | path
    Searched defs:scout (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 5431 * so we check for circularity by sending a scout pointer
5453 uintptr_t scout; local
5456 scout = dtrace_loadptr(maddr + next);
5468 if (scout == NULL)
5471 scout = dtrace_loadptr(scout + next);
5473 if (scout == NULL)
5476 scout = dtrace_loadptr(scout + next);
5478 if (scout == NULL
    [all...]
dtrace.c 5431 * so we check for circularity by sending a scout pointer
5453 uintptr_t scout; local
5456 scout = dtrace_loadptr(maddr + next);
5468 if (scout == NULL)
5471 scout = dtrace_loadptr(scout + next);
5473 if (scout == NULL)
5476 scout = dtrace_loadptr(scout + next);
5478 if (scout == NULL
    [all...]

Completed in 51 milliseconds