Home
last modified time | relevance | path

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

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