Home
last modified time | relevance | path

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

/dragonfly/test/stress/fsx/
H A Dfsx.c128 unsigned long debugstart = 0; /* -D flag */ variable
832 if (debugstart > 0 && testcalls >= debugstart) in test()
1063 debugstart = getnum(optarg, &endp); in main()
1064 if (debugstart < 1) in main()