Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
432 B

  1. rem
  2. rem Test of a DFS share
  3. rem
  4. rem +fl, +fu: IOCTLs range from function 1 to 40
  5. rem
  6. rem +dl: Device number is 0x1b (27).
  7. rem -f: No FSCTL's for this driver
  8. rem +t: Hit the random IOCTLs a lot of times to get good coverage.
  9. rem -c: don't skip functions that crashed before
  10. rem -k: Disable sync handles. Driver has lots of pended IRPs
  11. rem
  12. rem
  13. obj\i386\devctl +dl 27 +du 27 -f -c -k +fl 1 +fu 40 +t 10000 \device\usbser