Home
last modified time | relevance | path

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

/freebsd-head/sys/modules/cxgbe/if_cxgbe/
HDMakefile7 .PATH: ${CXGBE} ${CXGBE}/common ${CXGBE}/crypto ${CXGBE}/cudbg
/freebsd-head/sys/dev/cxgbe/
HDt4_main.c11808 struct cudbg_init *cudbg; in cudbg_dump() local
11822 cudbg = cudbg_get_init(handle); in cudbg_dump()
11823 cudbg->adap = sc; in cudbg_dump()
11824 cudbg->print = (cudbg_print_cb)printf; in cudbg_dump()
11832 cudbg->use_flash = 1; in cudbg_dump()
11833 MPASS(sizeof(cudbg->dbg_bitmap) == sizeof(dump->bitmap)); in cudbg_dump()
11834 memcpy(cudbg->dbg_bitmap, dump->bitmap, sizeof(cudbg->dbg_bitmap)); in cudbg_dump()
/freebsd-head/sys/conf/
HDfiles1425 dev/cxgbe/cudbg/cudbg_common.c optional cxgbe \
1427 dev/cxgbe/cudbg/cudbg_flash_utils.c optional cxgbe \
1429 dev/cxgbe/cudbg/cudbg_lib.c optional cxgbe \
1431 dev/cxgbe/cudbg/cudbg_wtp.c optional cxgbe \
1433 dev/cxgbe/cudbg/fastlz.c optional cxgbe \
1435 dev/cxgbe/cudbg/fastlz_api.c optional cxgbe \