Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/footbridge/isa/ | |
sysbeep_isa.c | 51 static int ppi_attached; variable in typeref:typename:int 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 in typeref:typename:int 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 in typeref:typename:int 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 in typeref:typename:int 524 return (!ppi_attached); 534 ppi_attached = 1; 544 ppi_attached = 0; 553 if (ppi_attached) |