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.

17 lines
675 B

  1. rem
  2. rem Test the normal IOCTL within Irda's range.
  3. rem
  4. rem +fl, +fu: IOCTLs range from function 0 to 22 with gaps.
  5. rem expansion room.
  6. rem +dl: Device number is 0x12 (18).
  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 -s: Turn off relative (sub) opens
  10. rem -q: turn off query and set calls
  11. rem -m: Turn off misc I/O functions
  12. rem -c: don't skip functions that crashed before
  13. rem -k: Disable sync handles. Driver has lots of pended IRPs
  14. rem
  15. rem This test is with a normal (sometimes called a helper, no EAs) handle.
  16. rem
  17. obj\i386\devctl +dl 18 +du 18 +fl 0 +fu 22 +t 10000 -f -m -q -s -k \device\irda