OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_bell_ch
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mac68k/obio/
ascvar.h
39
struct callout
sc_bell_ch
;
member in struct:asc_softc
asc.c
206
callout_init(&sc->
sc_bell_ch
, 0);
356
callout_reset(&sc->
sc_bell_ch
, length, asc_stop_bell, sc);
/src/sys/dev/isa/
pcppivar.h
52
callout_t
sc_bell_ch
;
member in struct:pcppi_softc
pcppi.c
205
callout_halt(&sc->
sc_bell_ch
, NULL);
206
callout_destroy(&sc->
sc_bell_ch
);
220
callout_init(&sc->
sc_bell_ch
, CALLOUT_MPSAFE);
221
callout_setfunc(&sc->
sc_bell_ch
, pcppi_bell_callout, sc);
306
callout_stop(&sc->
sc_bell_ch
);
333
callout_schedule(&sc->
sc_bell_ch
, period);
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025