Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/installer/libinstaller/
H A Ddiskutil.h98 struct subpartition { struct
100 struct subpartition *next; argument
101 struct subpartition *prev; argument
102 char letter; /* 'a' = root partition */
103 char *mountpoint; /* includes leading slash */
104 long capacity; /* in megabytes, -1 = "rest of disk" */
105 int encrypted;
106 int softupdates;
107 long fsize; /* fragment size */
108 long bsize; /* block size */
[all …]