Searched refs:mly_describe_code (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/mly/
H A Dmly_tables.h38 static char *mly_describe_code(struct mly_code_lookup *table, u_int32_t code);
44 mly_describe_code(struct mly_code_lookup *table, u_int32_t code) function
H A Dmly.c940 mly_describe_code(mly_table_device_type, ldi->raid_level),
941 mly_describe_code(mly_table_device_state, ldi->state));
957 mly_describe_code(mly_table_device_state, pdi->state));
1333 fp = mly_describe_code(mly_table_event, event);
2360 padstr(inq->vendor, mly_describe_code(mly_table_device_type, btl->mb_type), 8);
2361 padstr(inq->product, mly_describe_code(mly_table_device_state, btl->mb_state), 16);
2519 mly_describe_code(mly_table_oemname, mi->oem_information),
2520 mly_describe_code(mly_table_controllertype, mi->controller_type), mi->controller_type,
2524 mly_describe_code(mly_table_memorytype, mi->memory_type),
2528 mly_describe_code(mly_table_cputyp
[all...]

Completed in 55 milliseconds