Searched refs:nvlp (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_nvl.c47 topo_mod_nvalloc(topo_mod_t *mod, nvlist_t **nvlp, uint_t nvflag) argument
49 if (nvlist_xalloc(nvlp, nvflag, &mod->tm_alloc->ta_nva) != 0)
56 topo_mod_nvdup(topo_mod_t *mod, nvlist_t *nvl, nvlist_t **nvlp) argument
58 if (nvlist_xdup(nvl, nvlp, &mod->tm_alloc->ta_nva) != 0)
65 topo_hdl_nvalloc(topo_hdl_t *thp, nvlist_t **nvlp, uint_t nvflag) argument
68 if (nvlist_xalloc(nvlp, nvflag, &thp->th_alloc->ta_nva) != 0)
75 topo_hdl_nvdup(topo_hdl_t *thp, nvlist_t *nvl, nvlist_t **nvlp) argument
77 if (nvlist_xdup(nvl, nvlp, &thp->th_alloc->ta_nva) != 0)
H A Dtopo_fmri.c71 set_error(topo_hdl_t *thp, int err, int *errp, char *method, nvlist_t *nvlp) argument
73 if (nvlp != NULL)
74 nvlist_free(nvlp);
85 set_nverror(topo_hdl_t *thp, int err, int *errp, char *method, nvlist_t *nvlp) argument
87 if (nvlp != NULL)
88 nvlist_free(nvlp);
/osnet-11/usr/src/lib/libipp/
H A Dlibipp.c124 nvlist_t *nvlp; local
142 nvlp = *nvlpp;
143 if ((rc = nvlist_add_byte(nvlp, IPPCTL_OP,
149 if ((rc = nvlist_add_string(nvlp, IPPCTL_MODNAME,
156 if ((rc = nvlist_add_string(nvlp, IPPCTL_ANAME, (char *)aname)) != 0) {
161 if ((rc = nvlist_add_uint32(nvlp, IPPCTL_FLAGS, flags)) != 0) {
183 nvlist_t *nvlp; local
200 if ((rc = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, 0)) != 0) {
202 nvlp = NULL;
206 if ((rc = nvlist_add_byte(nvlp, IPPCTL_O
242 nvlist_t *nvlp; local
295 nvlist_t *nvlp; local
352 nvlist_t *nvlp; local
405 nvlist_t *nvlp; local
463 nvlist_t *nvlp; local
548 nvlist_callback( nvlist_t *nvlp, void *arg) argument
582 string_callback( nvlist_t *nvlp, void *arg) argument
629 string_array_callback( nvlist_t *nvlp, void *arg) argument
[all...]
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c70 fmev_sysev2fmev(fmev_shdl_t hdl, sysevent_t *sep, char **clsp, nvlist_t **nvlp) argument
89 *nvlp = iep->ei_nvl;
H A Dfmev_publish.c194 va2nvl(nvlist_t **nvlp, va_list ap, uint_t ntuples) argument
347 *nvlp = NULL;
352 *nvlp = nvl;
H A Dfmev_subscribe.c566 fmev_shdl_getauthority(fmev_shdl_t hdl, nvlist_t **nvlp) argument
578 *nvlp = NULL;
589 rc = (nvlist_dup(auth, nvlp, 0) == 0) ? FMEV_SUCCESS :
600 *nvlp = NULL;
/osnet-11/usr/src/lib/libsysevent/
H A Dlibevchannel.c858 sysevent_evc_getpropnvl(evchan_t *scp, nvlist_t **nvlp) argument
867 if (scp == NULL || misaligned(scp) || nvlp == NULL)
870 *nvlp = NULL;
907 * set *nvlp to NULL. Otherwise we must unpack the nvl.
910 nvlist_unpack(bufp, uargs.packednvl.len, nvlp, 0) != 0)
/osnet-11/usr/src/lib/libdevice/
H A Ddevctl.c1137 nvlist_t *nvlp; local
1149 if (nvlist_alloc(&nvlp, NV_UNIQUE_NAME_TYPE, 0) != 0) {
1157 if (nvlist_add_string(nvlp, DC_DEVI_NODENAME, nodename) != 0) {
1158 nvlist_free(nvlp);
1165 (void *)nvlp);
1167 return ((devctl_ddef_t)nvlp);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c872 nvlist_t **nvlp, avl_tree_t **avlp)
892 *nvlp = NULL;
898 *nvlp = NULL;
902 *nvlp = sd.fss;
870 gather_nvlist(libzfs_handle_t *hdl, const char *fsname, const char *fromsnap, const char *tosnap, boolean_t recursive, boolean_t received, nvlist_t **nvlp, avl_tree_t **avlp) argument
H A Dlibzfs_util.c1128 zcmd_read_dst_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t **nvlp) argument
1131 zc->zc_nvlist_dst_size, nvlp, 0) != 0)
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c1048 sa_alloc_return_codes(sa_proto_t proto, int rc, nvlist_t **nvlp) argument
1062 *nvlp = notification;

Completed in 54 milliseconds