Searched defs:a_opt (Results 1 - 4 of 4) sorted by relevance

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

Completed in 67 milliseconds