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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1087 nvlist_lookup_value(char *nvlist, char *name, void *val, int valtype, function
1160 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_OFFLINE, &ival,
1162 nvlist_lookup_value(nv, ZPOOL_CONFIG_FAULTED, &ival,
1164 nvlist_lookup_value(nv, ZPOOL_CONFIG_REMOVED, &ival,
1181 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_TYPE, &type, DATA_TYPE_STRING,
1191 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_GUID,
1201 (void) nvlist_lookup_value(nv, ZPOOL_CONFIG_IS_SPARE,
1207 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_PHYS_PATH,
1211 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_DEVID,
1227 if (nvlist_lookup_value(n
[all...]

Completed in 16 milliseconds