OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sysbeep_ch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sandpoint/isa/
isaclock.c
163
static callout_t
sysbeep_ch
;
local in function:sysbeep
169
callout_init(&
sysbeep_ch
, 0);
174
callout_stop(&
sysbeep_ch
);
191
callout_reset(&
sysbeep_ch
, period, sysbeepstop, NULL);
/src/sys/arch/arc/isa/
isabus.c
154
static callout_t
sysbeep_ch
;
variable in typeref:typename:callout_t
190
callout_init(&
sysbeep_ch
, 0);
552
callout_stop(&
sysbeep_ch
);
564
callout_reset(&
sysbeep_ch
, period, sysbeepstop, NULL);
Completed in 13 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025