Home
last modified time | relevance | path

Searched defs:ipart (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c481 get_solaris_part(int fd, struct ipart *ipart)
678 copy_solaris_part(struct ipart *ipart)
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c313 struct ipart ipart[FD_NUMPART]; in walk_partitions() local
/illumos-gate/usr/src/cmd/hal/utils/
H A Dfsutils.c119 struct ipart ipart[FD_NUMPART]; in walk_partitions() local
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c240 struct ipart *ipart; in efi_alloc_and_read() local
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c97 struct ipart *ipart; in get_sol_prtnum() local
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dfdisk.h75 struct ipart { struct
76 unsigned char bootid; /* bootable or not */
77 unsigned char beghead; /* beginning head, sector, cylinder */
78 unsigned char begsect; /* begcyl is a 10-bit number. High 2 bits */
79 unsigned char begcyl; /* are in begsect. */
80 unsigned char systid; /* OS type */
81 unsigned char endhead; /* ending head, sector, cylinder */
82 unsigned char endsect; /* endcyl is a 10-bit number. High 2 bits */
83 unsigned char endcyl; /* are in endsect. */
84 uint32_t relsect; /* first sector relative to start of disk */
[all …]