Searched defs:Out (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utmisc.c | 142 } Out; local 155 Out.Bytes[0] = In.Bytes[3]; 156 Out.Bytes[1] = In.Bytes[2]; 157 Out.Bytes[2] = In.Bytes[1]; 158 Out.Bytes[3] = In.Bytes[0]; 160 return (Out.Value);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | tty.c | 73 static int Out; /* file descriptor of stdout */ variable 325 Out = fileno(stdout); 343 if (ioctl(Out, TCSETAW, &ttybuf) < 0) { 353 if (ioctl(Out, TCSETAW, &savtty) < 0)
|
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 79 } In, Out; variable in typeref:struct:file_info 323 In.f_bsize = Out.f_bsize = BLKSIZ; 403 Out.f_dev_p = argv[DEV_OUT]; 406 Out.f_vol_p = &To_vol[0]; 414 if ((Out.f_des = open(Out.f_dev_p, O_RDONLY)) < 1) 415 perr(10, "%s: cannot open\n", Out.f_dev_p); 419 if (fstat(Out.f_des, &stbuf) < 0 || (stbuf.st_mode & S_IFMT) != S_IFCHR) 424 Otape = tapeck(&Out, OUTPUT); 459 (void) getoutfs(Out [all...] |
Completed in 52 milliseconds