Searched refs:begin_path (Results 1 – 1 of 1) sorted by relevance
1738 char *begin_path; in sysevent_open_channel_common() local1787 begin_path = SH_CHANNEL_PATH(shp); in sysevent_open_channel_common()1788 while (*begin_path != '\0' && in sysevent_open_channel_common()1789 (begin_path = strpbrk(begin_path, "/")) != NULL) { in sysevent_open_channel_common()1790 ++begin_path; in sysevent_open_channel_common()1791 SH_CHANNEL_NAME(shp) = begin_path; in sysevent_open_channel_common()