Home
last modified time | relevance | path

Searched defs:debug_const (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/ciss/
H A Dcissvar.h283 # define debug_const(c) printf(" CONST %s %jd/0x%jx\n", #c, (intmax_t)c, (intmax_t)c); macro
291 # define debug_const(c) macro