Home
last modified time | relevance | path

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

/trueos/sys/dev/ciss/
HDcissvar.h287 # define debug_struct(s) printf(" SIZE %s: %zu\n", #s, sizeof(struct s)) macro
295 # define debug_struct(s) macro
HDciss.c411 debug_struct(ciss_command); in ciss_attach()
412 debug_struct(ciss_header); in ciss_attach()
414 debug_struct(ciss_cdb); in ciss_attach()
415 debug_struct(ciss_report_cdb); in ciss_attach()
416 debug_struct(ciss_notify_cdb); in ciss_attach()
417 debug_struct(ciss_notify); in ciss_attach()
418 debug_struct(ciss_message_cdb); in ciss_attach()
419 debug_struct(ciss_error_info_pointer); in ciss_attach()
420 debug_struct(ciss_error_info); in ciss_attach()
421 debug_struct(ciss_sg_entry); in ciss_attach()
[all …]
/trueos/sys/dev/mly/
HDmlyvar.h81 # define debug_struct(s) printf(" SIZE %s: %d\n", #s, sizeof(struct s)) macro
89 # define debug_struct(s) macro