Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ciss/
Dcissvar.h281 # define debug_struct(s) printf(" SIZE %s: %zu\n", #s, sizeof(struct s)) macro
289 # define debug_struct(s) macro
Dciss.c423 debug_struct(ciss_command); in ciss_attach()
424 debug_struct(ciss_header); in ciss_attach()
426 debug_struct(ciss_cdb); in ciss_attach()
427 debug_struct(ciss_report_cdb); in ciss_attach()
428 debug_struct(ciss_notify_cdb); in ciss_attach()
429 debug_struct(ciss_notify); in ciss_attach()
430 debug_struct(ciss_message_cdb); in ciss_attach()
431 debug_struct(ciss_error_info_pointer); in ciss_attach()
432 debug_struct(ciss_error_info); in ciss_attach()
433 debug_struct(ciss_sg_entry); in ciss_attach()
[all …]
/freebsd-12-stable/sys/dev/mly/
Dmlyvar.h79 # define debug_struct(s) printf(" SIZE %s: %d\n", #s, sizeof(struct s)) macro
87 # define debug_struct(s) macro