Lines Matching refs:res
430 int i, err, res, fail_nth, fds[2];
439 res = socketpair(AF_LOCAL, SOCK_STREAM, 0, fds);
442 if (res == 0) {
446 printf("%d-th fault %c: res=%d/%d\n", i, atoi(buf) ? 'N' : 'Y',
447 res, err);
456 1-th fault Y: res=-1/23
457 2-th fault Y: res=-1/23
458 3-th fault Y: res=-1/12
459 4-th fault Y: res=-1/12
460 5-th fault Y: res=-1/23
461 6-th fault Y: res=-1/23
462 7-th fault Y: res=-1/23
463 8-th fault Y: res=-1/12
464 9-th fault Y: res=-1/12
465 10-th fault Y: res=-1/12
466 11-th fault Y: res=-1/12
467 12-th fault Y: res=-1/12
468 13-th fault Y: res=-1/12
469 14-th fault Y: res=-1/12
470 15-th fault Y: res=-1/12
471 16-th fault N: res=0/12