Searched refs:muxctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c73 static char muxctl[PATH_MAX] = {0}; variable
977 if ((muxfd = open_file(muxctl, oflags)) == -1) {
979 muxctl, strerror(errno));
1100 (void) strcpy(muxctl, MUXCTLLINK);
1138 if (snprintf(muxctl, sizeof (muxctl),
1140 di_minor_name(dim)) > sizeof (muxctl)) {
1141 _msg(1, ("muxctl:snprintf error\n"));
1159 if ((muxfd = open_file(muxctl, oflags)) != -1) {
1180 muxctl, strerro
[all...]

Completed in 46 milliseconds