Home | History | Annotate | Download | only in include

Lines Matching full:_wlo

152          syscall is a single host word, _wLO.
155 When _mode is SysRes_UNIX_OK, _wHI:_wLO holds the result.
156 When _mode is SysRes_UNIX_ERR, _wHI:_wLO holds the error code.
173 SysRes_MACH=40, // MACH, result is _wLO
174 SysRes_MDEP, // MDEP, result is _wLO
175 SysRes_UNIX_OK, // UNIX, success, result is _wHI:_wLO
176 SysRes_UNIX_ERR // UNIX, error, error is _wHI:_wLO
181 UWord _wLO;
230 case SysRes_UNIX_OK: return sr._wLO;
244 case SysRes_UNIX_ERR: return sr._wLO;
251 && sr1._wLO == sr2._wLO && sr1._wHI == sr2._wHI;