Searched refs:inject_opts (Results 1 – 4 of 4) sorted by relevance
89 parse_delay_token(const char *input, struct inject_opts *fopts, bool isenter) in parse_delay_token()109 parse_inject_token(const char *const token, struct inject_opts *const fopts, in parse_inject_token()252 struct inject_opts *const fopts, in parse_inject_expression()332 struct inject_opts opts = { in qualify_inject_common()
486 struct inject_opts *inject_vec[SUPPORTED_PERSONALITIES];488 static struct inject_opts *507 struct inject_opts *opts = tcb_inject_opts(tcp); in tamper_with_syscall_entering()546 struct inject_opts *opts = tcb_inject_opts(tcp); in tamper_with_syscall_exiting()
203 struct inject_opts { struct231 struct inject_opts *inject_vec[SUPPORTED_PERSONALITIES];1425 extern struct inject_opts *inject_vec[SUPPORTED_PERSONALITIES];
6335 (qualify_inject_common): Initialize struct inject_opts.data.delay_idx.11906 and inject_data.signo, do not initialize inject_opts.data.11913 Move inject data of struct inject_opts to inject_data substructure.11915 (struct inject_opts): Replace "signo" and "rval" fields with "data"11918 for the new layout of struct inject_opts.19269 Simplify struct inject_opts.rval semantics.19270 Drop use of INJECT_OPTS_RVAL_DISABLE special inject_opts.rval value,19276 in inject_opts.rval.19409 * defs.h (fault_opts): Rename to inject_opts.