Searched defs:get_parts (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | partition.c | 63 static int get_parts(disk_t *disk, struct ipart *iparts, char *opath, 112 if (get_parts(desc->p.disk, iparts, pname, sizeof (pname)) != 0) { 238 if ((*errp = get_parts(dp->p.disk, iparts, NULL, 0)) != 0) { 339 * by the get_parts function contains the structures of all of the identified 362 if (get_parts(dp, iparts, pname, sizeof (pname)) == 0) { 427 * get_parts call within partition_get_attributes. 531 * get_parts 533 * been created on a disk. get_parts loops through the partitions, 549 get_parts(disk_t *disk, struct ipart *iparts, char *opath, int opath_len) function 734 if (get_parts(des [all...] |
Completed in 57 milliseconds