Lines Matching defs:cmd
1059 const char *cmd = NULL;
1078 snd_config_get_string(n, &cmd);
1088 if (strcmp(cmd, "cdev") == 0) {
1098 if (strcmp(cmd, "cset") == 0) {
1103 uc_error("error: %s requires a string!", cmd);
1109 if (strcmp(cmd, "enadev") == 0 ||
1110 strcmp(cmd, "disdev") == 0) {
1114 strcmp(cmd, "enadev") == 0,
1117 uc_error("error: %s requires a valid device!", cmd);
1123 if (strcmp(cmd, "enadev2") == 0) {
1128 if (strcmp(cmd, "disdev2") == 0) {
1133 uc_error("error: %s requires a valid device!", cmd);
1139 if (strcmp(cmd, "disdevall") == 0) {
1144 if (strcmp(cmd, "cset-bin-file") == 0) {
1149 if (strcmp(cmd, "cset-tlv") == 0) {
1154 if (strcmp(cmd, "cset-new") == 0) {
1159 if (strcmp(cmd, "ctl-remove") == 0) {
1164 if (strcmp(cmd, "sysw") == 0) {
1174 if (strcmp(cmd, "usleep") == 0) {
1184 if (strcmp(cmd, "msleep") == 0) {
1195 if (strcmp(cmd, "exec") == 0) {
1206 if (strcmp(cmd, "shell") == 0) {
1211 if (strcmp(cmd, "cfg-save") == 0) {
1221 if (strcmp(cmd, "comment") == 0)
1224 uc_error("error: sequence command '%s' is ignored", cmd);