Searched refs:cleanup_set_errno (Results 1 – 2 of 2) sorted by relevance
/titanic_41/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, in cleanup_set_errno() function 56 return (cleanup_set_errno(hdl, NULL, NULL, err)); in fmd_agent_physcpu_info_v1() 59 return (cleanup_set_errno(hdl, NULL, nvl, err)); in fmd_agent_physcpu_info_v1() 63 return (cleanup_set_errno(hdl, NULL, nvl, errno)); in fmd_agent_physcpu_info_v1() 69 return (cleanup_set_errno(hdl, NULL, nvl, err)); in fmd_agent_physcpu_info_v1() 109 return (cleanup_set_errno(hdl, nvl, NULL, err)); in fmd_agent_cpuop_v1() 131 return (cleanup_set_errno(hdl, NULL, NULL, errno)); in fmd_agent_cpuop()
|
/titanic_41/usr/src/lib/fm/libfmd_agent/common/ |
H A D | fmd_agent.c | 74 cleanup_set_errno(fmd_agent_hdl_t *hdl, nvlist_t *innvl, nvlist_t *outnvl, in cleanup_set_errno() function 245 return (cleanup_set_errno(hdl, nvl, NULL, err)); in fmd_agent_pageop_v1()
|