Lines Matching refs:g_oflags
106 static int g_oflags; variable
1381 g_oflags &= ~DTRACE_O_MODEL_MASK;
1382 g_oflags |= DTRACE_O_ILP32;
1392 g_oflags &= ~DTRACE_O_MODEL_MASK;
1393 g_oflags |= DTRACE_O_LP64;
1413 g_oflags |= DTRACE_O_NODEV;
1421 g_oflags |= DTRACE_O_NODEV;
1463 if (g_mode == DMODE_LINK && (g_oflags & DTRACE_O_MODEL_MASK) == 0 &&
1489 if (g_oflags & DTRACE_O_ILP32) {
1493 g_oflags |= DTRACE_O_LP64;
1495 if (g_oflags & DTRACE_O_LP64) {
1499 g_oflags |= DTRACE_O_ILP32;
1510 while ((g_dtp = dtrace_open(DTRACE_VERSION, g_oflags, &err)) == NULL) {
1511 if (!(g_oflags & DTRACE_O_NODEV) && !g_exec && !g_grabanon) {
1512 g_oflags |= DTRACE_O_NODEV;