Home
last modified time | relevance | path

Searched refs:get_parts (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c63 static int get_parts(disk_t *disk, struct ipart *iparts, char *opath,
112 if (get_parts(desc->p.disk, iparts, pname, sizeof (pname)) != 0) { in partition_get_assocs()
238 if ((*errp = get_parts(dp->p.disk, iparts, NULL, 0)) != 0) { in partition_get_attributes()
362 if (get_parts(dp, iparts, pname, sizeof (pname)) == 0) { in partition_make_descriptors()
549 get_parts(disk_t *disk, struct ipart *iparts, char *opath, int opath_len) in get_parts() function
734 if (get_parts(desc->p.disk, iparts, NULL, 0) != 0) { in has_slices()