Searched refs:debug_struct (Results 1 – 3 of 3) sorted by relevance
276 # define debug_struct(s) kprintf(" SIZE %s: %zu\n", #s, sizeof(struct s)) macro284 # define debug_struct(s) macro
388 debug_struct(ciss_command); in ciss_attach()389 debug_struct(ciss_header); in ciss_attach()391 debug_struct(ciss_cdb); in ciss_attach()392 debug_struct(ciss_report_cdb); in ciss_attach()393 debug_struct(ciss_notify_cdb); in ciss_attach()394 debug_struct(ciss_notify); in ciss_attach()395 debug_struct(ciss_message_cdb); in ciss_attach()396 debug_struct(ciss_error_info_pointer); in ciss_attach()397 debug_struct(ciss_error_info); in ciss_attach()398 debug_struct(ciss_sg_entry); in ciss_attach()[all …]
83 # define debug_struct(s) kprintf(" SIZE %s: %d\n", #s, sizeof(struct s)) macro91 # define debug_struct(s) macro