Home
last modified time | relevance | path

Searched refs:FMEVERR_API (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/fm/libfmevent/common/
H A Dfmev_util.c121 tsd->ts_lasterr = FMEVERR_API; in fmev_api_enter()
178 const fmev_err_t apierr = FMEVERR_API;
H A Dfmev_evaccess.c168 (void) fmev_seterr(FMEVERR_API); in fmev_dup()
200 (void) fmev_seterr(FMEVERR_API); in fmev_attr_list()
222 (void) fmev_seterr(FMEVERR_API); in fmev_class()
H A Dfmev_subscribe.c259 return (fmev_seterr(FMEVERR_API)); in fmev_shdl_subscribe()
361 return (fmev_seterr(FMEVERR_API)); in fmev_shdl_unsubscribe()
380 rv = (err == EDEADLK) ? FMEVERR_API : FMEVERR_INTERNAL; in fmev_shdl_unsubscribe()
490 (void) fmev_seterr(FMEVERR_API); in fmev_shdl_init()
670 return (fmev_seterr(FMEVERR_API)); in fmev_shdl_fini()
H A Dfmev_publish.c135 return (FMEVERR_API); in vrfy_class()
147 return (FMEVERR_API); in vrfy_subclass()
160 FMEV_OK : FMEVERR_API); in vrfy_pri()
H A Dlibfmevent.h100 FMEVERR_API, /* Library API usage violation */ enumerator