Home | History | Annotate | Download | only in seccomp-bpf

Lines Matching refs:passed

56                                ? *code.passed()
65 ? *code.passed()
73 ? *code.passed()
117 *code.passed(), err)) {
139 // verify that it is a fatal error if a 64bit value is ever passed
152 // know that the equality test already passed, as unlike the kernel
171 // even though this is a test that normally should take "passed()".
172 const ErrorCode& passed =
183 ? *code.failed() : *code.passed();
189 ? *code.passed() : *code.failed();
192 if (!VerifyErrorCode(sandbox, program, data, root_code, passed, err)) {
196 if (!VerifyErrorCode(sandbox, program, data, root_code, passed, err)) {