Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1410 nvlist_lookup_value(char *nvlist, char *name, void *val, int valtype, in nvlist_lookup_value() function
1437 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_OFFLINE, &ival, in vdev_validate()
1439 nvlist_lookup_value(nv, ZPOOL_CONFIG_FAULTED, &ival, in vdev_validate()
1441 nvlist_lookup_value(nv, ZPOOL_CONFIG_REMOVED, &ival, in vdev_validate()
1458 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_TYPE, &type, DATA_TYPE_STRING, in vdev_get_bootpath()
1468 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_GUID, in vdev_get_bootpath()
1478 (void) nvlist_lookup_value(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_get_bootpath()
1484 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_PHYS_PATH, in vdev_get_bootpath()
1488 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_DEVID, in vdev_get_bootpath()
1504 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_CHILDREN, &child, in vdev_get_bootpath()
[all …]