Searched refs:SH_DOOR_NAME (Results 1 – 2 of 2) sorted by relevance
1958 if ((SH_DOOR_NAME(shp) = strdup(door_name)) == NULL) { in sysevent_bind_publisher()1966 if (stat(SH_DOOR_NAME(shp), ®_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 …]
101 #define SH_DOOR_NAME(sehp) (SYSEVENT_IMPL_HNDL(sehp)->sh_door_name) macro