Searched refs:nvlist_xunpack (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/man/man3nvpair/ |
H A D | Makefile | 97 nvlist_xunpack.3nvpair \ 165 nvlist_xunpack.3nvpair := LINKSRC = nvlist_alloc.3nvpair
|
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | mapfile-vers | 176 nvlist_xunpack;
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_sysevent.c | 343 if ((err = nvlist_xunpack(nvbuf, in sysev_replay()
|
H A D | fmd_log.c | 806 if ((err = nvlist_xunpack(obj->eo_item.ei_raw, in fmd_log_unpack()
|
H A D | fmd_ckpt.c | 979 if ((err = nvlist_xunpack(data, size, &nvl, &fmd.d_nva)) != 0) { in fmd_ckpt_restore_suspects()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | nvpair.h | 167 int nvlist_xunpack(char *, size_t, nvlist_t **, nv_alloc_t *);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3nvpair.inc | 159 link path=usr/share/man/man3nvpair/nvlist_xunpack.3nvpair \
|
H A D | system-kernel.man9f.inc | 1036 link path=usr/share/man/man9f/nvlist_xunpack.9f target=nvlist_alloc.9f
|
/illumos-gate/usr/src/common/nvpair/ |
H A D | nvpair.c | 2705 return (nvlist_xunpack(buf, buflen, nvlp, in nvlist_unpack() 2708 return (nvlist_xunpack(buf, buflen, nvlp, nv_alloc_nosleep)); in nvlist_unpack() 2713 nvlist_xunpack(char *buf, size_t buflen, nvlist_t **nvlp, nv_alloc_t *nva) in nvlist_xunpack() function
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1145 nvlist_xunpack.9f \ 2058 nvlist_xunpack.9f := LINKSRC = nvlist_alloc.9f
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | fme.c | 664 if (nvlist_xunpack(pkd, in reconstitute_observations()
|