Searched refs:outnvl (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/fm/libfmd_agent/i386/ |
H A D | fmd_agent_i386.c | 36 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 D | fmd_agent_sparc.c | 35 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 D | fmd_agent.c | 73 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 51 milliseconds