Lines Matching refs:ecx
92 unsigned long eax, ebx, ecx, edx, si = 0, di = 0;
98 eax, ebx, ecx, edx, si, di);
100 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0)
121 unsigned long eax, ebx, ecx, edx, si, di;
131 eax, ebx, ecx, edx, si, di);
133 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0)
151 unsigned long si, di, eax, ebx, ecx, edx;
167 eax, ebx, ecx, edx, si, di);
173 ecx = MESSAGE_STATUS_SUCCESS << 16;
174 while (msg_len && (HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS)) {
188 eax, ebx, ecx, edx, si, di);
191 return ecx;
207 unsigned long si, di, eax, ebx, ecx, edx;
221 eax, ebx, ecx, edx, si, di);
227 ecx = MESSAGE_STATUS_SUCCESS << 16;
238 eax, ebx, ecx, edx, si, di);
240 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0)
248 return ecx;
262 unsigned long eax, ebx, ecx, edx, si, di;
277 eax, ebx, ecx, edx, si, di);
279 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) {
286 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB));
315 unsigned long eax, ebx, ecx, edx, si, di;
335 eax, ebx, ecx, edx, si, di);
337 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) {
343 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_DORECV) == 0)
356 !!(HIGH_WORD(ecx) & MESSAGE_STATUS_HB));
379 eax, ebx, ecx, edx, si, di);
381 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_SUCCESS) == 0) {
384 if ((HIGH_WORD(ecx) & MESSAGE_STATUS_CPT) != 0) {