Home
last modified time | relevance | path

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

/drivers/message/i2o/
Di2o_proc.c262 static char *chtostr(u8 * chars, int n) in chtostr() function
846 chtostr(ddm_table.module_name_version, 28)); in i2o_seq_show_ddm_table()
947 seq_printf(seq, "%-29s", chtostr(dst->module_name_version, 28)); in i2o_seq_show_drivers_stored()
948 seq_printf(seq, "%-9s", chtostr(dst->date, 8)); in i2o_seq_show_drivers_stored()
1280 chtostr((u8 *) (work32 + 2), 16)); in i2o_seq_show_dev_identity()
1282 chtostr((u8 *) (work32 + 6), 16)); in i2o_seq_show_dev_identity()
1284 chtostr((u8 *) (work32 + 10), 16)); in i2o_seq_show_dev_identity()
1286 chtostr((u8 *) (work32 + 14), 8)); in i2o_seq_show_dev_identity()
1332 chtostr(result.module_name, 24)); in i2o_seq_show_ddm_identity()
1334 chtostr(result.module_rev, 8)); in i2o_seq_show_ddm_identity()
[all …]