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

/macosx-10.10/dtrace-147/cmd/
H A Ddtrace_1.c97 static int g_oflags; variable
1512 g_oflags |= DTRACE_O_NODEV;
1520 g_oflags |= DTRACE_O_NODEV;
1584 g_oflags &= ~DTRACE_O_ILP32;
1585 g_oflags |= DTRACE_O_LP64;
1588 g_oflags &= ~DTRACE_O_LP64;
1589 g_oflags |= DTRACE_O_ILP32;
1596 while ((g_dtp = dtrace_open(DTRACE_VERSION, g_oflags, &err)) == NULL) {
1597 if (!(g_oflags & DTRACE_O_NODEV) && !g_exec && !g_grabanon) {
1598 g_oflags |
[all...]

Completed in 119 milliseconds