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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c219 * Clear error_info_t structure.
221 #define CLEAR_ERROR_INFO(ei) ((void) memset((ei), 0, sizeof (error_info_t)))
250 * error_info_t is used to pass information about an error to
321 } error_info_t; typedef in typeref:struct:error_info
337 error_info_t ite_einfo; /* Extra error information */
1675 property_t *prop, value_t *val, error_info_t *einfo)
1820 property_t *prop, value_t *val, error_info_t *einfo)
2097 error_info_t einfo;
2588 error_info_t einfo;
2777 error_info_t einf
[all...]

Completed in 101 milliseconds