Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c16 #define ONE_INSTR 1 macro
121 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_kill()
123 append_filter_block(head, filter, ONE_INSTR); in append_ret_kill()
128 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_trap()
130 append_filter_block(head, filter, ONE_INSTR); in append_ret_trap()
135 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_errno()
137 append_filter_block(head, filter, ONE_INSTR); in append_ret_errno()
365 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line()
367 append_filter_block(head, entry_label, ONE_INSTR); in compile_policy_line()
727 struct sock_filter *load_nr = new_instr_buf(ONE_INSTR); in compile_filter()