HomeSort by: relevance | last modified time | path
    Searched refs:MBR (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/dev/rasops/
rasops_masks.h 45 * MBR: move bits right
51 #define MBR(x,y) ((y) > 31 ? 0 : (x) >> (y))
57 #define MBR(x,y) ((y) > 31 ? 0 : MBE(MBE(x) >> (y)))
74 dw |= (MBR((sp)[1], 32 - (x))); \
82 *(dp) = (*(dp) & ~mask) | (MBR(sw, x) & mask); \
84 *(dp) = (*(dp) & rasops_rmask[x]) | (MBR(sw, x)); \
  /src/usr.sbin/sysinst/arch/cobalt/
msg.md.en 64 {There is no Linux ext2 partition in the MBR partition table.}
73 match the boot partition you set up in the MBR partition table.}
  /src/usr.sbin/sysinst/arch/prep/
msg.md.de 67 {There is no PReP boot partition in the MBR partition table.}
75 match the PReP boot partition you set up in the MBR partition table.}
msg.md.en 67 {There is no PReP boot partition in the MBR partition table.}
75 match the PReP boot partition you set up in the MBR partition table.}
msg.md.es 68 {There is no PReP boot partition in the MBR partition table.}
76 match the PReP boot partition you set up in the MBR partition table.}
msg.md.pl 69 {There is no PReP boot partition in the MBR partition table.}
77 match the PReP boot partition you set up in the MBR partition table.}
  /src/usr.sbin/sysinst/
msg.mbr.fr 1 /* $NetBSD: msg.mbr.fr,v 1.6 2019/06/12 06:20:17 martin Exp $ */
97 * $1 = outer partitioning name Master Boot Record (MBR)
98 * $2 = short version of $1 MBR
105 {L'�criture du MBR a �chou�. Nous ne pouvons continuer.}
136 message parttype_mbr {Master Boot Record (MBR)}
137 message parttype_mbr_short {MBR}
msg.mbr.pl 1 /* $NetBSD: msg.mbr.pl,v 1.4 2019/06/12 06:20:18 martin Exp $ */
35 /* MBR Message catalog -- Polish, i386 version */
97 * $1 = outer partitioning name Master Boot Record (MBR)
98 * $2 = short version of $1 MBR
105 {Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
136 message parttype_mbr {Master Boot Record (MBR)}
137 message parttype_mbr_short {MBR}
msg.mbr.de 1 /* $NetBSD: msg.mbr.de,v 1.4 2019/06/12 06:20:17 martin Exp $ */
35 /* MBR Message catalog -- German, i386 version */
99 * $1 = outer partitioning name Master Boot Record (MBR)
100 * $2 = short version of $1 MBR
107 {Schreiben des MBR fehlgeschlagen. Sysinst kann nicht fortfahren.}
139 message parttype_mbr {Master Boot Record (MBR)}
140 message parttype_mbr_short {MBR}
msg.mbr.es 1 /* $NetBSD: msg.mbr.es,v 1.4 2019/06/12 06:20:17 martin Exp $ */
35 /* MBR Message catalog -- Spanish, i386 version */
98 * $1 = outer partitioning name Master Boot Record (MBR)
99 * $2 = short version of $1 MBR
106 {Reescritura de MBR fallida. No se puede continuar.}
137 message parttype_mbr {Master Boot Record (MBR)}
138 message parttype_mbr_short {MBR}
msg.mi.pl 923 * $0 = partitioning name Master Boot Record (MBR)
924 * $1 = short version of $0 MBR
1036 * $0 = partitioning name Master Boot Record (MBR)
1037 * $1 = short version of $0 MBR
1040 {Uzyj istniejacych partycji MBR}
1043 * $0 = partitioning name Master Boot Record (MBR)
1044 * $1 = short version of $0 MBR
1049 * $0 = partitioning name Master Boot Record (MBR)
1050 * $1 = short version of $0 MBR
1055 * $0 = partitioning name Master Boot Record (MBR)
    [all...]
msg.mbr.en 1 /* $NetBSD: msg.mbr.en,v 1.4 2019/06/12 06:20:17 martin Exp $ */
35 /* MBR Message catalog -- English, i386 version */
98 * $1 = outer partitioning name Master Boot Record (MBR)
99 * $2 = short version of $1 MBR
106 {Rewrite of MBR failed. I can't continue.}
137 message parttype_mbr {Master Boot Record (MBR)}
138 message parttype_mbr_short {MBR}
README.md_defs 94 that have MBR as primary with disklabel as
102 (and no MBR).
  /src/usr.sbin/sysinst/arch/evbarm/
msg.md.en 75 {There is no MSDOS boot partition in the MBR partition table.}
msg.md.de 79 {There is no MSDOS boot partition in the MBR partition table.}
msg.md.es 78 {There is no MSDOS boot partition in the MBR partition table.}
msg.md.fr 78 {There is no MSDOS boot partition in the MBR partition table.}
msg.md.pl 77 {There is no MSDOS boot partition in the MBR partition table.}
  /src/usr.sbin/sysinst/arch/arc/
msg.md.en 65 {There is no FAT12 MS-DOS partition in the MBR partition table.}
74 match the boot partition you set up in the MBR partition table.}
  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.de 67 {Es gibt keine Boot Partition in der MBR Partitionstabelle.}
75 zu derjenigen passen, die Sie in der MBR Partitionstabelle angelegt haben.}
msg.md.en 67 {There is no boot partition in the MBR partition table.}
75 match the boot partition you set up in the MBR partition table.}
msg.md.es 68 {There is no boot partition in the MBR partition table.}
76 match the boot partition you set up in the MBR partition table.}
msg.md.pl 67 {There is no boot partition in the MBR partition table.}
75 match the boot partition you set up in the MBR partition table.}
  /src/sys/dev/dkwedge/
dkwedge_mbr.c 87 struct mbr_sector *mbr; local in function:getparts
94 aprint_error("%s: unable to read MBR @ %u/%u, "
99 mbr = a->bp->b_data;
100 if (mbr->mbr_magic != htole16(MBR_MAGIC))
103 dp = mbr->mbr_parts;
138 * 4 slots for each MBR we parse.
159 /* We've parsed one MBR. */
196 DKWEDGE_DISCOVERY_METHOD_DECL(MBR, 10, dkwedge_discover_mbr);
  /src/usr.sbin/sysinst/arch/i386/
msg.md.pl 150 {Kod rozruchowy w MBR nie wyglada na poprawny.
155 {Chcesz uaktualnic kod rozruchowy w MBR do najnowszej wersji

Completed in 20 milliseconds

1 2