Searched refs:ipd_set_errno (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libipd/common/ |
H A D | libipd.c | 86 ipd_set_errno(ipd_errno_t e, const char *fmt, ...) in ipd_set_errno() function 113 return (ipd_set_errno(xlate_errno(errno), in ipd_open() 137 return (ipd_set_errno(xlate_errno(errno), in ipd_status_read() 148 return (ipd_set_errno(EIPD_NOMEM, NULL)); in ipd_status_read() 152 return (ipd_set_errno(xlate_errno(errno), in ipd_status_read() 165 return (ipd_set_errno(EIPD_NOMEM, NULL)); in ipd_status_read() 181 return (ipd_set_errno(EIPD_NOMEM, NULL)); in ipd_status_read() 188 return (ipd_set_errno(EIPD_NOMEM, NULL)); in ipd_status_read() 231 return (ipd_set_errno(EIPD_ZC_NOENT, in ipd_status_get_config() 269 return (ipd_set_errno(xlate_errno(errno), in ipd_ctl() [all …]
|