Home
last modified time | relevance | path

Searched defs:mbr_partition (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/tests/include/sys/
H A Dt_bootblock.c61 ATF_TC_BODY(mbr_partition, tc) in ATF_TC_BODY() argument
/netbsd-src/sys/sys/
H A Dbootblock.h703 struct mbr_partition { struct
704 uint8_t mbrp_flag; /* MBR partition flags */
705 uint8_t mbrp_shd; /* Starting head */
706 uint8_t mbrp_ssect; /* Starting sector */
707 uint8_t mbrp_scyl; /* Starting cylinder */
708 uint8_t mbrp_type; /* Partition type (see below) */
709 uint8_t mbrp_ehd; /* End head */
710 uint8_t mbrp_esect; /* End sector */
711 uint8_t mbrp_ecyl; /* End cylinder */
712 uint32_t mbrp_start; /* Absolute starting sector number */
[all …]
/netbsd-src/sys/dev/dkwedge/
H A Ddkwedge_bsdlabel.c343 scan_mbr(mbr_args_t *a, int (*actn)(mbr_args_t *, struct mbr_partition *, in scan_mbr()