Lines Matching refs:cfga_str

232 #define	cfga_str(i)		cfga_strs[(i)]
335 cfga_str(SYSC_DEVSTR) = outputstr;
367 failed = dgettext(TEXT_DOMAIN, cfga_str(DIAG_FAILED));
386 p = cfga_str(a);
397 p = dgettext(TEXT_DOMAIN, cfga_str(DIAG_TRANS_OK));
398 q = cfga_str(a);
412 p = dgettext(TEXT_DOMAIN, cfga_str(a));
424 p = dgettext(TEXT_DOMAIN, cfga_str(a));
433 p = cfga_str(a);
460 p = dgettext(TEXT_DOMAIN, cfga_str(i));
464 p = cfga_str(SYSC_DEVSTR);
466 q = cfga_str(STR_COL);
508 p = dgettext(TEXT_DOMAIN, cfga_str(a));
900 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
902 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
946 cfga_str(ASK_CONNECT))) {
989 cfga_str(ASK_CONNECT))) {
1039 if (strcmp(cond, cfga_str(COND_UNKNOWN)) == 0)
1041 else if (strcmp(cond, cfga_str(COND_OK)) == 0)
1043 else if (strcmp(cond, cfga_str(COND_FAILING)) == 0)
1045 else if (strcmp(cond, cfga_str(COND_FAILED)) == 0)
1047 else if (strcmp(cond, cfga_str(COND_UNUSABLE)) == 0)
1091 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
1093 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
1100 str = cfga_str(CMD_SET_COND);
1108 } else if (strcmp(function, cfga_str(CMD_QUIESCE)) == 0) {
1111 } else if (strcmp(function, cfga_str(CMD_INSERT)) == 0) {
1114 } else if (strcmp(function, cfga_str(CMD_REMOVE)) == 0) {
1239 type_str = cfga_str(BD_MEM);
1242 type_str = cfga_str(BD_CPU);
1245 type_str = cfga_str(BD_IO_2SBUS);
1248 type_str = cfga_str(BD_IO_SBUS_FFB);
1251 type_str = cfga_str(BD_IO_PCI);
1254 type_str = cfga_str(BD_DISK);
1257 type_str = cfga_str(BD_IO_2SBUS_SOCPLUS);
1260 type_str = cfga_str(BD_IO_SBUS_FFB_SOCPLUS);
1264 type_str = cfga_str(BD_UNKNOWN);
1410 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
1412 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
1446 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
1448 else if (strcmp(options, cfga_str(OPT_ENABLE)) == 0)
1450 else if (strcmp(options, cfga_str(CMD_INSERT)) == 0)
1452 else if (strcmp(options, cfga_str(CMD_REMOVE)) == 0)
1454 else if (strcmp(options, cfga_str(CMD_QUIESCE)) == 0)