Searched defs:get_parts (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | partition.c | 62 static int get_parts(disk_t *disk, struct ipart *iparts, char *opath, 111 if (get_parts(desc->p.disk, iparts, pname, sizeof (pname)) != 0) { 237 if ((*errp = get_parts(dp->p.disk, iparts, NULL, 0)) != 0) { 338 * by the get_parts function contains the structures of all of the identified 363 if (get_parts(dp, iparts, pname, sizeof (pname)) == 0) { 428 * get_parts call within partition_get_attributes. 532 * get_parts 534 * been created on a disk. get_parts loops through the partitions, 550 get_parts(disk_t *disk, struct ipart *iparts, char *opath, int opath_len) function 733 if (get_parts(des [all...] |
Completed in 16 milliseconds