Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h221 extern door_xcreate_server_func_t fmd_doorthr_create;
H A Dfmd_api.map56 fmd_doorthr_create { TYPE = function; FLAGS = extern };
H A Dfmd_sysevent.c491 sysevent_subattr_thrcreate(subattr, fmd_doorthr_create, NULL); in sysev_init()
H A Dfmd_api.c1842 fmd_doorthr_create(door_info_t *dip, void *(*crf)(void *), void *crarg, in fmd_doorthr_create() function
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c583 sysevent_subattr_thrcreate(subattr, fmd_doorthr_create, NULL); in fmevt_init_inbound()