Home
last modified time | relevance | path

Searched refs:g_mode (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c109 static int g_mode = DMODE_EXEC; variable
1401 g_mode = DMODE_ANON;
1412 g_mode = DMODE_HEADER;
1420 g_mode = DMODE_LINK;
1428 g_mode = DMODE_LIST;
1434 g_mode = DMODE_VERS;
1454 if (g_mode == DMODE_VERS)
1463 if (g_mode == DMODE_LINK && (g_oflags & DTRACE_O_MODEL_MASK) == 0 &&
1536 if (g_mode == DMODE_LINK) {
1551 } else if (g_mode == DMODE_ANON)
[all …]
/freebsd/sys/dev/bwn/
H A Dif_bwn_misc.h62 extern int bwn_reset_core(struct bwn_mac *, int g_mode);
H A Dif_bwn.c1498 bwn_reset_core(struct bwn_mac *mac, int g_mode) in bwn_reset_core() argument
1507 DPRINTF(sc, BWN_DEBUG_RESET, "%s: g_mode=%d\n", __func__, g_mode); in bwn_reset_core()
1511 if (g_mode) in bwn_reset_core()
1552 if (g_mode) in bwn_reset_core()