Home
last modified time | relevance | path

Searched refs:ONE_INSTR (Results 1 – 1 of 1) sorted by relevance

/external/minijail/
Dsyscall_filter.c17 #define ONE_INSTR 1 macro
107 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_kill()
109 append_filter_block(head, filter, ONE_INSTR); in append_ret_kill()
114 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_trap()
116 append_filter_block(head, filter, ONE_INSTR); in append_ret_trap()
121 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_errno()
123 append_filter_block(head, filter, ONE_INSTR); in append_ret_errno()
350 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line()
352 append_filter_block(head, entry_label, ONE_INSTR); in compile_policy_line()
640 struct sock_filter *load_nr = new_instr_buf(ONE_INSTR); in compile_filter()