HomeSort by relevance Sort by last modified time
    Searched defs:opt_s (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/fmadm/common/
reset.c 35 const char *opt_s = NULL; local
42 opt_s = optarg;
57 if (opt_s != NULL) {
58 if (fmd_adm_serd_reset(adm, mod, opt_s) != 0)
59 die("failed to reset serd engine %s", opt_s);
60 note("%s serd engine '%s' has been reset\n", mod, opt_s);
faulty.c 1773 int opt_a = 0, opt_v = 0, opt_p = 0, opt_s = 0, opt_r = 0, opt_f = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/md/
set_io_cnt.c 59 char *opt_s = (char *)NULL; /* a named set */ local
66 's', MDB_OPT_STR, &opt_s,
74 if ((opt_s != 0) && (opt_m != 0)) {
94 if (opt_s != NULL) {
95 setno = findset(opt_s);
97 mdb_warn("no such set: %s\n", opt_s);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_set.c 344 uintptr_t opt_s = (uintptr_t)(long)-1; local
367 's', MDB_OPT_UINTPTR, &opt_s,
443 if (opt_s != (uintptr_t)-1)
444 mdb.m_symdist = (size_t)opt_s;
mdb_nm.c 810 uintptr_t opt_e = 0, opt_s = 0; local
823 's', MDB_OPT_UINTPTR, &opt_s, NULL);
847 if (opt_s)
848 sym.st_size = (GElf_Xword)(opt_s);
mdb_print.c 1995 uintptr_t opt_s = (uintptr_t)-1ul; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rmvolmgr/
rmvolmgr.c 71 static boolean_t opt_s; /* system instance */ variable
113 opt_s = B_TRUE;
128 if (opt_s) {
181 if (opt_s) {
212 if (!opt_s) {
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
modhash.c 355 uint_t opt_s = FALSE; local
368 's', MDB_OPT_SETBITS, TRUE, &opt_s,
417 if (opt_s | opt_t) {
446 if (DCMD_HDRSPEC(flags) && opt_s) {
469 if (!mwd.mwd_opt_e && !opt_s) {
489 if (opt_s) {
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libtopo/
libtopo.c 512 char product[36], *opt_s = NULL, *opt_P = NULL; local
519 's', MDB_OPT_STR, &opt_s, 'P', MDB_OPT_STR, &opt_P, NULL)
524 if (opt_s) {
525 tgt_scheme = opt_s;
  /onnv/onnv-gate/usr/src/cmd/fm/fmstat/common/
fmstat.c 699 int opt_a = 0, opt_s = 0, opt_t = 0, opt_T = 0, opt_z = 0; local
744 opt_s++;
771 if (opt_t != 0 && (opt_m != NULL || opt_s != 0)) {
783 if (opt_m == NULL && opt_s != 0) {
795 if (opt_s)
  /onnv/onnv-gate/usr/src/cmd/smbios/
smbios.c 52 static int opt_s; variable
934 if (g_hdr++ == 0 || !opt_s)
954 if (opt_s)
1156 opt_s++;
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 51 static const char *opt_s = FM_FMRI_SCHEME_HC; variable
59 static int opt_S = 0;
165 if (opt_S) {
825 if (opt_e && strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) {
963 if ((twp = topo_walk_init(thp, opt_s, walk_node, NULL, &err))
966 " %s\n", g_pname, opt_s, topo_strerror(err));
1140 if (opt_S) {
1227 opt_s = optarg;
1230 opt_S++;
1284 if (topo_xml_print(thp, stdout, opt_s, &err) < 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_mdb.c 277 uint_t opt_c = FALSE, opt_s = FALSE; local
281 's', MDB_OPT_SETBITS, TRUE, &opt_s, NULL) != argc)
291 func = opt_s ? trprint_cpp_stack : trprint_cpp;
294 func = opt_s ? trprint_msg_stack : trprint_msg;
1503 uint_t opt_s = FALSE, opt_l = FALSE, opt_r = FALSE, opt_u = FALSE; local
    [all...]

Completed in 360 milliseconds