Displaying 1 result from an estimated 1 matches for "outdevid".
Did you mean:
outdev
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
..._TYPE_REPLACING) == 0 ||
+ (is_spare = (grub_strcmp(type, VDEV_TYPE_SPARE) == 0))) {
int nelm, i;
char *child;
@@ -1207,15 +1437,14 @@ vdev_get_bootpath(char *nv, uint64_t ing
* 0 - success
* ERR_* - failure
*/
-int
+static int
check_pool_label(uint64_t sector, char *stack, char *outdevid,
- char *outpath, uint64_t *outguid)
+ char *outpath, uint64_t *outguid, uint64_t *outashift, uint64_t *outversion)
{
vdev_phys_t *vdev;
uint64_t pool_state, txg = 0;
- char *nvlist, *nv;
+ char *nvlist, *nv, *features;
uint64_t diskguid;
- uint64_t version;
sector += (VDEV_SKIP_SI...