/src/sys/arch/zaurus/zaurus/ |
autoconf.c | 139 struct btinfo_rootdevice *biv; local in function:findroot 147 if ((biv = lookup_bootinfo(BTINFO_ROOTDEVICE)) != NULL) { 160 if (strncmp(cd->cf_name, biv->devname, len) == 0 && 161 biv->devname[len] - '0' == cd->cf_unit) { 163 booted_partition = biv->devname[len + 1] - 'a';
|
/src/sys/arch/alpha/stand/standtest/ |
test.c | 77 main(unsigned long pfn, unsigned long ptb, unsigned long bim, unsigned long bip, unsigned long biv) 82 /* biv: bootinfo version */ 111 arg_biv = biv; 440 u_long biv, bip; local in function:show_bootinfo 450 biv = arg_biv; 451 if (biv == 0) { 452 biv = *(u_long *)bip; 456 printf("bootinfo version: %d\n", biv); 460 switch (biv) {
|
/src/sys/arch/hppa/dev/ |
apic.c | 163 struct apic_iv *aiv, *biv; local in function:apic_intr_establish 182 biv = apic_intr_list[irq]; 183 if (biv == NULL) { 199 if (biv) { 200 while (biv->next) 201 biv = biv->next; 202 biv->next = aiv;
|
/src/sys/arch/x86/x86/ |
x86_autoconf.c | 335 struct btinfo_rootdevice *biv; local in function:findroot 341 static char bootspecbuf[sizeof(biv->devname)+1]; 357 if ((biv = lookup_bootinfo(BTINFO_ROOTDEVICE)) != NULL) { 370 if (strncmp(cd->cf_name, biv->devname, len) == 0 && 371 biv->devname[len] - '0' == device_unit(dv)) { 374 booted_partition = biv->devname[len + 1] - 'a'; 385 if (biv->devname[0] != '\0') { 386 strlcpy(bootspecbuf, biv->devname, sizeof(bootspecbuf));
|
/src/sys/arch/i386/stand/boot/ |
boot2.c | 617 struct btinfo_rootdevice *biv = &bi_root; local in function:command_root 619 strncpy(biv->devname, arg, sizeof(biv->devname)); 620 if (biv->devname[sizeof(biv->devname)-1] != '\0') { 621 biv->devname[sizeof(biv->devname)-1] = '\0'; 622 printf("truncated to %s\n",biv->devname);
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_binding.c | 678 const struct vmw_ctx_bindinfo_view *biv = local in function:vmw_collect_view_ids 685 for (i = 0; i < max_num; ++i, ++biv) { 686 if (!biv->bi.ctx) 690 ((biv->bi.scrubbed) ? 691 SVGA3D_INVALID_ID : biv->bi.res->id); 714 const struct vmw_ctx_bindinfo_view *biv = local in function:vmw_collect_dirty_view_ids 723 biv += i; 724 for (; i < max_num; ++i, ++biv) { 726 ((!biv->bi.ctx || biv->bi.scrubbed) 942 const struct vmw_ctx_bindinfo_vb *biv = local in function:vmw_collect_dirty_vbs 1066 struct vmw_ctx_bindinfo_view *biv = local in function:vmw_binding_scrub_sr [all...] |
/src/sys/arch/i386/stand/efiboot/ |
boot.c | 620 struct btinfo_rootdevice *biv = &bi_root; local in function:command_root 622 strncpy(biv->devname, arg, sizeof(biv->devname)); 623 if (biv->devname[sizeof(biv->devname)-1] != '\0') { 624 biv->devname[sizeof(biv->devname)-1] = '\0'; 625 printf("truncated to %s\n",biv->devname);
|