OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:battable
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/amrctl/
amrctl.c
141
}
battable
[] = {
variable in typeref:typename:const struct __anon93909ace0408[]
408
for (i = 0; i < __arraycount(
battable
); i++) {
409
if (batt_status &
battable
[i].code)
410
printf("%s, ",
battable
[i].status);
/src/sys/arch/powerpc/oea/
oea_machdep.c
95
/* XXXSL: The
battable
is not initialized to non-zero for PPC_OEA64 and PPC_OEA64_BRIDGE */
96
struct bat
battable
[BAT_VA2IDX(0xffffffff)+1];
variable in typeref:struct:bat[]
559
battable
[i + j].batl = batl;
560
battable
[i + j].batu = batu;
605
if (!BAT_VA_MATCH_P(
battable
[i].batu, pa) ||
606
!BAT_VALID_P(
battable
[i].batu, PSL_PR))
609
__SHIFTOUT(
battable
[i].batu, (BAT_XBL|BAT_BL) & ~BAT_BL_8M) + 1;
613
memset(&
battable
[i], 0, n*sizeof(
battable
[0]));
757
* Set up
battable
to map the lowest 256 MB area
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025