Searched defs:scenario (Results 1 – 1 of 1) sorted by relevance
54 struct scenario { struct55 struct cred *sc_cred1, *sc_cred2; /* credentials of p1 and p2 */56 int sc_canptrace_errno; /* desired ptrace failure */57 int sc_canktrace_errno; /* desired ktrace failure */58 int sc_cansighup_errno; /* desired SIGHUP failure */59 int sc_cansigsegv_errno; /* desired SIGSEGV failure */60 int sc_cansee_errno; /* desired getprio failure */61 int sc_cansched_errno; /* desired setprio failure */62 char *sc_name; /* test name */265 enact_scenario(int scenario) in enact_scenario()