Searched refs:tmpnvl (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_publish.c | 363 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()
|
/titanic_50/usr/src/lib/libcontract/common/ |
H A D | libcontract.c | 395 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()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | nvfile.c | 919 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()
|