Home
last modified time | relevance | path

Searched refs:FMEV_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c134 return (fmev_seterr(FMEV_SUCCESS)); in fmev_shdlctl_serialize()
151 return (fmev_seterr(FMEV_SUCCESS)); in fmev_shdlctl_thrattr()
168 return (fmev_seterr(FMEV_SUCCESS)); in fmev_shdlctl_sigmask()
186 return (fmev_seterr(FMEV_SUCCESS)); in fmev_shdlctl_thrsetup()
204 return (fmev_seterr(FMEV_SUCCESS)); in fmev_shdlctl_thrcreate()
321 return (fmev_seterr(FMEV_SUCCESS)); in fmev_shdl_subscribe()
371 rv = FMEV_SUCCESS; in fmev_shdl_unsubscribe()
587 rc = (nvlist_dup(auth, nvlp, 0) == 0) ? FMEV_SUCCESS : in fmev_shdl_getauthority()
597 if (rc != FMEV_SUCCESS) { in fmev_shdl_getauthority()
713 return (fmev_seterr(FMEV_SUCCESS)); in fmev_shdl_fini()
H A Dlibfmevent.h96 FMEV_SUCCESS = 0, enumerator
97 FMEV_OK = FMEV_SUCCESS, /* alias for FMEV_SUCCESS */
H A Dfmev_publish.c353 return (FMEV_SUCCESS); in va2nvl()
382 if (err != FMEV_SUCCESS) in do_publish()
433 pub, EVCH_NOSLEEP) == 0) ? FMEV_SUCCESS : FMEVERR_TRANSPORT; in do_publish()
437 if (rc == FMEV_SUCCESS) in do_publish()
H A Dfmev_evaccess.c257 return (FMEV_SUCCESS); in fmev_timespec()
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c656 ireport_cb, NULL) != FMEV_SUCCESS) { in main()
663 NULL) != FMEV_SUCCESS) { in main()
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c889 NULL) != FMEV_SUCCESS) { in main()
896 NULL) != FMEV_SUCCESS) { in main()
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1670 attr) != FMEV_SUCCESS) { in raise_event()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c4746 instance_state_str[new_state], pri, attr) != FMEV_SUCCESS) { in dgraph_state_transition_notify()