Searched refs:channel_path (Results 1 – 3 of 3) sorted by relevance
80 sysevent_handle_t * sysevent_open_channel_alt(const char *channel_path);115 int sysevent_evc_bind(const char *channel_path, evchan_t **scpp,
1735 sysevent_open_channel_common(const char *channel_path) in sysevent_open_channel_common() argument1743 if (channel_path == NULL || strlen(channel_path) + 1 > MAXPATHLEN) { in sysevent_open_channel_common()1748 if (mkdir(channel_path, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) < 0) { in sysevent_open_channel_common()1756 if (stat(channel_path, &chan_stat) != 0) { in sysevent_open_channel_common()1758 "%s\n", channel_path); in sysevent_open_channel_common()1764 "permissions for channel %s\n: %d:%d:%d", channel_path, in sysevent_open_channel_common()1779 SH_CHANNEL_PATH(shp) = strdup(channel_path); in sysevent_open_channel_common()1878 sysevent_open_channel_alt(const char *channel_path) in sysevent_open_channel_alt() argument1880 return (sysevent_open_channel_common(channel_path)); in sysevent_open_channel_alt()
96 sysevent_handle_t *sysevent_open_channel_alt(const char *channel_path);