/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_base.c | 38 } bases[] = { local in function:nv50_base_new 51 cid = nvif_mclass(&disp->disp->object, bases); 57 return bases[cid].new(drm, head, bases[cid].oclass, pwndw);
|
/src/games/hack/ |
def.objects.h | 350 int bases[sizeof(obj_symbols)]; variable in typeref:typename:int[]
|
/src/sys/dev/ic/ |
stivar.h | 46 bus_addr_t *bases; member in struct:sti_rom 131 bus_addr_t bases[STI_REGION_MAX]; member in struct:sti_softc
|
sti.c | 173 rc = sti_rom_setup(rom, iot, memt, romh, sc->bases, codebase); 213 bus_space_handle_t romh, bus_addr_t *bases, u_int codebase) 224 rom->bases = bases; 404 bus_addr_t *bases = rom->bases; local in function:sti_region_setup 450 addr = bases[regno] + (r->offset << STI_PGSHIFT); 462 if (regno == 0 && romh == bases[0]) { 1494 bus_addr_t *bases, u_int codebase) 1501 if ((error = bus_space_map(memt, bases[0], PAGE_SIZE, 0, &romh)) != 0 [all...] |
/src/sys/dev/isa/ |
seagate.c | 269 static const char *bases[] = { variable in typeref:typename:const char * [] 274 #define nbases (sizeof(bases) / sizeof(bases[0]))
|
/src/games/trek/ |
trek.h | 57 unsigned char bases; /* number of bases in this quadrant */ member in struct:quad 275 unsigned char bases; /* number of starbases */ member in struct:Param_struct 311 unsigned char bases; /* number of starbases */ member in struct:Now_struct
|