HomeSort by: relevance | last modified time | path
    Searched defs:nvlist_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
cnv.h 49 typedef struct nvlist nvlist_t; typedef in typeref:struct:nvlist
69 const nvlist_t *cnvlist_get_nvlist(const void *cookie);
74 const nvlist_t * const *cnvlist_get_nvlist_array(const void *cookie, size_t *nitemsp);
90 nvlist_t *cnvlist_take_nvlist(void *cookie);
95 nvlist_t **cnvlist_take_nvlist_array(void *cookie, size_t *nitemsp);
dnv.h 52 typedef struct nvlist nvlist_t; typedef in typeref:struct:nvlist
65 bool dnvlist_get_bool(const nvlist_t *nvl, const char *name, bool defval);
66 uint64_t dnvlist_get_number(const nvlist_t *nvl, const char *name, uint64_t defval);
67 const char *dnvlist_get_string(const nvlist_t *nvl, const char *name, const char *defval);
68 const nvlist_t *dnvlist_get_nvlist(const nvlist_t *nvl, const char *name, const nvlist_t *defval);
69 int dnvlist_get_descriptor(const nvlist_t *nvl, const char *name, int defval);
70 const void *dnvlist_get_binary(const nvlist_t *nvl, const char *name, size_t *sizep, const void *defval, size_t defsize);
80 bool dnvlist_take_bool(nvlist_t *nvl, const char *name, bool defval)
    [all...]
nv.h 55 typedef struct nvlist nvlist_t; typedef in typeref:struct:nvlist
90 nvlist_t *nvlist_create(int flags);
91 void nvlist_destroy(nvlist_t *nvl);
92 int nvlist_error(const nvlist_t *nvl);
93 bool nvlist_empty(const nvlist_t *nvl);
94 int nvlist_flags(const nvlist_t *nvl);
95 void nvlist_set_error(nvlist_t *nvl, int error);
97 nvlist_t *nvlist_clone(const nvlist_t *nvl);
100 void nvlist_dump(const nvlist_t *nvl, int fd)
    [all...]

Completed in 67 milliseconds