Home
last modified time | relevance | path

Searched refs:cleanup_set_errno (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/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, in cleanup_set_errno() function
54 return (cleanup_set_errno(hdl, NULL, NULL, err)); in fmd_agent_physcpu_info_v1()
57 return (cleanup_set_errno(hdl, NULL, nvl, err)); in fmd_agent_physcpu_info_v1()
61 return (cleanup_set_errno(hdl, NULL, nvl, errno)); in fmd_agent_physcpu_info_v1()
67 return (cleanup_set_errno(hdl, NULL, nvl, err)); in fmd_agent_physcpu_info_v1()
107 return (cleanup_set_errno(hdl, nvl, NULL, err)); in fmd_agent_cpuop_v1()
129 return (cleanup_set_errno(hdl, NULL, NULL, errno)); in fmd_agent_cpuop()
/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c78 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl, in cleanup_set_errno() function
243 return (cleanup_set_errno(hdl, nvl, NULL, err)); in fmd_agent_pageop_v1()