mly_describe_code
fp = mly_describe_code(mly_table_event, event);
padstr(inq->vendor, mly_describe_code(mly_table_device_type, btl->mb_type), 8);
padstr(inq->product, mly_describe_code(mly_table_device_state, btl->mb_state), 16);
mly_describe_code(mly_table_oemname, mi->oem_information),
mly_describe_code(mly_table_controllertype, mi->controller_type), mi->controller_type,
mly_describe_code(mly_table_memorytype, mi->memory_type),
mly_describe_code(mly_table_cputype, mi->cpu[0].type), mi->cpu[0].speed);
mly_describe_code(mly_table_memorytype, mi->exmemory_type),
mly_describe_code(mly_table_device_type, ldi->raid_level),
mly_describe_code(mly_table_device_state, ldi->state));
mly_describe_code(mly_table_device_state, pdi->state));
static char *mly_describe_code(struct mly_code_lookup *table, u_int32_t code);