Home
last modified time | relevance | path

Searched refs:aac_describe_code (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/aac/
H A Daac_tables.h78 #define AAC_COMMAND_STATUS(x) aac_describe_code(aac_command_status_table, x)
H A Daac.c188 static const char *aac_describe_code(const struct aac_code_lookup *table,
481 device_set_desc(child, aac_describe_code(aac_container_types, in aac_add_container()
2717 aac_describe_code(aac_cpu_variant, info->CpuVariant), in aac_describe_controller()
2721 aac_describe_code(aac_battery_platform, in aac_describe_controller()
2779 aac_describe_code(const struct aac_code_lookup *table, u_int32_t code) in aac_describe_code() function
/freebsd-14.2/sys/dev/aacraid/
H A Daacraid.c183 static char *aac_describe_code(struct aac_code_lookup *table,
2533 aac_describe_code(aac_cpu_variant, info->CpuVariant), in aac_describe_controller()
2537 aac_describe_code(aac_battery_platform, in aac_describe_controller()
2581 aac_describe_code(struct aac_code_lookup *table, u_int32_t code) in aac_describe_code() function