Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ciss/
HDcissvar.h280 # define debug_union(s) printf(" SIZE %s: %zu\n", #s, sizeof(union s)) macro
288 # define debug_union(s) macro
HDciss.c422 debug_union(ciss_device_address); in ciss_attach()
/freebsd-13-stable/sys/dev/mly/
HDmlyvar.h78 # define debug_union(s) printf(" SIZE %s: %d\n", #s, sizeof(union s)) macro