Searched refs:opt_R (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mdb/tools/scripts/ |
H A D | mkmodules.sh | 43 opt_R=false 47 opt_R=true 56 if $opt_R; then
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_main.c | 238 const char *opt_f = NULL, *opt_R = NULL; in main() local 258 opt_R = optarg; in main() 283 fmd_create(&fmd, argv[0], opt_R, opt_f); in main()
|
/titanic_41/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 51 static const char *opt_R = "/"; variable 1227 opt_R = optarg; in main() 1260 if ((thp = topo_open(TOPO_VERSION, opt_R, &err)) == NULL) { in main()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 1637 uint_t opt_R = FALSE; /* explicit read-ahead (prefetch) */ in sdbc_cctl() local 1664 'R', MDB_OPT_SETBITS, TRUE, &opt_R, in sdbc_cctl() 1673 !opt_P && !opt_H && !opt_R && !opt_r); /* no options */ in sdbc_cctl() 1709 (opt_R && (centry.cc_aging_dm & PREFETCH_BUF_E)) || in sdbc_cctl()
|