Searched defs:stdioname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c619 char *stdioname; local
645 stdioname = prom_stdinpath();
646 if (strcmp(pathname, stdioname) == 0) {
650 if (strcmp(default_pathname, stdioname) == 0) {
655 stdioname = prom_stdoutpath();
656 if (strcmp(pathname, stdioname) == 0) {
660 if (strcmp(default_pathname, stdioname) == 0) {

Completed in 50 milliseconds