Searched refs:chtostr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_proc.c | 256 static char *chtostr(char *tmp, u8 *chars, int n) in chtostr() function 833 chtostr(tmp, ddm_table.module_name_version, 28)); in i2o_seq_show_ddm_table() 936 chtostr(tmp, dst->module_name_version, 28)); in i2o_seq_show_drivers_stored() 937 seq_printf(seq, "%-9s", chtostr(tmp, dst->date, 8)); in i2o_seq_show_drivers_stored() 1270 chtostr(tmp, (u8 *) (work32 + 2), 16)); in i2o_seq_show_dev_identity() 1272 chtostr(tmp, (u8 *) (work32 + 6), 16)); in i2o_seq_show_dev_identity() 1274 chtostr(tmp, (u8 *) (work32 + 10), 16)); in i2o_seq_show_dev_identity() 1276 chtostr(tmp, (u8 *) (work32 + 14), 8)); in i2o_seq_show_dev_identity() 1324 chtostr(tmp, result.module_name, 24)); in i2o_seq_show_ddm_identity() 1326 chtostr(tmp, result.module_rev, 8)); in i2o_seq_show_ddm_identity() [all …]
|