Source code of Windows XP (NT5)
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.

165 lines
5.5 KiB

  1. ; SCCSID = @(#)syscall.asm 1.1 85/04/10
  2. ;BREAK <system call definitions>
  3. SUBTTL system call definitions
  4. PAGE
  5. Abort EQU 0 ; 0 0
  6. Std_Con_Input EQU 1 ; 1 1
  7. Std_Con_Output EQU 2 ; 2 2
  8. Std_Aux_Input EQU 3 ; 3 3
  9. Std_Aux_Output EQU 4 ; 4 4
  10. Std_Printer_Output EQU 5 ; 5 5
  11. Raw_Con_IO EQU 6 ; 6 6
  12. Raw_Con_Input EQU 7 ; 7 7
  13. Std_Con_Input_No_Echo EQU 8 ; 8 8
  14. Std_Con_String_Output EQU 9 ; 9 9
  15. Std_Con_String_Input EQU 10 ; 10 A
  16. Std_Con_Input_Status EQU 11 ; 11 B
  17. Std_Con_Input_Flush EQU 12 ; 12 C
  18. Disk_Reset EQU 13 ; 13 D
  19. Set_Default_Drive EQU 14 ; 14 E
  20. FCB_Open EQU 15 ; 15 F
  21. FCB_Close EQU 16 ; 16 10
  22. Dir_Search_First EQU 17 ; 17 11
  23. Dir_Search_Next EQU 18 ; 18 12
  24. FCB_Delete EQU 19 ; 19 13
  25. FCB_Seq_Read EQU 20 ; 20 14
  26. FCB_Seq_Write EQU 21 ; 21 15
  27. FCB_Create EQU 22 ; 22 16
  28. FCB_Rename EQU 23 ; 23 17
  29. Get_Default_Drive EQU 25 ; 25 19
  30. Set_DMA EQU 26 ; 26 1A
  31. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  32. ; C A V E A T P R O G R A M M E R ;
  33. ; ;
  34. Get_Default_DPB EQU 31 ; 31 1F
  35. ; ;
  36. ; C A V E A T P R O G R A M M E R ;
  37. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  38. FCB_Random_Read EQU 33 ; 33 21
  39. FCB_Random_Write EQU 34 ; 34 22
  40. Get_FCB_File_Length EQU 35 ; 35 23
  41. Get_FCB_Position EQU 36 ; 36 24
  42. Set_Interrupt_Vector EQU 37 ; 37 25
  43. Create_Process_Data_Block EQU 38 ; 38 26
  44. FCB_Random_Read_Block EQU 39 ; 39 27
  45. FCB_Random_Write_Block EQU 40 ; 40 28
  46. Parse_File_Descriptor EQU 41 ; 41 29
  47. Get_Date EQU 42 ; 42 2A
  48. Set_Date EQU 43 ; 43 2B
  49. Get_Time EQU 44 ; 44 2C
  50. Set_Time EQU 45 ; 45 2D
  51. Set_Verify_On_Write EQU 46 ; 46 2E
  52. ; Extended functionality group
  53. Get_DMA EQU 47 ; 47 2F
  54. Get_Version EQU 48 ; 48 30
  55. Keep_Process EQU 49 ; 49 31
  56. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  57. ; C A V E A T P R O G R A M M E R ;
  58. ; ;
  59. Get_DPB EQU 50 ; 50 32
  60. ; ;
  61. ; C A V E A T P R O G R A M M E R ;
  62. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  63. Set_CTRL_C_Trapping EQU 51 ; 51 33
  64. Get_InDOS_Flag EQU 52 ; 52 34
  65. Get_Interrupt_Vector EQU 53 ; 53 35
  66. Get_Drive_Freespace EQU 54 ; 54 36
  67. Char_Oper EQU 55 ; 55 37
  68. International EQU 56 ; 56 38
  69. ; Directory Group
  70. MKDir EQU 57 ; 57 39
  71. RMDir EQU 58 ; 58 3A
  72. CHDir EQU 59 ; 59 3B
  73. ; File Group
  74. Creat EQU 60 ; 60 3C
  75. Open EQU 61 ; 61 3D
  76. Close EQU 62 ; 62 3E
  77. Read EQU 63 ; 63 3F
  78. Write EQU 64 ; 64 40
  79. Unlink EQU 65 ; 65 41
  80. LSeek EQU 66 ; 66 42
  81. CHMod EQU 67 ; 67 43
  82. IOCtl EQU 68 ; 68 44
  83. XDup EQU 69 ; 69 45
  84. XDup2 EQU 70 ; 70 46
  85. Current_Dir EQU 71 ; 71 47
  86. ; Memory Group
  87. Alloc EQU 72 ; 72 48
  88. Dealloc EQU 73 ; 73 49
  89. Setblock EQU 74 ; 74 4A
  90. ; Process Group
  91. Exec EQU 75 ; 75 4B
  92. Exit EQU 76 ; 76 4C
  93. WaitProcess EQU 77 ; 77 4D
  94. Find_First EQU 78 ; 78 4E
  95. ; Special Group
  96. Find_Next EQU 79 ; 79 4F
  97. ; SPECIAL SYSTEM GROUP
  98. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  99. ; C A V E A T P R O G R A M M E R ;
  100. ; ;
  101. Set_Current_PDB EQU 80 ; 80 50
  102. Get_Current_PDB EQU 81 ; 81 51
  103. Get_In_Vars EQU 82 ; 82 52
  104. SetDPB EQU 83 ; 83 53
  105. ; ;
  106. ; C A V E A T P R O G R A M M E R ;
  107. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  108. Get_Verify_On_Write EQU 84 ; 84 54
  109. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  110. ; C A V E A T P R O G R A M M E R ;
  111. ; ;
  112. Dup_PDB EQU 85 ; 85 55
  113. ; ;
  114. ; C A V E A T P R O G R A M M E R ;
  115. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  116. Rename EQU 86 ; 86 56
  117. File_Times EQU 87 ; 87 57
  118. AllocOper EQU 88 ; 88 58
  119. ; Network extention system calls
  120. GetExtendedError EQU 89 ; 89 59
  121. CreateTempFile EQU 90 ; 90 5A
  122. CreateNewFile EQU 91 ; 91 5B
  123. LockOper EQU 92 ; 92 5C Lock and Unlock
  124. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  125. ; C A V E A T P R O G R A M M E R ;
  126. ; ;
  127. ServerCall EQU 93 ; 93 5D CommitAll, ServerDOSCall,
  128. ; CloseByName, CloseUser,
  129. ; CloseUserProcess,
  130. ; GetOpenFileList
  131. ; ;
  132. ; C A V E A T P R O G R A M M E R ;
  133. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  134. UserOper EQU 94 ; 94 5E Get and Set
  135. AssignOper EQU 95 ; 95 5F On, Off, Get, Set, Cancel
  136. xNameTrans EQU 96 ; 96 60
  137. PathParse EQU 97 ; 97 61
  138. GetCurrentPSP EQU 98 ; 98 62
  139. Hongeul EQU 99 ; 99 63
  140. ECS_CALL EQU 99 ; 99 63 ;; DBCS support
  141. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  142. ; C A V E A T P R O G R A M M E R ;
  143. ; ;
  144. Set_Printer_Flag EQU 100 ; 100 64
  145. ; ;
  146. ; C A V E A T P R O G R A M M E R ;
  147. ;----+----+----+----+----+----+----+----+----+----+----+----+----+----+----;
  148. GetExtCntry EQU 101 ; 101 65
  149. GetSetCdPg EQU 102 ; 102 66
  150. ExtHandle EQU 103 ; 103 67
  151. Commit EQU 104 ; 104 68
  152. GetSetMediaID EQU 105 ; 105 69
  153. IFS_IOCTL EQU 107 ; 107 6B
  154. ExtOpen EQU 108 ; 108 6C
  155. ;
  156. ;
  157. Set_Oem_Handler EQU 248 ; 248 F8
  158. OEM_C1 EQU 249 ; 249 F9
  159. OEM_C2 EQU 250 ; 250 FA
  160. OEM_C3 EQU 251 ; 251 FB
  161. OEM_C4 EQU 252 ; 252 FC
  162. OEM_C5 EQU 253 ; 253 FD
  163. OEM_C6 EQU 254 ; 254 FE
  164. OEM_C7 EQU 255 ; 255 FF
  165.