Lines Matching defs:cmnd
35 char cmnd[MAX_COMMAND_SIZE];
36 memset(cmnd, 0xff, 12);
74 gdth_execute(host, &gdtcmd, cmnd, 30, NULL);
137 gdth_execute(host, &gdtcmd, cmnd, 30, NULL);
172 char cmnd[MAX_COMMAND_SIZE];
179 memset(cmnd, 0xff, 12);
260 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) != S_OK)
277 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) {
324 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) {
356 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) != S_OK)
433 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) {
492 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) {
571 scp = ha->cmd_tab[i].cmnd;