Searched refs:ex_storage (Results 1 - 13 of 13) sorted by relevance

/src/sys/arch/powerpc/oea/
H A Dprep_machdep.c99 static char ex_storage[2][EXTENT_FIXED_STORAGE_SIZE(8)] variable in typeref:typename:char[2][]
108 ex_storage[0], sizeof(ex_storage[0]));
119 ex_storage[1], sizeof(ex_storage[1]));
H A Dofwoea_machdep.c422 static char ex_storage[EXSTORAGE_MAX][EXTENT_FIXED_STORAGE_SIZE(EXTMAP_RANGES)] variable in typeref:typename:char[][]
607 ex_storage[exmap],
608 sizeof(ex_storage[exmap]));
620 ex_storage[exmap],
621 sizeof(ex_storage[exmap]));
673 panic("Not enough ex_storage space. "
689 error = bus_space_init(tag, name, ex_storage[exmap],
690 sizeof(ex_storage[exmap]));
/src/sys/arch/sandpoint/sandpoint/
H A Dmachdep.c460 static char ex_storage[7][EXTENT_FIXED_STORAGE_SIZE(8)] variable in typeref:typename:char[7][]
469 ex_storage[0], sizeof(ex_storage[0]));
480 ex_storage[1], sizeof(ex_storage[1]));
485 ex_storage[2], sizeof(ex_storage[2]));
490 ex_storage[3], sizeof(ex_storage[3]));
495 ex_storage[
[all...]
/src/sys/arch/evbppc/ev64260/
H A Dmachdep.c161 static char ex_storage[10][EXTENT_FIXED_STORAGE_SIZE(8)] variable in typeref:typename:char[10][]
391 ex_storage[bs], sizeof(ex_storage[bs]));
409 ex_storage[bs], sizeof(ex_storage[bs]));
429 ex_storage[bs], sizeof(ex_storage[bs]));
463 ex_storage[bs], sizeof(ex_storage[bs]));
482 ex_storage[b
[all...]
/src/sys/arch/powerpc/ibm4xx/dev/
H A Ddwctwo_plb.c67 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] variable in typeref:typename:char[]
108 if (bus_space_init(&dwctwo_tag, "dwctwotag", ex_storage,
109 sizeof(ex_storage)))
H A Dexb.c128 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] local in function:exb_get_bus_space_tag
134 ex_storage, sizeof(ex_storage)))
H A Dibm405gp.c57 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(1)] variable in typeref:typename:char[]
107 "pcicfg", ex_storage, sizeof(ex_storage)) ||
H A Dopb.c185 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] variable in typeref:typename:char[]
300 ex_storage, sizeof(ex_storage)))
/src/sys/arch/evbppc/pmppc/
H A Dmachdep.c134 static char ex_storage[1][EXTENT_FIXED_STORAGE_SIZE(8)] variable in typeref:typename:char[1][]
188 ex_storage[0], sizeof(ex_storage[0])))
/src/sys/arch/ofppc/pci/
H A Dgt_mainbus.c79 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] variable in typeref:typename:char[]
172 ex_storage, sizeof(ex_storage));
/src/sys/arch/rs6000/rs6000/
H A Dmachdep.c533 static char ex_storage[2][EXTENT_FIXED_STORAGE_SIZE(8)] variable in typeref:typename:char[2][]
542 ex_storage[0], sizeof(ex_storage[0]));
553 ex_storage[1], sizeof(ex_storage[1]));
/src/sys/arch/evbppc/nintendo/
H A Dmachdep.c152 static char ex_storage[1][EXTENT_FIXED_STORAGE_SIZE(EXTMAP_RANGES)] variable in typeref:typename:char[1][]
434 ex_storage[0], sizeof(ex_storage[0]))) {
/src/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c198 __BS(ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
199 #define CHIP_EX_STORE(v) (__BS(ex_storage))
200 #define CHIP_EX_STORE_SIZE(v) (sizeof __BS(ex_storage))

Completed in 14 milliseconds