/src/sys/arch/cobalt/stand/boot/ |
bootinfo.c | 46 struct btinfo_common *bi; local in function:bi_init 50 bi = (struct btinfo_common *)bootinfo; 51 bi->next = bi->type = 0; 64 struct btinfo_common *bi; local in function:bi_add 73 bi = new; 74 bi->next = size; 75 bi->type = type; 79 bi = (struct btinfo_common *)bi_next; 80 bi->next = bi->type = 0 [all...] |
/src/sys/arch/emips/stand/common/ |
bootinfo.c | 44 struct btinfo_common *bi; local in function:bi_init 48 bi = (struct btinfo_common *)bootinfo; 49 bi->next = bi->type = 0; 59 struct btinfo_common *bi; local in function:bi_add 64 bi = new; 65 bi->next = size; 66 bi->type = type; 70 bi = (struct btinfo_common *)bi_next; 71 bi->next = bi->type = 0 [all...] |
/src/sys/arch/mipsco/stand/common/ |
bootinfo.c | 45 struct btinfo_common *bi; local in function:bi_init 49 bi = (struct btinfo_common *)bootinfo; 50 bi->next = bi->type = 0; 62 struct btinfo_common *bi; local in function:bi_add 67 bi = new; 68 bi->next = size; 69 bi->type = type; 73 bi = (struct btinfo_common *)bi_next; 74 bi->next = bi->type = 0 [all...] |
/src/sys/arch/mmeye/stand/boot/ |
bootinfo.c | 46 struct btinfo_common *bi; local in function:bi_init 50 bi = (struct btinfo_common *)bootinfo; 51 bi->next = bi->type = 0; 64 struct btinfo_common *bi; local in function:bi_add 73 bi = new; 74 bi->next = size; 75 bi->type = type; 79 bi = (struct btinfo_common *)bi_next; 80 bi->next = bi->type = 0 [all...] |
/src/sys/arch/newsmips/stand/boot/ |
bootinfo.c | 44 struct btinfo_common *bi; local in function:bi_init 48 bi = (struct btinfo_common *)bootinfo; 49 bi->next = bi->type = 0; 60 struct btinfo_common *bi; local in function:bi_add 65 bi = new; 66 bi->next = size; 67 bi->type = type; 71 bi = (struct btinfo_common *)bi_next; 72 bi->next = bi->type = 0 [all...] |
/src/sys/arch/pmax/stand/common/ |
bootinfo.c | 44 struct btinfo_common *bi; local in function:bi_init 48 bi = (struct btinfo_common *)bootinfo; 49 bi->next = bi->type = 0; 59 struct btinfo_common *bi; local in function:bi_add 64 bi = new; 65 bi->next = size; 66 bi->type = type; 70 bi = (struct btinfo_common *)bi_next; 71 bi->next = bi->type = 0 [all...] |
/src/sys/arch/x86/x86/ |
x86_userconf.c | 47 struct bi_userconfcommand *bi, *bimax; local in function:userconf_bootinfo 55 bi = (struct bi_userconfcommand *)((uint8_t *)biuc + sizeof(*biuc)); 56 bimax = bi + biuc->num; 57 for (; bi < bimax; bi++) { 58 aprint_debug("Processing userconf command: %s\n", bi->text); 59 userconf_parse(bi->text);
|
/src/sys/arch/sparc/stand/boot/ |
bootinfo.c | 46 struct btinfo_common *bi; local in function:bi_init 58 bi = (struct btinfo_common *)bootinfo; 59 bi->next = bi->type = 0; 71 struct btinfo_common *bi; local in function:bi_add 76 bi = new; 77 bi->next = ALIGN(size); 78 bi->type = type; 82 bi = (struct btinfo_common *)bi_next; 83 bi->next = bi->type = 0 [all...] |
/src/sys/arch/sparc/stand/ofwboot/ |
bootinfo.c | 47 struct btinfo_common *bi; local in function:bi_init 65 bi = (struct btinfo_common *)bootinfo; 66 bi->next = bi->type = 0; 78 struct btinfo_common *bi; local in function:bi_add 83 bi = new; 84 bi->next = ALIGN(size); 85 bi->type = type; 89 bi = (struct btinfo_common *)bi_next; 90 bi->next = bi->type = 0 [all...] |
/src/sys/arch/virt68k/virt68k/ |
bootinfo.c | 86 bootinfo_next(struct bi_record *bi) 88 uintptr_t addr = (uintptr_t)bi; 90 addr += bi->bi_size; 95 bootinfo_get_cpu(struct bi_record *bi) 97 switch (bootinfo_get_u32(bi)) { 107 bootinfo_get_fpu(struct bi_record *bi) 109 switch (bootinfo_get_u32(bi)) { 119 bootinfo_get_mmu(struct bi_record *bi) 121 switch (bootinfo_get_u32(bi)) { 134 bootinfo_add_mem(struct bi_record *bi) 254 struct bi_record *bi; local in function:bootinfo_start 312 struct bi_record *bi = bootinfo; local in function:bootinfo_enumerate 420 struct bi_record *bi = bootinfo_find(BI_RNG_SEED); local in function:bootinfo_setup_rndseed 440 struct bi_record *bi = bootinfo_find(BI_COMMAND_LINE); local in function:bootinfo_getarg [all...] |
/src/sys/arch/arc/stand/boot/ |
bootinfo.c | 62 struct btinfo_common *bi; local in function:bi_add 71 bi = (void *)bi_next; 72 bi->next = size; 73 bi->type = type; 77 bi = (void *)bi_next; 78 bi->next = 0; 79 bi->type = BTINFO_NONE;
|
/src/sys/arch/sgimips/stand/common/ |
bootinfo.c | 62 struct btinfo_common *bi; local in function:bi_add 71 bi = (void *)bi_next; 72 bi->next = size; 73 bi->type = type; 77 bi = (void *)bi_next; 78 bi->next = 0; 79 bi->type = BTINFO_NONE;
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_2835_arm.c | 282 BULKINFO_T *bi; local in function:vchiq_prepare_bulk_data 299 bi = kmem_alloc(sizeof(*bi), KM_SLEEP); 300 bi->buf = buf; 301 bi->size = size; 302 bi->pagelist_size = sizeof(PAGELIST_T) + 304 bi->proc = curproc; 306 ret = bus_dmamem_alloc(dma_tag, bi->pagelist_size, 307 0 /*CACHE_LINE_SIZE*/, 0, bi->pagelist_sgs, 308 __arraycount(bi->pagelist_sgs), &nsegs, BUS_DMA_WAITOK) 447 BULKINFO_T *bi = bulk->remote_data; local in function:vchiq_complete_bulk [all...] |
/src/sys/arch/mmeye/mmeye/ |
autoconf.c | 110 struct btinfo_bootdev *bi; local in function:findroot 113 bi = (struct btinfo_bootdev *)lookup_bootinfo(BTINFO_BOOTDEV); 114 if (bi == NULL) 116 x = strlen(bi->bootdev) - 2; 117 p = strlen(bi->bootdev) - 1; 118 if (!isdigit(bi->bootdev[x]) || 119 !isalpha(bi->bootdev[p])) 122 bootunit = bi->bootdev[x] - '0'; 123 booted_partition = bi->bootdev[p] - 'a';
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_binding.c | 116 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind); 117 static int vmw_binding_scrub_render_target(struct vmw_ctx_bindinfo *bi, 119 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind); 120 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind); 121 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind); 122 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind); 123 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind); 125 static int vmw_binding_scrub_dx_shader(struct vmw_ctx_bindinfo *bi, 127 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind); 128 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind) [all...] |
vmwgfx_binding.h | 83 * @bi: struct vmw_ctx_bindinfo we derive from. 87 struct vmw_ctx_bindinfo bi; member in struct:vmw_ctx_bindinfo_tex 94 * @bi: struct vmw_ctx_bindinfo we derive from. 98 struct vmw_ctx_bindinfo bi; member in struct:vmw_ctx_bindinfo_shader 105 * @bi: struct vmw_ctx_bindinfo we derive from. 112 struct vmw_ctx_bindinfo bi; member in struct:vmw_ctx_bindinfo_cb 122 * @bi: struct vmw_ctx_bindinfo we derive from. 127 struct vmw_ctx_bindinfo bi; member in struct:vmw_ctx_bindinfo_view 135 * @bi: struct vmw_ctx_bindinfo we derive from. 141 struct vmw_ctx_bindinfo bi; member in struct:vmw_ctx_bindinfo_so 156 struct vmw_ctx_bindinfo bi; member in struct:vmw_ctx_bindinfo_vb 170 struct vmw_ctx_bindinfo bi; member in struct:vmw_ctx_bindinfo_ib [all...] |
/src/sys/arch/i386/i386/ |
multiboot.c | 392 struct btinfo_biosgeom *bi; local in function:setup_biosgeom 398 bi = (struct btinfo_biosgeom *)bidata; 414 memcpy(&bi->disk[bi->num], &bbe, sizeof(bbe)); 415 bi->num++; 420 bootinfo_add((struct btinfo_common *)bi, BTINFO_BIOSGEOM, 422 bi->num * sizeof(struct bi_biosgeom_entry)); 437 struct btinfo_rootdevice bi; local in function:setup_bootdisk 442 found = optstr_get(mi->mi_cmdline, "root", bi.devname, 443 sizeof(bi.devname)) 489 struct btinfo_bootpath bi; local in function:setup_bootpath 533 struct btinfo_console bi; local in function:setup_console 626 struct btinfo_memmap *bi; local in function:setup_memmap [all...] |
/src/sys/arch/ews4800mips/ews4800mips/ |
machdep.c | 82 mach_init(int argc, char *argv[], struct bootinfo *bi) 89 if (bi == NULL || bi->bi_size != sizeof(struct bootinfo)) { 107 option(argc, argv, bi); 113 (bi && bi->bi_nsym) ? (void *)bi->bi_esym : end); 159 option(int argc, char *argv[], struct bootinfo *bi) 166 printf("argc=%d argv=%p syminfo=%p\n", argc, argv, bi); 168 bi->bi_version, bi->bi_size, bi->bi_nsym, bi->bi_ssym, bi->bi_esym) [all...] |
/src/sys/arch/ia64/stand/efi/libefi/ |
bootinfo.c | 200 bi_load(struct bootinfo *bi, struct preloaded_file *fp, UINTN *mapkey, 215 bi->bi_magic = BOOTINFO_MAGIC; 216 bi->bi_version = 1; 221 bi->bi_boothowto = bi_getboothowto(fp->f_args); 226 bi->bi_systab = (u_int64_t) ST; 252 bi->bi_symtab = ssym; 253 bi->bi_esymtab = esym; 255 bi->bi_hcdp = (uint64_t)efi_get_table(&hcdp); /* DIG64 HCDP table addr. */ 256 fpswa_init(&bi->bi_fpswa); /* find FPSWA interface */ 269 bi->bi_envp = addr [all...] |
exec.c | 115 enter_kernel(u_int64_t start, struct bootinfo *bi) 129 __asm __volatile("mov r8=%0" :: "r" (bi)); 137 struct bootinfo *bi; local in function:elf64_exec 161 (void*)&bi); 168 memset(bi, 0, sizeof(struct bootinfo)); 169 bi_load(bi, fp, &mapkey, pages); 207 enter_kernel(fp->marks[MARK_ENTRY], bi);
|
/src/sys/arch/hpc/stand/hpcboot/ |
arch.cpp | 85 menu.setup_bootinfo(_boot_arg->bi); 86 _boot_arg->bi.bi_cnuse = _cons->getBootConsole(); 88 _boot_arg->bootinfo = ptokv(p + offsetof(struct BootArgs, bi)); 91 struct bootinfo &bi = _boot_arg->bi; local in function:Architecture::setupBootInfo 93 bi.fb_width, bi.fb_height, bi.fb_type, bi.fb_line_bytes, 94 bi.fb_addr)) [all...] |
/src/sys/external/bsd/drm2/radeon/ |
mkregtable.awk | 85 bi = lo(reg, 5) 89 if (hi(bi, 4) != 0) 90 table_hi[wi] -= 2^lo(bi, 4) 92 table_lo[wi] -= 2^bi
|
/src/sys/arch/ia64/stand/ia64/ski/ |
exec.c | 128 enter_kernel(const char* filename, u_int64_t start, struct bootinfo *bi) 144 __asm __volatile("mov r8=%0" :: "r" (bi)); 152 struct bootinfo *bi; local in function:elf64_exec 161 bi = &bootinfo; 162 memset(bi, 0, sizeof(struct bootinfo)); 163 bi_load(bi, fp, ""); 193 enter_kernel(fp->f_name, fp->marks[MARK_ENTRY], bi);
|
/src/sys/arch/ews4800mips/stand/common/ |
loader.c | 178 struct bootinfo bi; local in function:cmd_boot 203 bi.bi_version = 0x1; 204 bi.bi_size = sizeof bi; 205 bi.bi_nsym = marks[MARK_NSYM]; 206 bi.bi_ssym = (uint8_t *)marks[MARK_SYM]; 207 bi.bi_esym = (uint8_t *)marks[MARK_END]; 208 bi.bi_mainfo = ipl_args.v1; 222 :: "r"(entry), "m"(argc), "m"(argp), "m"(bi));
|
/src/sys/arch/sandpoint/sandpoint/ |
machdep.c | 319 struct btinfo_console *bi; local in function:consinit 326 bi = lookup_bootinfo(BTINFO_CONSOLE); 327 if (bi == NULL) 328 bi = &bi_cons; 331 if (strcmp(bi->devname, "com") == 0) { 333 if (comcnattach(tag, bi->addr, bi->speed, 341 if (strcmp(bi->devname, "eumb") == 0) { 345 if (eumbcnattach(tag, bi->addr, bi->speed 415 struct bi_modulelist_entry *bi, *biend; local in function:module_init_md 584 struct btinfo_console *bi = lookup_bootinfo(BTINFO_CONSOLE); local in function:kcomcninit [all...] |