Searched refs:aac_describe_code (Results 1 – 2 of 2) sorted by relevance
78 #define AAC_COMMAND_STATUS(x) aac_describe_code(aac_command_status_table, x)
82 char *aac_describe_code(struct aac_code_lookup *, u_int32_t);2338 aac_describe_code(aac_cpu_variant, info->CpuVariant), in aac_describe_controller()2340 aac_describe_code(aac_battery_platform, info->batteryPlatform)); in aac_describe_controller()2360 aac_describe_code(struct aac_code_lookup *table, u_int32_t code) in aac_describe_code() function