Home
last modified time | relevance | path

Searched refs:cudbg_print_cb (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg.h308 typedef int (*cudbg_print_cb) (char *str, ...); typedef
373 cudbg_print_cb print; /* Platform dependent print
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c11824 cudbg->print = (cudbg_print_cb)printf; in cudbg_dump()