Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ciss/
Dcissvar.h282 # define debug_union(s) printf(" SIZE %s: %zu\n", #s, sizeof(union s)) macro
290 # define debug_union(s) macro
Dciss.c425 debug_union(ciss_device_address); in ciss_attach()
/freebsd-12-stable/sys/dev/mly/
Dmlyvar.h80 # define debug_union(s) printf(" SIZE %s: %d\n", #s, sizeof(union s)) macro