OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_frames
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
mfivar.h
178
struct mfi_mem *
sc_frames
;
member in struct:mfi_softc
/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
...]
Completed in 13 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025