Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ciss/
H A Dcissvar.h281 # define debug_struct(s) printf(" SIZE %s: %zu\n", #s, sizeof(struct s)) macro
289 # define debug_struct(s) macro
H A Dciss.c422 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 …]
/freebsd-13.1/sys/dev/mly/
H A Dmlyvar.h79 # define debug_struct(s) printf(" SIZE %s: %d\n", #s, sizeof(struct s)) macro
87 # define debug_struct(s) macro