Home
last modified time | relevance | path

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

/freebsd/sys/modules/cxgbe/if_cxgbe/
H A DMakefile4 .PATH: ${CXGBE} ${CXGBE}/common ${CXGBE}/crypto ${CXGBE}/cudbg
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c12754 struct cudbg_init *cudbg; in cudbg_dump() local
12768 cudbg = cudbg_get_init(handle); in cudbg_dump()
12769 cudbg->adap = sc; in cudbg_dump()
12770 cudbg->print = (cudbg_print_cb)printf; in cudbg_dump()
12778 cudbg->use_flash = 1; in cudbg_dump()
12779 MPASS(sizeof(cudbg->dbg_bitmap) == sizeof(dump->bitmap)); in cudbg_dump()
12780 memcpy(cudbg->dbg_bitmap, dump->bitmap, sizeof(cudbg->dbg_bitmap)); in cudbg_dump()
/freebsd/sys/conf/
H A Dfiles1427 dev/cxgbe/cudbg/cudbg_common.c optional cxgbe \
1429 dev/cxgbe/cudbg/cudbg_flash_utils.c optional cxgbe \
1431 dev/cxgbe/cudbg/cudbg_lib.c optional cxgbe \
1433 dev/cxgbe/cudbg/cudbg_wtp.c optional cxgbe \
1435 dev/cxgbe/cudbg/fastlz.c optional cxgbe \
1437 dev/cxgbe/cudbg/fastlz_api.c optional cxgbe \