OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmbr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/gpt/
destroy.c
71
map_t pri_hdr, sec_hdr,
pmbr
;
local
75
pmbr
= map_find(gpt, MAP_TYPE_PMBR);
103
if (!recoverable &&
pmbr
!= NULL) {
104
memset(
pmbr
->map_data, 0, gpt->secsz);
105
if (gpt_write(gpt,
pmbr
) == -1) {
106
gpt_warnx(gpt, "Error deleting
PMBR
");
gpt.c
290
unsigned int i,
pmbr
;
local
307
* Differentiate between a regular MBR and a
PMBR
. This is more
308
* convenient in general. A
PMBR
is one with a single partition
311
pmbr
= 0;
316
pmbr
++;
320
if (
pmbr
&& i == 4 && lba == 0) {
321
if (
pmbr
!= 1)
322
gpt_warnx(gpt, "Suspicious
PMBR
at sector %ju",
325
gpt_msg(gpt, "
PMBR
at sector %ju", (uintmax_t)lba);
329
if (
pmbr
)
[
all
...]
/src/sys/arch/i386/stand/bootxx/
boot1.c
198
struct mbr_sector *
pmbr
;
local
212
* Look for a
PMBR
217
pmbr
= (struct mbr_sector *)buf;
219
if (
pmbr
->mbr_magic != htole16(MBR_MAGIC))
222
if (
pmbr
->mbr_parts[0].mbrp_type != MBR_PTYPE_PMBR)
225
sector++; /* skip
PMBR
*/
Completed in 13 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026