Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c330 int a_opt, v_opt; in sv_maj() local
333 a_opt = v_opt = FALSE; in sv_maj()
336 'a', MDB_OPT_SETBITS, TRUE, &a_opt, in sv_maj()
362 if (!a_opt && maj->sm_inuse == 0) in sv_maj()
445 int a_opt, v_opt; in sv_dev() local
448 a_opt = v_opt = FALSE; in sv_dev()
452 'a', MDB_OPT_SETBITS, TRUE, &a_opt, in sv_dev()
480 if (!a_opt && svp->sv_state == SV_DISABLE) in sv_dev()
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c829 int a_opt, v_opt; in nsc_dev() local
831 a_opt = v_opt = 0; in nsc_dev()
834 'a', MDB_OPT_SETBITS, TRUE, &a_opt, in nsc_dev()
847 if (a_opt) { in nsc_dev()
953 int a_opt; in nsc_devval() local
955 a_opt = 0; in nsc_devval()
958 'a', MDB_OPT_SETBITS, TRUE, &a_opt) != argc) in nsc_devval()
978 if (!a_opt && !dv->dv_values) { in nsc_devval()
1705 int a_opt, v_opt; in nsthread() local
1708 a_opt = v_opt = 0; in nsthread()
[all …]
/titanic_50/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c551 int a_opt, v_opt; in rdc_kinfo() local
554 a_opt = v_opt = FALSE; in rdc_kinfo()
558 'a', MDB_OPT_SETBITS, TRUE, &a_opt, in rdc_kinfo()
594 if (!a_opt && ((krdc->type_flag & RDC_CONFIGURED) == 0)) in rdc_kinfo()
671 int a_opt, v_opt; in rdc_uinfo() local
675 a_opt = v_opt = FALSE; in rdc_uinfo()
679 'a', MDB_OPT_SETBITS, TRUE, &a_opt, in rdc_uinfo()
715 if (!a_opt && ((urdc->flags & RDC_ENABLED) == 0)) in rdc_uinfo()
/titanic_50/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c212 static int mountOptionPresent(char *a_mntOptions, char *a_opt);
2705 mountOptionPresent(char *a_mntOptions, char *a_opt) in mountOptionPresent() argument
2712 if ((a_opt == NULL) || (*a_opt == '\0')) { in mountOptionPresent()
2737 if (strncmp(a_opt, f, strlen(a_opt)) == 0) { in mountOptionPresent()