Home
last modified time | relevance | path

Searched refs:sysevent_subattr_alloc (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsysevent.h234 extern sysevent_subattr_t *sysevent_subattr_alloc(void);
/titanic_44/usr/src/lib/libsysevent/
H A Dmapfile-vers104 sysevent_subattr_alloc;
H A Dllib-lsysevent138 sysevent_subattr_t *sysevent_subattr_alloc(void);
H A Dlibevchannel.c618 sysevent_subattr_alloc(void) in sysevent_subattr_alloc() function
/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c487 if ((subattr = sysevent_subattr_alloc()) == NULL) in sysev_init()
/titanic_44/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c579 if ((subattr = sysevent_subattr_alloc()) == NULL) in fmevt_init_inbound()
/titanic_44/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c506 if ((ihdl->sh_attr = sysevent_subattr_alloc()) == NULL) { in fmev_shdl_init()