type 53 bsp/boot/arm/gba/startup.c bi->ram[0].type = MT_USABLE; type 53 bsp/boot/arm/integrator/startup.c bi->ram[0].type = MT_USABLE; type 69 bsp/boot/common/bootinfo.c if (bi->ram[i].type != 0) { type 73 bsp/boot/common/bootinfo.c strtype[bi->ram[i].type]); type 142 bsp/boot/common/load.c bi->ram[i].type = MT_RESERVED; type 208 bsp/boot/common/load.c bi->ram[bi->nr_rams].type = MT_BOOTDISK; type 53 bsp/boot/ppc/prep/startup.c bi->ram[0].type = MT_USABLE; type 66 bsp/boot/x86/pc/startup.c bi->ram[0].type = MT_USABLE; type 75 bsp/boot/x86/pc/startup.c bi->ram[1].type = MT_MEMHOLE; type 61 bsp/hal/arm/arch/context.c context_set(context_t ctx, int type, register_t val) type 68 bsp/hal/arm/arch/context.c switch (type) { type 111 bsp/hal/arm/arch/mmu.c mmu_map(pgd_t pgd, paddr_t pa, vaddr_t va, size_t size, int type) type 124 bsp/hal/arm/arch/mmu.c switch (type) { type 304 bsp/hal/arm/arch/mmu.c for (map = mmumap_table; map->type != 0; map++) { type 305 bsp/hal/arm/arch/mmu.c switch (map->type) { type 62 bsp/hal/ppc/arch/context.c context_set(context_t ctx, int type, register_t val) type 70 bsp/hal/ppc/arch/context.c switch (type) { type 62 bsp/hal/x86/arch/context.c context_set(context_t ctx, int type, register_t val) type 70 bsp/hal/x86/arch/context.c switch (type) { type 94 bsp/hal/x86/arch/cpu.c gdt_set(int vec, void *base, size_t limit, int type, u_int size) type 107 bsp/hal/x86/arch/cpu.c seg->type = (u_int)type | ST_PRESENT; type 115 bsp/hal/x86/arch/cpu.c idt_set(int vec, trapfn_t off, u_int sel, int type) type 122 bsp/hal/x86/arch/cpu.c gate->type = (u_int)type | ST_PRESENT; type 141 bsp/hal/x86/arch/cpu.c gdt[KERNEL_TSS / 8].type &= ~ST_TSS_BUSY; type 82 bsp/hal/x86/arch/mmu.c mmu_map(pgd_t pgd, paddr_t pa, vaddr_t va, size_t size, int type) type 96 bsp/hal/x86/arch/mmu.c switch (type) { type 265 bsp/hal/x86/arch/mmu.c for (map = mmumap_table; map->type != 0; map++) { type 266 bsp/hal/x86/arch/mmu.c switch (map->type) { type 104 bsp/hal/x86/include/cpu.h u_int type:8; /* type */ type 117 bsp/hal/x86/include/cpu.h u_int type:8; /* type */ type 41 include/arm/asm.h .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: type 54 include/arm/stdarg.h #define __va_size(type) \ type 55 include/arm/stdarg.h (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long)) type 60 include/arm/stdarg.h #define va_arg(ap, type) \ type 61 include/arm/stdarg.h (*(type *)(void *)((ap) += __va_size(type), (ap) - __va_size(type))) type 39 include/ppc/asm.h .text; .align 2; .globl x; .type x,@function; x: type 54 include/ppc/stdarg.h #define __va_size(type) \ type 55 include/ppc/stdarg.h (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long)) type 60 include/ppc/stdarg.h #define va_arg(ap, type) \ type 61 include/ppc/stdarg.h (*(type *)(void *)((ap) += __va_size(type), (ap) - __va_size(type))) type 79 include/sys/bootinfo.h int type; /* type */ type 377 include/sys/elf.h Elf32_Word type; type 53 include/sys/list.h #define list_entry(p, type, member) \ type 54 include/sys/list.h ((type *)((char *)(p) - (unsigned long)(&((type *)0)->member))) type 153 include/sys/prex.h int sys_info(int type, void *buf); type 50 include/sys/queue.h #define queue_entry(q, type, member) \ type 51 include/sys/queue.h ((type *)((char *)(q) - (unsigned long)(&((type *)0)->member))) type 40 include/x86/asm.h .text; _ALIGN_TEXT; .globl x; .type x,@function; x: type 54 include/x86/stdarg.h #define __va_size(type) \ type 55 include/x86/stdarg.h (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long)) type 60 include/x86/stdarg.h #define va_arg(ap, type) \ type 61 include/x86/stdarg.h (*(type *)(void *)((ap) += __va_size(type), (ap) - __va_size(type))) type 67 sys/include/hal.h int type; /* mapping type */ type 56 sys/kern/system.c sysinfo(int type, void *buf) type 62 sys/kern/system.c switch (type) { type 99 sys/kern/system.c sys_info(int type, void *buf) type 109 sys/kern/system.c switch (type) { type 141 sys/kern/system.c error = sysinfo(type, &infobuf); type 277 sys/mem/page.c if (ram->type == MT_USABLE) { type 287 sys/mem/page.c switch (ram->type) { type 130 usr/bin/ls/ls.c char type; type 134 usr/bin/ls/ls.c type = 'p'; type 137 usr/bin/ls/ls.c type = 'c'; type 140 usr/bin/ls/ls.c type = 'd'; type 143 usr/bin/ls/ls.c type = 'b'; type 146 usr/bin/ls/ls.c type = 'l'; type 149 usr/bin/ls/ls.c type = 's'; type 153 usr/bin/ls/ls.c type = '-'; type 156 usr/bin/ls/ls.c putchar(type); type 53 usr/include/stddef.h #define offsetof(type, member) ((size_t)(&((type *)0)->member)) type 536 usr/lib/libc/gen/fts.c fts_build(FTS *sp, int type) type 566 usr/lib/libc/gen/fts.c if (type == BREAD) { type 578 usr/lib/libc/gen/fts.c if (type == BNAMES) type 606 usr/lib/libc/gen/fts.c if (nlinks || type == BREAD) type 608 usr/lib/libc/gen/fts.c if (nlinks && type == BREAD) type 744 usr/lib/libc/gen/fts.c if (descend && (type == BCHILD || !nitems) && type 754 usr/lib/libc/gen/fts.c if (type == BREAD) type 35 usr/lib/libc/time/asctime.c #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) type 39 usr/lib/libc/time/asctime.c #define TYPE_SIGNED(type) (((type) -1) < 0) type 49 usr/lib/libc/time/asctime.c #define INT_STRLEN_MAXIMUM(type) \ type 50 usr/lib/libc/time/asctime.c ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type)) type 126 usr/server/boot/boot.c char *spec, *file, *type, *p; type 167 usr/server/boot/boot.c type = strtok(NULL, " \t\n"); type 175 usr/server/boot/boot.c mount(spec, file, type, 0, 0); type 73 usr/server/fs/ramfs/ramfs.h struct ramfs_node *ramfs_allocate_node(char *name, int type); type 99 usr/server/fs/ramfs/ramfs_vnops.c ramfs_allocate_node(char *name, int type) type 115 usr/server/fs/ramfs/ramfs_vnops.c np->rn_type = type; type 128 usr/server/fs/ramfs/ramfs_vnops.c ramfs_add_node(struct ramfs_node *dnp, char *name, int type) type 132 usr/server/fs/ramfs/ramfs_vnops.c np = ramfs_allocate_node(name, type); type 201 usr/server/fs/vfs/main.c int error, type; type 206 usr/server/fs/vfs/main.c type = msg->data[2]; type 208 usr/server/fs/vfs/main.c error = sys_lseek(fp, offset, type, &org); type 98 usr/server/fs/vfs/vfs.h int sys_lseek(file_t fp, off_t off, int type, off_t * cur_off); type 219 usr/server/fs/vfs/vfs_syscalls.c sys_lseek(file_t fp, off_t off, int type, off_t *origin) type 224 usr/server/fs/vfs/vfs_syscalls.c (u_int)fp, (u_int)off, type)); type 228 usr/server/fs/vfs/vfs_syscalls.c switch (type) { type 429 usr/server/fs/vfs/vfs_vnode.c char type[][6] = { "VNON ", "VREG ", "VDIR ", "VBLK ", "VCHR ", type 444 usr/server/fs/vfs/vfs_vnode.c (u_int)mp, type[vp->v_type], vp->v_refcnt,