Searched refs:UserCommand (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/block/ |
D | DAC960.c | 5966 unsigned char *UserCommand) in DAC960_V1_ExecuteUserCommand() argument 5981 if (strcmp(UserCommand, "flush-cache") == 0) in DAC960_V1_ExecuteUserCommand() 5987 else if (strncmp(UserCommand, "kill", 4) == 0 && in DAC960_V1_ExecuteUserCommand() 5988 DAC960_ParsePhysicalDevice(Controller, &UserCommand[4], in DAC960_V1_ExecuteUserCommand() 6001 else if (strncmp(UserCommand, "make-online", 11) == 0 && in DAC960_V1_ExecuteUserCommand() 6002 DAC960_ParsePhysicalDevice(Controller, &UserCommand[11], in DAC960_V1_ExecuteUserCommand() 6016 else if (strncmp(UserCommand, "make-standby", 12) == 0 && in DAC960_V1_ExecuteUserCommand() 6017 DAC960_ParsePhysicalDevice(Controller, &UserCommand[12], in DAC960_V1_ExecuteUserCommand() 6031 else if (strncmp(UserCommand, "rebuild", 7) == 0 && in DAC960_V1_ExecuteUserCommand() 6032 DAC960_ParsePhysicalDevice(Controller, &UserCommand[7], in DAC960_V1_ExecuteUserCommand() [all …]
|