OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_riscbuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
coramvar.h
97
uint32_t *
sc_riscbuf
;
member in struct:coram_softc
cxdtvvar.h
92
uint32_t *
sc_riscbuf
;
member in struct:cxdtv_softc
cxdtv.c
416
sc->
sc_riscbuf
= kmem_alloc(ch->csc_riscsz, KM_SLEEP);
493
if (sc->
sc_riscbuf
) {
494
kmem_free(sc->
sc_riscbuf
, sc->sc_riscbufsz);
495
sc->
sc_riscbuf
= NULL;
669
memset(sc->
sc_riscbuf
, 0, sc->sc_riscbufsz);
704
if (sc->
sc_riscbuf
== NULL) {
709
rm = (uint32_t *)sc->
sc_riscbuf
;
730
memset(sc->
sc_riscbuf
, 0, sc->sc_riscbufsz);
732
rm = sc->
sc_riscbuf
;
780
csc->csc_risc, (void *)sc->
sc_riscbuf
, sc->sc_riscbufsz >> 2)
[
all
...]
coram.c
573
sc->
sc_riscbuf
= kmem_alloc(ch->csc_riscsz, KM_SLEEP);
595
if (sc->
sc_riscbuf
) {
596
kmem_free(sc->
sc_riscbuf
, ch->csc_riscsz);
744
memset(sc->
sc_riscbuf
, 0, sc->sc_riscbufsz);
941
if (sc->
sc_riscbuf
== NULL) {
945
rm = (uint32_t *)sc->
sc_riscbuf
;
964
memset(sc->
sc_riscbuf
, 0, sc->sc_riscbufsz);
966
rm = sc->
sc_riscbuf
;
1016
csc->csc_risc, (void *)sc->
sc_riscbuf
, sc->sc_riscbufsz >> 2);
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025