Searched refs:allcfgs (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | draid.c | 66 read_map(const char *filename, nvlist_t **allcfgs) in read_map() argument 122 error = nvlist_unpack(buf, bytes, allcfgs, 0); in read_map() 136 nvlist_t *allcfgs, *foundcfg = NULL; in read_map_key() local 139 error = read_map(filename, &allcfgs); in read_map_key() 143 (void) nvlist_lookup_nvlist(allcfgs, key, &foundcfg); in read_map_key() 151 nvlist_free(allcfgs); in read_map_key() 160 write_map(const char *filename, nvlist_t *allcfgs) in write_map() argument 165 error = nvlist_size(allcfgs, &buflen, NV_ENCODE_XDR); in write_map() 173 error = nvlist_pack(allcfgs, &buf, &buflen, NV_ENCODE_XDR, KM_SLEEP); in write_map() 270 nvlist_t *nv_cfg, *allcfgs; in write_map_key() local [all …]
|