Searched refs:fdisk (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 144 struct fdisk_info *fdisk); 888 struct fdisk_info fdisk; in check_vtoc_sanity() local 918 if (get_fdisk(handle, fd, 0, &fdisk) >= 0) { in check_vtoc_sanity() 922 if (fdisk.part[i].systid == SUNIXOS || in check_vtoc_sanity() 923 fdisk.part[i].systid == SUNIXOS2) { in check_vtoc_sanity() 927 if (fdisk.part[i].bootid == ACTIVE) in check_vtoc_sanity() 941 media_size = (diskaddr_t)fdisk.part[sol_part].numsect; in check_vtoc_sanity() 1117 struct fdisk_info *fdisk) in get_fdisk() argument 1199 fdisk->part[i].bootid = part->bootid; in get_fdisk() 1204 fdisk->part[i].systid = part->systid; in get_fdisk() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | fd.c | 68 static int fd_unit_is_open(struct fdisk *); 71 static int fd_build_label_vtoc(struct fcu_obj *, struct fdisk *, 73 static void fd_build_user_vtoc(struct fcu_obj *, struct fdisk *, 179 sizeof (struct fdisk) + sizeof (struct fd_drive) + in _init() 207 fd_getdrive(dev_t dev, struct fcu_obj **fjpp, struct fdisk **fdpp) in fd_getdrive() 226 struct fdisk *fdp = NULL; in fd_getinfo() 344 struct fdisk *fdp; in fd_attach() 564 struct fdisk *fdp; in fd_detach() 628 fd_part_is_open(struct fdisk *fdp, int part) in fd_part_is_open() 639 fd_unit_is_open(struct fdisk *fdp) in fd_unit_is_open() [all …]
|
H A D | cmlb.c | 2393 struct ipart fdisk[FD_NUMPART]; 2442 bcopy(&mbp->parts[0], fdisk, sizeof (fdisk)); 2463 for (fdp = fdisk, i = 0; i < FD_NUMPART; i++, fdp++) { 2501 fdp = fdisk; 2521 for (fdp = fdisk, i = 0; i < FD_NUMPART; i++, fdp++) { 2779 struct ipart fdisk[FD_NUMPART]; local 2791 bcopy(&mbp->parts[0], fdisk, sizeof (fdisk)); 2793 for (fdp = fdisk, i = 0; i < FD_NUMPART; i++, fdp++) {
|
/illumos-gate/usr/src/cmd/fdisk/ |
H A D | Makefile | 28 PROG= fdisk
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | README | 6 - recognizes fdisk partitions and BSD disklabels
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fdc.h | 106 struct fdisk { struct
|
H A D | Makefile | 1095 fdisk.h 1110 fdisk.h \
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | commands.cfg | 174 export SBIN_FILES='fdisk
|
H A D | libtest.shlib | 2409 log_must fdisk -B ${disk}p0 2427 # Disk update from fdisk -B may be delayed
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 167 fdisk \
|
/illumos-gate/usr/src/man/man8/ |
H A D | Makefile | 127 fdisk.8 \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man8.inc | 88 file path=usr/share/man/man8/fdisk.8
|
H A D | SUNWcs.p5m | 494 file path=sbin/fdisk mode=0555 1328 link path=usr/sbin/fdisk target=../../sbin/fdisk
|
H A D | system-header.p5m | 835 file path=usr/include/sys/dktp/fdisk.h
|