Searched refs:grc_dump (Results 1 – 2 of 2) sorted by relevance
18911 sc->grc_dump = malloc(grc_dump_size, M_DEVBUF, M_NOWAIT); in bxe_grc_dump()18913 if (sc->grc_dump == NULL) { in bxe_grc_dump()18937 buf = sc->grc_dump; in bxe_grc_dump()18938 d_hdr = sc->grc_dump; in bxe_grc_dump()19296 (sc->grc_dump != NULL)) { in bxe_eioctl()19298 rval = copyout(sc->grc_dump, dump->grcdump, grc_dump_size); in bxe_eioctl()19299 free(sc->grc_dump, M_DEVBUF); in bxe_eioctl()19300 sc->grc_dump = NULL; in bxe_eioctl()19346 (sc->grc_dump != NULL)) { in bxe_eioctl()19348 free(sc->grc_dump, M_DEVBUF); in bxe_eioctl()[all …]
1760 void *grc_dump; member