Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/ciss/
HDcissvar.h276 # define debug_struct(s) kprintf(" SIZE %s: %zu\n", #s, sizeof(struct s)) macro
284 # define debug_struct(s) macro
HDciss.c388 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 …]
/dragonfly/sys/dev/raid/mly/
HDmlyvar.h83 # define debug_struct(s) kprintf(" SIZE %s: %d\n", #s, sizeof(struct s)) macro
91 # define debug_struct(s) macro