Searched refs:SH_DOOR_DESC (Results 1 – 2 of 2) sorted by relevance
1989 if ((SH_DOOR_DESC(shp) = door_create(cache_update_service, in sysevent_bind_publisher()1998 if (fattach(SH_DOOR_DESC(shp), SH_DOOR_NAME(shp)) != 0) { in sysevent_bind_publisher()2033 (void) door_revoke(SH_DOOR_DESC(shp)); in sysevent_bind_publisher()2184 SH_DOOR_DESC(shp) = door_create(event_deliver_service, in sysevent_bind_subscriber_cmn()2187 SH_DOOR_DESC(shp) = door_xcreate(event_deliver_service, in sysevent_bind_subscriber_cmn()2194 if (SH_DOOR_DESC(shp) == -1) { in sysevent_bind_subscriber_cmn()2202 if (fattach(SH_DOOR_DESC(shp), SH_DOOR_NAME(shp)) != 0) { in sysevent_bind_subscriber_cmn()2257 (void) door_revoke(SH_DOOR_DESC(shp)); in sysevent_bind_subscriber_cmn()2499 (void) door_revoke(SH_DOOR_DESC(shp)); in sysevent_unbind_subscriber()2538 (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