HomeSort by: relevance | last modified time | path
    Searched defs:super (Results 1 - 25 of 44) sorted by relevancy

1 2

  /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_console.h 39 typedef SerialConsole super; typedef in class:SHConsole
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/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
client.h 14 bool super; member in struct:nvif_client
client.h 14 bool super; member in struct:nvif_client
  /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...]
nouveau_chan.c 97 bool super; local in function:nouveau_channel_del
100 super = cli->base.super;
101 cli->base.super = true;
124 cli->base.super = super;
486 bool super; local in function:nouveau_channel_new
490 super = cli->base.super;
491 cli->base.super = true
    [all...]
nouveau_chan.c 97 bool super; local in function:nouveau_channel_del
100 super = cli->base.super;
101 cli->base.super = true;
124 cli->base.super = super;
486 bool super; local in function:nouveau_channel_new
490 super = cli->base.super;
491 cli->base.super = true
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh_dev.h 64 typedef SHdev super; typedef in class:SH3dev
89 typedef SHdev super; typedef in class:SH4dev
sh_dev.h 64 typedef SHdev super; typedef in class:SH3dev
89 typedef SHdev super; typedef in class:SH4dev
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
client.h 22 bool super; member in struct:nvkm_client
client.h 22 bool super; member in struct:nvkm_client
  /src/sbin/fsck_ext2fs/
setup.c 173 "SEARCH FOR ALTERNATE SUPER-BLOCK",
177 "SUPER-BLOCK TO SUPPLY NEEDED",
204 * Check and potentially fix certain fields in the super block.
296 * Read in the super block and its summary info, convert to host byte order.
301 daddr_t super = bflag ? bflag : SBOFF / dev_bsize; local in function:readsb
303 if (bread(fsreadfd, (char *)sblk.b_un.b_fs, super, (long)SBSIZE) != 0)
305 sblk.b_bno = super;
312 * run a few consistency checks of the super block
351 super *= dev_bsize;
353 sblk.b_bno = super / dev_bsize
    [all...]
setup.c 173 "SEARCH FOR ALTERNATE SUPER-BLOCK",
177 "SUPER-BLOCK TO SUPPLY NEEDED",
204 * Check and potentially fix certain fields in the super block.
296 * Read in the super block and its summary info, convert to host byte order.
301 daddr_t super = bflag ? bflag : SBOFF / dev_bsize; local in function:readsb
303 if (bread(fsreadfd, (char *)sblk.b_un.b_fs, super, (long)SBSIZE) != 0)
305 sblk.b_bno = super;
312 * run a few consistency checks of the super block
351 super *= dev_bsize;
353 sblk.b_bno = super / dev_bsize
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nv50.h 21 u32 super; member in struct:nv50_disp
65 void (*super)(struct work_struct *); member in struct:nv50_disp_func

Completed in 29 milliseconds

1 2