Searched refs:SH_DOOR_DESC (Results 1 – 2 of 2) sorted by relevance
1990 if ((SH_DOOR_DESC(shp) = door_create(cache_update_service, in sysevent_bind_publisher()1999 if (fattach(SH_DOOR_DESC(shp), SH_DOOR_NAME(shp)) != 0) { in sysevent_bind_publisher()2034 (void) door_revoke(SH_DOOR_DESC(shp)); in sysevent_bind_publisher()2185 SH_DOOR_DESC(shp) = door_create(event_deliver_service, in sysevent_bind_subscriber_cmn()2188 SH_DOOR_DESC(shp) = door_xcreate(event_deliver_service, in sysevent_bind_subscriber_cmn()2195 if (SH_DOOR_DESC(shp) == -1) { in sysevent_bind_subscriber_cmn()2203 if (fattach(SH_DOOR_DESC(shp), SH_DOOR_NAME(shp)) != 0) { in sysevent_bind_subscriber_cmn()2256 (void) door_revoke(SH_DOOR_DESC(shp)); in sysevent_bind_subscriber_cmn()2498 (void) door_revoke(SH_DOOR_DESC(shp)); in sysevent_unbind_subscriber()2537 (void) door_revoke(SH_DOOR_DESC(shp)); in sysevent_unbind_publisher()
100 #define SH_DOOR_DESC(sehp) (SYSEVENT_IMPL_HNDL(sehp)->sh_door_desc) macro