Home
last modified time | relevance | path

Searched refs:tmpnvl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c363 nvlist_t *tmpnvl = NULL; in do_publish() local
381 err = va2nvl(&tmpnvl, ap, ntuples); in do_publish()
385 pub = tmpnvl; in do_publish()
392 if (nvlist_alloc(&tmpnvl, NV_UNIQUE_NAME, 0) != 0) in do_publish()
395 pub = tmpnvl; in do_publish()
440 nvlist_free(tmpnvl); in do_publish()
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract.c395 nvlist_t *tmpnvl; in unpack_and_merge() local
398 if ((error = nvlist_unpack(buffer, len, &tmpnvl, 0)) != 0) in unpack_and_merge()
402 *nvl = tmpnvl; in unpack_and_merge()
406 error = nvlist_merge(*nvl, tmpnvl, 0); in unpack_and_merge()
407 nvlist_free(tmpnvl); in unpack_and_merge()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c919 nvlist_t *tmpnvl; in nvf_flush() local
931 rval = nvlist_dup(nvf_list, &tmpnvl, KM_SLEEP); in nvf_flush()
944 rval = nvlist_pack(tmpnvl, &nvlbuf, &nvllen, NV_ENCODE_NATIVE, 0); in nvf_flush()
948 nvlist_free(tmpnvl); in nvf_flush()
977 nvlist_free(tmpnvl); in nvf_flush()