OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_frames
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ir/
irframe_tty.c
115
struct irt_frame
sc_frames
[MAXFRAMES];
member in struct:irframet_softc
442
if (sc->
sc_frames
[i].buf != NULL)
443
free(sc->
sc_frames
[i].buf, M_DEVBUF);
448
sc->
sc_frames
[i].buf =
454
sc->
sc_frames
[i].buf = NULL;
473
if (sc->
sc_frames
[sc->sc_framei].buf == NULL)
475
memcpy(sc->
sc_frames
[sc->sc_framei].buf, tbuf, len);
476
sc->
sc_frames
[sc->sc_framei].len = len;
482
wakeup(sc->
sc_frames
);
645
error = tsleep(sc->
sc_frames
, PZERO | PCATCH, "irtrd", 0)
[
all
...]
/src/sys/dev/ic/
mfivar.h
178
struct mfi_mem *
sc_frames
;
member in struct:mfi_softc
mfi.c
406
((char*)MFIMEM_KVA(sc->
sc_frames
) + sc->sc_frames_size * i);
408
MFIMEM_DVA(sc->
sc_frames
) + sc->sc_frames_size * i;
961
mfi_freemem(sc, &sc->
sc_frames
);
1135
sc->
sc_frames
= mfi_allocmem(sc, sc->sc_frames_size * sc->sc_max_cmds);
1136
if (sc->
sc_frames
== NULL) {
1142
if (MFIMEM_DVA(sc->
sc_frames
) & 0x3f) {
1145
(long long int)MFIMEM_DVA(sc->
sc_frames
));
1274
mfi_freemem(sc, &sc->
sc_frames
);
1322
bus_dmamap_sync(sc->sc_dmat, MFIMEM_MAP(sc->
sc_frames
),
1323
ccb->ccb_pframe - MFIMEM_DVA(sc->
sc_frames
),
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025