Make some adjustments to clean up structural field names. Add type and
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 19 Jun 2007 06:07:57 +0000 (06:07 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 19 Jun 2007 06:07:57 +0000 (06:07 +0000)
commit18cb7adda0e99dc4fe06d46e5cb9183842b8ecf4
treea6d256e8f45231a912570c88f0ba9c2b5bf12dd8
parent0ffe40b3ed5ff68b71bcf51e717ad1c890ef5f8f
Make some adjustments to clean up structural field names.  Add type and
storage uuid's to the partinfo structure for the DIOCGPART ioctl and
load the fields up for GPT slices and disklabel64 partitions.
14 files changed:
sbin/diskinfo/diskinfo.c
sys/dev/disk/ccd/ccd.c
sys/dev/raid/vinum/vinumio.c
sys/kern/kern_uuid.c
sys/kern/subr_diskgpt.c
sys/kern/subr_disklabel32.c
sys/kern/subr_disklabel64.c
sys/kern/subr_diskmbr.c
sys/kern/subr_diskslice.c
sys/sys/disklabel.h
sys/sys/disklabel64.h
sys/sys/diskslice.h
sys/sys/gpt.h
sys/sys/uuid.h