Searched defs:outnvl (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c36 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl, argument
41 if (outnvl != NULL)
42 nvlist_free(outnvl);
101 nvlist_t *nvl = NULL, *outnvl = NULL; local
108 != 0 || (err = fmd_agent_nvl_ioctl(hdl, cmd, 1, nvl, &outnvl)) != 0)
112 if (outnvl != NULL) {
114 (void) nvlist_lookup_int32(outnvl,
118 nvlist_free(outnvl);
/osnet-11/usr/src/lib/fm/libfmd_agent/sparc/
H A Dfmd_agent_sparc.c35 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl, argument
40 if (outnvl != NULL)
41 nvlist_free(outnvl);
50 nvlist_t *nvl = NULL, *outnvl = NULL; local
91 statusp != NULL ? &outnvl : NULL)) != 0)
95 if (outnvl != NULL) {
97 (void) nvlist_lookup_int32(outnvl,
99 nvlist_free(outnvl);
/osnet-11/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c73 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl, argument
78 if (outnvl != NULL)
79 nvlist_free(outnvl);

Completed in 295 milliseconds