Home
last modified time | relevance | path

Searched refs:opt_R (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mdb/tools/scripts/
H A Dmkmodules.sh43 opt_R=false
47 opt_R=true
56 if $opt_R; then
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c238 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 Dfmtopo.c51 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 Dsdbc.c1637 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()