Searched defs:iparts (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c61 static int get_attrs(descriptor_t *dp, struct ipart *iparts,
63 static int get_parts(disk_t *disk, struct ipart *iparts, char *opath,
105 struct ipart iparts[TOTAL_NUMPART]; local
112 if (get_parts(desc->p.disk, iparts, pname, sizeof (pname)) != 0) {
139 if (iparts[i].bootid == ACTIVE &&
140 (iparts[i].systid == SUNIXOS ||
141 iparts[i].systid == SUNIXOS2)) {
151 if (iparts[i].systid == SUNIXOS ||
152 iparts[i].systid == SUNIXOS2) {
191 if (iparts[
231 struct ipart iparts[TOTAL_NUMPART]; local
359 struct ipart iparts[TOTAL_NUMPART]; local
420 get_attrs(descriptor_t *dp, struct ipart *iparts, nvlist_t *attrs) argument
549 get_parts(disk_t *disk, struct ipart *iparts, char *opath, int opath_len) argument
732 struct ipart iparts[TOTAL_NUMPART]; local
[all...]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c3935 struct ipart iparts[FD_NUMPART]; local
3938 (void) memcpy(iparts, Bootblk->parts, sizeof (iparts));
3939 bootptr = (char *)iparts; /* Points to start of partition table */
3953 if (iparts[i].systid == 0) {

Completed in 73 milliseconds