Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ciss/
HDcissvar.h279 # define debug_struct(s) printf(" SIZE %s: %zu\n", #s, sizeof(struct s)) macro
287 # define debug_struct(s) macro
HDciss.c419 debug_struct(ciss_command); in ciss_attach()
420 debug_struct(ciss_header); in ciss_attach()
422 debug_struct(ciss_cdb); in ciss_attach()
423 debug_struct(ciss_report_cdb); in ciss_attach()
424 debug_struct(ciss_notify_cdb); in ciss_attach()
425 debug_struct(ciss_notify); in ciss_attach()
426 debug_struct(ciss_message_cdb); in ciss_attach()
427 debug_struct(ciss_error_info_pointer); in ciss_attach()
428 debug_struct(ciss_error_info); in ciss_attach()
429 debug_struct(ciss_sg_entry); in ciss_attach()
[all …]