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,
1737 sysevent_open_channel_common(const char *channel_path) in sysevent_open_channel_common() argument1745 if (channel_path == NULL || strlen(channel_path) + 1 > MAXPATHLEN) { in sysevent_open_channel_common()1750 if (mkdir(channel_path, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) < 0) { in sysevent_open_channel_common()1758 if (stat(channel_path, &chan_stat) != 0) { in sysevent_open_channel_common()1760 "%s\n", channel_path); in sysevent_open_channel_common()1766 "permissions for channel %s\n: %d:%d:%d", channel_path, in sysevent_open_channel_common()1781 SH_CHANNEL_PATH(shp) = strdup(channel_path); in sysevent_open_channel_common()1880 sysevent_open_channel_alt(const char *channel_path) in sysevent_open_channel_alt() argument1882 return (sysevent_open_channel_common(channel_path)); in sysevent_open_channel_alt()
96 sysevent_handle_t *sysevent_open_channel_alt(const char *channel_path);