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.

36 lines
1.4 KiB

  1. // really should have a CTEAllocMemWithTag
  2. #define IRDA_ALLOC_MEM(ptr, sz, id) ((ptr) = ExAllocatePoolWithTag(NonPagedPool,sz,id))
  3. #define IRDA_FREE_MEM(ptr) ExFreePool((ptr))
  4. #define MT_IRLAP_DEVICE '1DrI'
  5. #define MT_IRLMP_REGLSAP '2DrI'
  6. #define MT_IRLMP_LSAP_CB '3DrI'
  7. #define MT_IRLMP_DEVICE '4DrI'
  8. #define MT_IRLMP_IAS_OBJECT '5DrI'
  9. #define MT_IRLMP_IAS_CLASSNAME '6DrI'
  10. #define MT_IRLMP_IAS_ATTRIB '7DrI'
  11. #define MT_IRLMP_IAS_ATTRIBNAME '8DrI'
  12. #define MT_IRLMP_IAS_ATTRIBVAL '9DrI'
  13. #define MT_IRNDIS_TX_IMSG 'aDrI'
  14. #define MT_IRNDIS_LINKCB 'bDrI'
  15. #define MT_IRNDIS_RX_IMSG 'cDrI'
  16. #define MT_IRLMPCB 'dDrI'
  17. #define MT_TDI_ADDROBJ 'eDrI'
  18. #define MT_TDI_CONNOBJ 'fDrI'
  19. #define MT_TDICL_ENDP 'gDrI'
  20. #define MT_TDICL_CONN 'hDrI'
  21. #define MT_TDICL_RXBUF 'iDrI'
  22. #define MT_TDICL_RXIND 'jDrI'
  23. #define MT_RASIR_ADAPTER 'kDrI'
  24. #define MT_RASIR_CALLPARMS 'lDrI'
  25. #define MT_RASIR_VC 'mDrI'
  26. #define MT_IMSG_POOL 'nDrI'
  27. #define MT_RXBUF_POOL 'oDrI'
  28. #define MT_IRLAPCB 'pDrI'
  29. #define MT_RASIR_WORKITEM 'qDrI'
  30. #define MT_IRNDIS_PNP_EVENT 'rDrI'
  31. #define MT_IRDA_LAL 'sDrI'
  32. #define MT_TDI_IAS 'tDrI'
  33. #define MT_RASIR_ASYNCBUF 'uDrI'
  34. #define MT_DEV_RELATIONS 'vDrI'
  35. #define MT_RASIR_ENDP 'wDrI'