Searched refs:opt_R (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmkmodules.sh43 opt_R=false
47 opt_R=true
56 if $opt_R; then
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c238 const char *opt_f = NULL, *opt_R = NULL; local
258 opt_R = optarg;
283 fmd_create(&fmd, argv[0], opt_R, opt_f);
/illumos-gate/usr/src/boot/sys/boot/usb/tools/
H A Dsysinit.c42 static int opt_R; variable
182 opt_R = 1;
245 if (opt_R == 0) {
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c51 static const char *opt_R = "/"; variable
1226 opt_R = optarg;
1259 if ((thp = topo_open(TOPO_VERSION, opt_R, &err)) == NULL) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1637 uint_t opt_R = FALSE; /* explicit read-ahead (prefetch) */ local
1664 'R', MDB_OPT_SETBITS, TRUE, &opt_R,
1673 !opt_P && !opt_H && !opt_R && !opt_r); /* no options */
1709 (opt_R && (centry.cc_aging_dm & PREFETCH_BUF_E)) ||

Completed in 68 milliseconds