Searched refs:mpart (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/gpt/
H A Dgpt.c324 mbr_partition_t* mpart = (mbr_partition_t*)(mbr + 0x1be); local
325 mpart->chs_first[1] = 0x1;
326 mpart->type = 0xee; // gpt protective mbr
327 mpart->chs_last[0] = 0xfe;
328 mpart->chs_last[1] = 0xff;
329 mpart->chs_last[2] = 0xff;
330 mpart->lba = 1;
331 mpart->sectors = priv->blocks & 0xffffffff;

Completed in 16 milliseconds