OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppi_attached
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/footbridge/isa/
sysbeep_isa.c
51
static int
ppi_attached
;
variable
57
return (!
ppi_attached
);
66
ppi_attached
= 1;
72
if (
ppi_attached
)
/src/sys/arch/prep/isa/
isabeep.c
55
static int
ppi_attached
;
variable
61
return (!
ppi_attached
);
70
ppi_attached
= 1;
78
if (
ppi_attached
)
/src/sys/arch/alpha/isa/
isa_machdep.c
64
static int
ppi_attached
;
variable
84
return (!
ppi_attached
);
93
ppi_attached
= 1;
101
if (
ppi_attached
)
/src/sys/arch/x86/isa/
clock.c
176
static int
ppi_attached
;
variable
524
return (!
ppi_attached
);
534
ppi_attached
= 1;
544
ppi_attached
= 0;
553
if (
ppi_attached
)
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026