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

1 2 3 4

  /src/sys/arch/hppa/stand/common/
machdep.c 42 btdev_t bootdev; variable in typeref:typename:btdev_t
machdep.c 42 btdev_t bootdev; variable in typeref:typename:btdev_t
dev_hppa.h 12 btdev_t bootdev; member in struct:hppa_dev
dev_hppa.h 12 btdev_t bootdev; member in struct:hppa_dev
  /src/sys/arch/rs6000/rs6000/
autoconf.c 51 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
autoconf.c 51 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
  /src/sys/arch/i386/stand/efiboot/
efidisk.h 38 bool bootdev; member in struct:efidiskinfo
efidisk.h 38 bool bootdev; member in struct:efidiskinfo
  /src/sys/arch/evbmips/loongson/
autoconf.c 56 char bootdev[16]; variable in typeref:typename:char[16]
autoconf.c 56 char bootdev[16]; variable in typeref:typename:char[16]
  /src/sys/arch/evbppc/pmppc/
autoconf.c 87 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
103 printf("howto %x bootdev %x ", boothowto, bootdev);
106 if ((bootdev & B_MAGICMASK) != (u_long)B_DEVMAGIC)
109 name = devsw_blk2name((bootdev >> B_TYPESHIFT) & B_TYPEMASK);
113 part = (bootdev >> B_PARTITIONSHIFT) & B_PARTITIONMASK;
114 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK;
autoconf.c 87 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
103 printf("howto %x bootdev %x ", boothowto, bootdev);
106 if ((bootdev & B_MAGICMASK) != (u_long)B_DEVMAGIC)
109 name = devsw_blk2name((bootdev >> B_TYPESHIFT) & B_TYPEMASK);
113 part = (bootdev >> B_PARTITIONSHIFT) & B_PARTITIONMASK;
114 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK;
  /src/sys/arch/ews4800mips/ews4800mips/
autoconf.c 104 int bootdev = (*platform.ipl_bootdev)(); local in function:cpu_rootconf
105 if (bootdev == NVSRAM_BOOTDEV_HARDDISK)
107 else if (bootdev == NVSRAM_BOOTDEV_NETWORK)
autoconf.c 104 int bootdev = (*platform.ipl_bootdev)(); local in function:cpu_rootconf
105 if (bootdev == NVSRAM_BOOTDEV_HARDDISK)
107 else if (bootdev == NVSRAM_BOOTDEV_NETWORK)
  /src/sys/arch/mvmeppc/mvmeppc/
autoconf.c 86 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
101 aprint_normal("howto %x bootdev %x ", boothowto, bootdev);
104 if ((bootdev & B_MAGICMASK) != (u_long)B_DEVMAGIC)
107 name = devsw_blk2name((bootdev >> B_TYPESHIFT) & B_TYPEMASK);
111 part = (bootdev >> B_PARTITIONSHIFT) & B_PARTITIONMASK;
112 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK;
autoconf.c 86 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
101 aprint_normal("howto %x bootdev %x ", boothowto, bootdev);
104 if ((bootdev & B_MAGICMASK) != (u_long)B_DEVMAGIC)
107 name = devsw_blk2name((bootdev >> B_TYPESHIFT) & B_TYPEMASK);
111 part = (bootdev >> B_PARTITIONSHIFT) & B_PARTITIONMASK;
112 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK;
  /src/sys/arch/news68k/news68k/
autoconf.c 118 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
130 if (BOOTDEV_MAG(bootdev) != 5) /* NEWS-OS's B_DEVMAGIC */
133 ctlr = BOOTDEV_CTLR(bootdev); /* SCSI ID */
134 part = BOOTDEV_PART(bootdev); /* LUN */
135 type = BOOTDEV_TYPE(bootdev);
autoconf.c 118 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
130 if (BOOTDEV_MAG(bootdev) != 5) /* NEWS-OS's B_DEVMAGIC */
133 ctlr = BOOTDEV_CTLR(bootdev); /* SCSI ID */
134 part = BOOTDEV_PART(bootdev); /* LUN */
135 type = BOOTDEV_TYPE(bootdev);
  /src/sys/arch/ibmnws/ibmnws/
autoconf.c 89 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
104 aprint_normal("howto %x bootdev %x ", boothowto, bootdev);
107 if ((bootdev & B_MAGICMASK) != (u_long)B_DEVMAGIC)
110 name = devsw_blk2name((bootdev >> B_TYPESHIFT) & B_TYPEMASK);
114 part = (bootdev >> B_PARTITIONSHIFT) & B_PARTITIONMASK;
115 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK;
autoconf.c 89 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
104 aprint_normal("howto %x bootdev %x ", boothowto, bootdev);
107 if ((bootdev & B_MAGICMASK) != (u_long)B_DEVMAGIC)
110 name = devsw_blk2name((bootdev >> B_TYPESHIFT) & B_TYPEMASK);
114 part = (bootdev >> B_PARTITIONSHIFT) & B_PARTITIONMASK;
115 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK;
  /src/sys/arch/luna68k/stand/boot/
boot.c 127 uint32_t bootdev; local in function:bootnetbsd
133 bootdev = MAKEBOOTDEV(0, adpt, ctlr, id, part);
145 : "g" (howto), "g" (bootdev),
  /src/sys/arch/mac68k/mac68k/
autoconf.c 112 u_long bootdev; variable in typeref:typename:u_long
124 major = B_TYPE(bootdev);
129 unit = B_UNIT(bootdev);
134 bootdev &= ~(B_UNITMASK << B_UNITSHIFT); /* XXX */
136 bootdev |= (unit << B_UNITSHIFT); /* XXX */
147 controller = B_CONTROLLER(bootdev);
  /src/sys/arch/mipsco/mipsco/
autoconf.c 111 dev_t bootdev = 0; variable in typeref:typename:dev_t
  /src/sys/arch/newsmips/newsmips/
autoconf.c 121 u_long bootdev = 0; /* should be dev_t, but not until 32 bits */ variable in typeref:typename:u_long
132 if (BOOTDEV_MAG(bootdev) != 5) /* NEWS-OS's B_DEVMAGIC */
135 ctlr = BOOTDEV_CTLR(bootdev); /* SCSI ID */
136 part = BOOTDEV_PART(bootdev); /* LUN */
137 type = BOOTDEV_TYPE(bootdev);
  /src/sys/arch/cesfic/cesfic/
autoconf.c 55 u_int bootdev; variable in typeref:typename:u_int

Completed in 52 milliseconds

1 2 3 4