Searched defs:nvlist_lookup_value (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1409 nvlist_lookup_value(char *nvlist, char *name, void *val, int valtype, function
1436 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_OFFLINE, &ival,
1438 nvlist_lookup_value(nv, ZPOOL_CONFIG_FAULTED, &ival,
1440 nvlist_lookup_value(nv, ZPOOL_CONFIG_REMOVED, &ival,
1457 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_TYPE, &type, DATA_TYPE_STRING,
1467 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_GUID,
1477 (void) nvlist_lookup_value(nv, ZPOOL_CONFIG_IS_SPARE,
1483 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_PHYS_PATH,
1487 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_DEVID,
1503 if (nvlist_lookup_value(n
[all...]

Completed in 2146 milliseconds