Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c18 #define ONE_INSTR 1 macro
115 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_kill()
117 append_filter_block(head, filter, ONE_INSTR); in append_ret_kill()
122 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_trap()
124 append_filter_block(head, filter, ONE_INSTR); in append_ret_trap()
129 struct sock_filter *filter = new_instr_buf(ONE_INSTR); in append_ret_errno()
131 append_filter_block(head, filter, ONE_INSTR); in append_ret_errno()
363 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line()
365 append_filter_block(head, entry_label, ONE_INSTR); in compile_policy_line()
686 struct sock_filter *load_nr = new_instr_buf(ONE_INSTR); in compile_filter()