Lines Matching +full:0 +full:x90
19 return 0; /* EPERM, bounds check */ in _getsockopt_child()
21 if (optval[0] != 0x80) in _getsockopt_child()
22 return 0; /* EPERM, unexpected optval from the kernel */ in _getsockopt_child()
24 ctx->retval = 0; /* Reset system call return value to zero */ in _getsockopt_child()
26 optval[0] = 0x90; in _getsockopt_child()
42 return 0; /* EPERM, bounds check */ in _getsockopt_parent()
44 if (optval[0] != 0x90) in _getsockopt_parent()
45 return 0; /* EPERM, unexpected optval from the kernel */ in _getsockopt_parent()
47 ctx->retval = 0; /* Reset system call return value to zero */ in _getsockopt_parent()
49 optval[0] = 0xA0; in _getsockopt_parent()
65 return 0; /* EPERM, bounds check */ in _setsockopt()
67 optval[0] += 0x10; in _setsockopt()