HomeSort by relevance Sort by last modified time
    Searched refs:arg_blocks (Results 1 - 2 of 2) sorted by null

  /external/minijail/
syscall_filter.c 484 struct filter_block **arg_blocks, struct bpf_labels *labels,
528 if (compile_file(included_file, head, arg_blocks,
599 if (*arg_blocks) {
600 free_block_list(*arg_blocks);
606 if (*arg_blocks) {
607 extend_filter_block_list(*arg_blocks, block);
609 *arg_blocks = block;
632 struct filter_block *arg_blocks = NULL; local
648 if (compile_file(initial_file, head, &arg_blocks, &labels, use_ret_trap,
652 free_block_list(arg_blocks);
    [all...]
syscall_filter.h 34 struct filter_block **arg_blocks, struct bpf_labels *labels,

Completed in 177 milliseconds