Searched refs:UserCommand (Results 1 – 1 of 1) sorted by relevance
/drivers/block/ |
D | DAC960.c | 5964 unsigned char *UserCommand) in DAC960_V1_ExecuteUserCommand() argument 5979 if (strcmp(UserCommand, "flush-cache") == 0) in DAC960_V1_ExecuteUserCommand() 5985 else if (strncmp(UserCommand, "kill", 4) == 0 && in DAC960_V1_ExecuteUserCommand() 5986 DAC960_ParsePhysicalDevice(Controller, &UserCommand[4], in DAC960_V1_ExecuteUserCommand() 5999 else if (strncmp(UserCommand, "make-online", 11) == 0 && in DAC960_V1_ExecuteUserCommand() 6000 DAC960_ParsePhysicalDevice(Controller, &UserCommand[11], in DAC960_V1_ExecuteUserCommand() 6014 else if (strncmp(UserCommand, "make-standby", 12) == 0 && in DAC960_V1_ExecuteUserCommand() 6015 DAC960_ParsePhysicalDevice(Controller, &UserCommand[12], in DAC960_V1_ExecuteUserCommand() 6029 else if (strncmp(UserCommand, "rebuild", 7) == 0 && in DAC960_V1_ExecuteUserCommand() 6030 DAC960_ParsePhysicalDevice(Controller, &UserCommand[7], in DAC960_V1_ExecuteUserCommand() [all …]
|