OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_playmore
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/dev/
repulse.c
189
void (*
sc_playmore
)(void *);
member in struct:repulse_softc
590
sc->
sc_playmore
= intr;
645
(*sc->
sc_playmore
)(sc->sc_playarg);
toccata.c
217
void (*
sc_playmore
)(void *);
member in struct:toccata_softc
276
sc->
sc_playmore
= 0;
311
if (sc->
sc_playmore
) {
312
(*sc->
sc_playmore
)(sc->sc_playarg);
525
sc->
sc_playmore
= 0;
549
if (sc->
sc_playmore
== 0) {
567
if (sc->
sc_playmore
== 0) {
577
sc->
sc_playmore
= intr;
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025