Home
last modified time | relevance | path

Searched refs:SH_DOOR_NAME (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1977 SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
1998 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
2002 SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
2035 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
2036 free(SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
2171 SH_DOOR_NAME(shp)); in sysevent_bind_subscriber_cmn()
2202 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_subscriber_cmn()
2257 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_subscriber_cmn()
2270 free(SH_DOOR_NAME(shp)); in sysevent_bind_subscriber_cmn()
2517 free(SH_DOOR_NAME(shp)); in sysevent_unbind_subscriber()
[all …]
H A Dlibsysevent_impl.h101 #define SH_DOOR_NAME(sehp) (SYSEVENT_IMPL_HNDL(sehp)->sh_door_name) macro