Searched refs:nvlist_xdup (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_nvl.c | 58 if (nvlist_xdup(nvl, nvlp, &mod->tm_alloc->ta_nva) != 0) in topo_mod_nvdup() 77 if (nvlist_xdup(nvl, nvlp, &thp->th_alloc->ta_nva) != 0) in topo_hdl_nvdup()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_asru.c | 89 (void) nvlist_xdup(fmri, &ap->asru_fmri, &fmd.d_nva); in fmd_asru_create() 389 (void) nvlist_xdup(asru, &alp->al_asru_fmri, &fmd.d_nva); in fmd_asru_al_create() 405 (void) nvlist_xdup(nvl, &ap->asru_event, &fmd.d_nva); in fmd_asru_al_create() 430 (void) nvlist_xdup(nvl, &alp->al_event, &fmd.d_nva); in fmd_asru_al_create() 510 (void) nvlist_xdup(de_fmri, &de_fmri_dup, &fmd.d_nva); in fmd_asru_hash_recreate() 513 (void) nvlist_xdup(flt, &flt_copy, &fmd.d_nva); in fmd_asru_hash_recreate() 531 (void) nvlist_xdup(flt_copy, &flt, &fmd.d_nva); in fmd_asru_hash_recreate() 694 (void) nvlist_xdup(ap->asru_event, &nvl, &fmd.d_nva); in fmd_asru_hash_replay_asru()
|
H A D | fmd_xprt.c | 476 (void) nvlist_xdup(nvl, &xip->xi_auth, &fmd.d_nva); in fmd_xprt_event_syn() 506 (void) nvlist_xdup(nvl, &xip->xi_auth, &fmd.d_nva); in fmd_xprt_event_ack() 1131 (void) nvlist_xdup(nvlp[i], &flt_copy, &fmd.d_nva); in fmd_xprt_list_suspect_local() 1182 (void) nvlist_xdup(de_fmri, &de_fmri_dup, &fmd.d_nva); in fmd_xprt_list_suspect_local() 1361 (void) nvlist_xdup(nvlp[i], &flt_copy, &fmd.d_nva); in fmd_xprt_list_suspect() 1403 (void) nvlist_xdup(de_fmri, &de_fmri_dup, &fmd.d_nva); in fmd_xprt_list_suspect()
|
H A D | fmd_scheme.c | 149 (void) nvlist_xdup(fmri, &fmri, &fmd.d_nva); in fmd_scheme_notranslate()
|
H A D | fmd_api.c | 2366 ret = nvlist_xdup(src, &nvl, nva); in fmd_nvl_dup() 2492 (void) nvlist_xdup(nvl, &tmp, &fmd.d_nva); in fmd_xprt_post() 2573 (void) nvlist_xdup(nvl, &nvl, &fmd.d_nva); in fmd_xprt_xtranslate()
|
/titanic_41/usr/src/man/man3nvpair/ |
H A D | Makefile | 94 nvlist_xdup.3nvpair \ 162 nvlist_xdup.3nvpair := LINKSRC = nvlist_alloc.3nvpair
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | evnv.c | 247 if ((nvret = nvlist_xdup(nvp, &retval, &Eft_nv_hdl)) != 0) in evnv_dupnvl()
|
/titanic_41/usr/src/lib/libnvpair/ |
H A D | mapfile-vers | 158 nvlist_xdup;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | nvpair.h | 167 int nvlist_xdup(nvlist_t *, nvlist_t **, nv_alloc_t *);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3nvpair.inc | 154 link path=usr/share/man/man3nvpair/nvlist_xdup.3nvpair \
|
H A D | system-kernel.man9f.inc | 1100 link path=usr/share/man/man9f/nvlist_xdup.9f target=nvlist_alloc.9f
|
/titanic_41/usr/src/common/nvpair/ |
H A D | nvpair.c | 609 return (nvlist_xdup(nvl, nvlp, in nvlist_dup() 612 return (nvlist_xdup(nvl, nvlp, nv_alloc_nosleep)); in nvlist_dup() 617 nvlist_xdup(nvlist_t *nvl, nvlist_t **nvlp, nv_alloc_t *nva) in nvlist_xdup() function
|
/titanic_41/usr/src/man/man9f/ |
H A D | Makefile | 1033 nvlist_xdup.9f \ 1795 nvlist_xdup.9f := LINKSRC = nvlist_alloc.9f
|
/titanic_41/ |
H A D | .gitignore | 6911 usr/src/man/man3nvpair/nvlist_xdup.3nvpair 8751 usr/src/man/man9f/nvlist_xdup.9f
|