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.c1957 if ((SH_DOOR_NAME(shp) = strdup(door_name)) == NULL) { in sysevent_bind_publisher()
1965 if (stat(SH_DOOR_NAME(shp), &reg_stat) != 0) { in sysevent_bind_publisher()
1975 if (unlink(SH_DOOR_NAME(shp)) != 0) in sysevent_bind_publisher()
1977 SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
1980 fd = open(SH_DOOR_NAME(shp), O_CREAT|O_RDWR, in sysevent_bind_publisher()
1998 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
1999 if (fattach(SH_DOOR_DESC(shp), SH_DOOR_NAME(shp)) != 0) { 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()
[all …]
H A Dlibsysevent_impl.h101 #define SH_DOOR_NAME(sehp) (SYSEVENT_IMPL_HNDL(sehp)->sh_door_name) macro