/src/sys/arch/hpc/stand/hpcboot/arm/ |
arm_boot.h | 39 typedef Boot super; typedef in class:ARMBoot
|
arm_boot.h | 39 typedef Boot super; typedef in class:ARMBoot
|
/src/sys/arch/hpc/stand/hpcboot/mips/ |
mips_boot.h | 39 typedef Boot super; typedef in class:MIPSBoot
|
mips_boot.h | 39 typedef Boot super; typedef in class:MIPSBoot
|
/src/sys/arch/hpc/stand/hpcboot/sh3/ |
sh_boot.h | 39 typedef Boot super; typedef in class:SHBoot
|
sh_boot.h | 39 typedef Boot super; typedef in class:SHBoot
|
sh_mmu.h | 39 typedef MemoryManager super; typedef in class:MemoryManager_SHMMU
|
sh_mmu.h | 39 typedef MemoryManager super; typedef in class:MemoryManager_SHMMU
|
sh_arch.h | 51 typedef Architecture super; typedef in class:SHArchitecture 83 typedef SHArchitecture super; \ 97 if (!super::init()) \ 122 typedef SHArchitecture super; typedef in class:SH7750 136 if (!super::init()) 156 if (super::setupLoader()) {
|
sh_arch.h | 51 typedef Architecture super; typedef in class:SHArchitecture 83 typedef SHArchitecture super; \ 97 if (!super::init()) \ 122 typedef SHArchitecture super; typedef in class:SH7750 136 if (!super::init()) 156 if (super::setupLoader()) {
|
sh_console.h | 39 typedef SerialConsole super; typedef in class:SHConsole
|
/src/usr.sbin/quot/ |
quot.c | 108 get_inode(int fd, struct fs *super, ino_t ino) 121 if (!ipbuf || ino < last || ino >= last + INOCNT(super)) { 123 && !(ipbuf = malloc(INOSZ(super)))) 125 last = (ino / INOCNT(super)) * INOCNT(super); 127 (off_t)ino_to_fsba(super, last) << super->fs_fshift, 129 read(fd, ipbuf, INOSZ(super)) != (ssize_t)INOSZ(super)) 133 if (super->fs_magic == FS_UFS1_MAGIC [all...] |
quot.c | 108 get_inode(int fd, struct fs *super, ino_t ino) 121 if (!ipbuf || ino < last || ino >= last + INOCNT(super)) { 123 && !(ipbuf = malloc(INOSZ(super)))) 125 last = (ino / INOCNT(super)) * INOCNT(super); 127 (off_t)ino_to_fsba(super, last) << super->fs_fshift, 129 read(fd, ipbuf, INOSZ(super)) != (ssize_t)INOSZ(super)) 133 if (super->fs_magic == FS_UFS1_MAGIC [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_mem.c | 51 bool super; local in function:nouveau_mem_map 83 super = vmm->object.client->super; 84 vmm->object.client->super = true; 87 vmm->object.client->super = super; 109 bool super = cli->base.super; local in function:nouveau_mem_host 134 cli->base.super = true; 138 cli->base.super = super 150 bool super = cli->base.super; local in function:nouveau_mem_vram [all...] |
nouveau_mem.c | 51 bool super; local in function:nouveau_mem_map 83 super = vmm->object.client->super; 84 vmm->object.client->super = true; 87 vmm->object.client->super = super; 109 bool super = cli->base.super; local in function:nouveau_mem_host 134 cli->base.super = true; 138 cli->base.super = super 150 bool super = cli->base.super; local in function:nouveau_mem_vram [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_gp100.c | 41 .super = gf119_disp_super,
|
nouveau_nvkm_engine_disp_gp100.c | 41 .super = gf119_disp_super,
|
nouveau_nvkm_engine_disp_g84.c | 40 .super = nv50_disp_super,
|
nouveau_nvkm_engine_disp_g94.c | 40 .super = nv50_disp_super,
|
nouveau_nvkm_engine_disp_gk104.c | 41 .super = gf119_disp_super,
|
nouveau_nvkm_engine_disp_gk110.c | 41 .super = gf119_disp_super,
|
nouveau_nvkm_engine_disp_gm107.c | 41 .super = gf119_disp_super,
|
nouveau_nvkm_engine_disp_gm200.c | 41 .super = gf119_disp_super,
|
nouveau_nvkm_engine_disp_gt200.c | 40 .super = nv50_disp_super,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
client.h | 14 bool super; member in struct:nvif_client
|