Searched refs:debug_struct (Results 1 – 3 of 3) sorted by relevance
281 # define debug_struct(s) printf(" SIZE %s: %zu\n", #s, sizeof(struct s)) macro289 # define debug_struct(s) macro
422 debug_struct(ciss_command); in ciss_attach()423 debug_struct(ciss_header); in ciss_attach()425 debug_struct(ciss_cdb); in ciss_attach()426 debug_struct(ciss_report_cdb); in ciss_attach()427 debug_struct(ciss_notify_cdb); in ciss_attach()428 debug_struct(ciss_notify); in ciss_attach()429 debug_struct(ciss_message_cdb); in ciss_attach()431 debug_struct(ciss_error_info); in ciss_attach()432 debug_struct(ciss_sg_entry); in ciss_attach()433 debug_struct(ciss_config_table); in ciss_attach()[all …]
79 # define debug_struct(s) printf(" SIZE %s: %d\n", #s, sizeof(struct s)) macro87 # define debug_struct(s) macro