Searched refs:use_ret_trap (Results 1 - 3 of 3) sorted by relevance

/external/minijail/
H A Dsyscall_filter.c255 int compile_errno(struct filter_block *head, char *ret_errno, int use_ret_trap) argument
277 if (!use_ret_trap)
288 int use_ret_trap)
356 if (compile_errno(head, line, use_ret_trap) < 0) {
410 if (compile_errno(head, ret_errno, use_ret_trap) < 0) {
416 if (!use_ret_trap)
485 int use_ret_trap, int allow_logging,
529 labels, use_ret_trap, allow_logging,
596 nr, policy_line, id, labels, use_ret_trap);
621 int use_ret_trap, in
285 compile_policy_line(int nr, const char *policy_line, unsigned int entry_lbl_id, struct bpf_labels *labels, int use_ret_trap) argument
483 compile_file(FILE *policy_file, struct filter_block *head, struct filter_block **arg_blocks, struct bpf_labels *labels, int use_ret_trap, int allow_logging, unsigned int include_level) argument
620 compile_filter(FILE *initial_file, struct sock_fprog *prog, int use_ret_trap, int allow_logging) argument
[all...]
H A Dsyscall_filter.h35 int use_ret_trap, int allow_logging,
H A Dlibminijail.c778 int use_ret_trap = local
782 if (compile_filter(policy_file, fprog, use_ret_trap, allow_logging)) {

Completed in 76 milliseconds