Searched refs:opt_I (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 73 $opt_r, $opt_L, $opt_P, $opt_I, $opt_T, $opt_G); 83 "I" => \$opt_I, 106 if ($opt_T && ($opt_I || $opt_t)) { 120 if ($opt_L && $opt_I) { 179 if ($opt_c && $opt_I) { 241 (print "@lgrp_list\n"), exit 0 if $opt_I;
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 340 const char *opt_I = NULL, *opt_L = NULL, *opt_P = NULL, *opt_o = NULL; in cmd_set() local 363 'I', MDB_OPT_STR, &opt_I, in cmd_set() 432 if (opt_I != NULL) { in cmd_set() 436 mdb_set_ipath(opt_I); in cmd_set()
|
/titanic_44/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1159 int opt_i = 0, opt_I = 0; in main() local 1218 if (opt_e || opt_I) in main() 1225 opt_I++; in main() 1281 if (opt_A && (opt_e || opt_i || opt_I || opt_m || opt_u)) in main() 1339 if (opt_u || (!opt_e && !opt_i && !opt_I)) { in main() 1348 sfx = opt_I ? "_hival" : ""; in main()
|