Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/json_nvlist/
H A Djson_nvlist.h45 extern int nvlist_parse_json(const char *, size_t, nvlist_t **,
H A Djson_nvlist.c802 nvlist_parse_json(const char *buf, size_t buflen, nvlist_t **nvlp, in nvlist_parse_json() function
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files_json.h45 extern int nvlist_parse_json(const char *, size_t, nvlist_t **,
H A Dlibvarpd_files.c189 ret = nvlist_parse_json(maddr, st.st_size, &nvl, in varpd_files_start()
H A Dlibvarpd_files_json.c802 nvlist_parse_json(const char *buf, size_t buflen, nvlist_t **nvlp, in nvlist_parse_json() function
/illumos-gate/usr/src/tools/cpcgen/
H A Dcpcgen.c555 if (nvlist_parse_json(map, st.st_size, &nvl, NVJSON_FORCE_INTEGER, in cpcgen_read_datafile()