Lines Matching refs:SH_DOOR_NAME

1957 	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()
2161 if ((SH_DOOR_NAME(shp) = strdup(door_name)) == NULL) { in sysevent_bind_subscriber_cmn()
2169 if (unlink(SH_DOOR_NAME(shp)) != 0) in sysevent_bind_subscriber_cmn()
2171 SH_DOOR_NAME(shp)); in sysevent_bind_subscriber_cmn()
2173 fd = open(SH_DOOR_NAME(shp), O_CREAT|O_RDWR, S_IREAD|S_IWRITE); in sysevent_bind_subscriber_cmn()
2202 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_subscriber_cmn()
2203 if (fattach(SH_DOOR_DESC(shp), SH_DOOR_NAME(shp)) != 0) { 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()
2499 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_unbind_subscriber()
2517 free(SH_DOOR_NAME(shp)); in sysevent_unbind_subscriber()
2538 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_unbind_publisher()
2550 free(SH_DOOR_NAME(shp)); in sysevent_unbind_publisher()