Searched refs:FaultNth (Results 1 – 12 of 12) sorted by relevance
/external/syzkaller/pkg/csource/ |
D | options_test.go | 41 FaultNth: 2, 58 FaultNth: 0, 73 FaultNth: 0, 88 FaultNth: 0,
|
D | options.go | 27 FaultNth int `json:"fault_nth,omitempty"` member 170 &opts.Fault, &opts.FaultCall, &opts.FaultNth, &opts.EnableTun, &opts.UseTmpDir, 186 &opts.Fault, &opts.FaultCall, &opts.FaultNth, &opts.EnableTun, &opts.UseTmpDir,
|
D | csource.go | 179 fmt.Fprintf(w, "\tinject_fault(%v);\n", ctx.opts.FaultNth)
|
/external/syzkaller/prog/ |
D | parse_test.go | 33 if ent.Fault || ent.FaultCall != 0 || ent.FaultNth != 0 { 70 if ent.Fault || ent.FaultCall != 0 || ent.FaultNth != 0 { 132 if ent.FaultNth != 55 { 133 t.Fatalf("fault nth: got %v, want 55", ent.FaultNth)
|
D | parse.go | 19 FaultNth int member 49 ent.FaultNth, _ = extractInt(line, "fault-nth:")
|
/external/syzkaller/pkg/repro/ |
D | repro.go | 299 opts.FaultNth = ent.FaultNth 376 opts.FaultNth = entry.FaultNth 504 entry.FaultNth = opts.FaultNth 739 opts = fmt.Sprintf(" (fault-call:%v fault-nth:%v)", ent.FaultCall, ent.FaultNth) 755 opts.FaultNth = 0
|
/external/syzkaller/tools/syz-execprog/ |
D | execprog.go | 132 newOpts.FaultNth = entry.FaultNth 163 callOpts.FaultCall, callOpts.FaultNth) 284 execOpts.FaultNth = *flagFaultNth
|
/external/syzkaller/tools/syz-prog2c/ |
D | prog2c.go | 69 FaultNth: *flagFaultNth,
|
/external/syzkaller/syz-fuzzer/ |
D | proc.go | 208 opts.FaultNth = nth 294 strOpts = fmt.Sprintf(" (fault-call:%v fault-nth:%v)", opts.FaultCall, opts.FaultNth)
|
/external/syzkaller/docs/ |
D | executing_syzkaller_programs.md | 54 …ide:true Repeat:true Procs:8 Sandbox:namespace Fault:false FaultCall:-1 FaultNth:0 EnableTun:true …
|
/external/syzkaller/pkg/ipc/ |
D | ipc.go | 53 FaultNth int // fault n-th operation in the call (0-based) member 657 faultNth: uint64(opts.FaultNth),
|
/external/syzkaller/pkg/instance/ |
D | instance.go | 327 true, true, true, cfg.Procs, opts.FaultCall, opts.FaultNth, vmProgFile)
|