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

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutmisc.c147 } In; local
153 In.Value = Value;
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];
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c79 } In, Out; variable in typeref:struct:file_info
227 * data in location pointed to by buf. In case of end of medium,
250 * the location pointed to by buf. In case of end of medium,
323 In.f_bsize = Out.f_bsize = BLKSIZ;
402 In.f_dev_p = argv[DEV_IN];
409 In.f_vol_p = &From_vol[0];
412 if ((In.f_des = open(In.f_dev_p, O_RDONLY)) < 1)
413 perr(10, "%s: cannot open\n", In.f_dev_p);
417 if (fstat(In
[all...]

Completed in 59 milliseconds