Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsysevent/
H A Dlibsysevent.c1958 if ((SH_DOOR_NAME(shp) = strdup(door_name)) == NULL) { in sysevent_bind_publisher()
1966 if (stat(SH_DOOR_NAME(shp), &reg_stat) != 0) { in sysevent_bind_publisher()
1976 if (unlink(SH_DOOR_NAME(shp)) != 0) in sysevent_bind_publisher()
1978 SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
1981 fd = open(SH_DOOR_NAME(shp), O_CREAT|O_RDWR, in sysevent_bind_publisher()
1999 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
2000 if (fattach(SH_DOOR_DESC(shp), SH_DOOR_NAME(shp)) != 0) { in sysevent_bind_publisher()
2003 SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
2036 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_publisher()
2037 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