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

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Utils.c146 strcpy(adDesc->pathctl, adDesc->path);
147 strcat(adDesc->pathctl, "ctl");
155 fd = open(adDesc->pathctl, O_WRONLY | O_NONBLOCK);
159 fd = open(adDesc->pathctl, O_RDONLY);
187 ERROR1("could not open %s!\n", adDesc->pathctl);
H A DPLATFORM_API_SolarisOS_Utils.h72 char pathctl[MAX_NAME_LENGTH+4]; member in struct:tag_AudioDeviceDescription
91 * if getNames is 0, only path and pathctl are filled
H A DPLATFORM_API_SolarisOS_PCM.c83 fd = open(desc.pathctl, O_RDONLY);
H A DPLATFORM_API_SolarisOS_Ports.c173 fd = open(desc.pathctl, O_RDWR);

Completed in 34 milliseconds