Searched refs:opt_F (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/brand/solaris10/zone/ |
H A D | uninstall.ksh | 48 opt_F="" 83 F ) opt_F="-F" ;;
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 343 uint_t opt_plus_W = FALSE, opt_F = FALSE; local 362 'F', MDB_OPT_SETBITS, TRUE, &opt_F, 416 if (opt_F)
|
H A D | mdb_evset.c | 50 uint_t opt_F = FALSE; local 73 'F', MDB_OPT_SETBITS, TRUE, &opt_F, 143 if (opt_F == FALSE && (sp.spec_flags & MDB_TGT_SPEC_HIDDEN)) {
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 71 static int opt_F = 0; variable 127 opt_F = 1; 153 if (opt_a || opt_F) 610 if (opt_F)
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 568 if (!$opt_F) {
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 1752 uint_t opt_F = FALSE; local 1755 'F', MDB_OPT_SETBITS, TRUE, &opt_F, NULL) != argc) 1777 if (opt_F && buf[strlen(buf)-1] != '/' &&
|
Completed in 74 milliseconds