Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c65 read_map(const char *filename, nvlist_t **allcfgs) in read_map() argument
121 error = nvlist_unpack(buf, bytes, allcfgs, 0); in read_map()
135 nvlist_t *allcfgs, *foundcfg = NULL; in read_map_key() local
138 error = read_map(filename, &allcfgs); in read_map_key()
142 (void) nvlist_lookup_nvlist(allcfgs, key, &foundcfg); in read_map_key()
150 nvlist_free(allcfgs); in read_map_key()
159 write_map(const char *filename, nvlist_t *allcfgs) in write_map() argument
164 error = nvlist_size(allcfgs, &buflen, NV_ENCODE_XDR); in write_map()
172 error = nvlist_pack(allcfgs, &buf, &buflen, NV_ENCODE_XDR, KM_SLEEP); in write_map()
269 nvlist_t *nv_cfg, *allcfgs; in write_map_key() local
[all …]