Subversion Repositories Kolibri OS

Rev

Rev 9057 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9057 Rev 9833
Line 24... Line 24...
24
    .global _DiskMediaChanged
24
    .global _DiskMediaChanged
25
 
25
 
Line 26... Line 26...
26
    .global _FreeKernelSpace
26
    .global _FreeKernelSpace
27
    .global _FreePage
27
    .global _FreePage
-
 
28
    .global _FS_Service
Line 28... Line 29...
28
 
29
 
29
    .global _GetClockNs
30
    .global _GetClockNs
-
 
31
    .global _GetCpuFreq
-
 
32
 
-
 
33
    .global _GetCurrSlot
30
    .global _GetCpuFreq
34
 
31
    .global _GetDisplay
35
    .global _GetDisplay
32
    .global _GetEvent
36
    .global _GetEvent
33
    .global _GetPgAddr
37
    .global _GetPgAddr
34
    .global _GetPCIList
38
    .global _GetPCIList
Line 81... Line 85...
81
 
85
 
Line 82... Line 86...
82
    .global _WaitEvent
86
    .global _WaitEvent
83
    .global _WaitEventTimeout
87
    .global _WaitEventTimeout
Line 84... Line -...
84
 
-
 
85
    .global _FS_Service
-
 
86
 
88
 
Line 87... Line 89...
87
    .def  _AcpiGetRootPtr;  .scl  2;  .type 32; .endef
89
    .def  _AcpiGetRootPtr;  .scl  2;  .type 32; .endef
88
 
90
 
89
    .def  _AllocKernelSpace;  .scl  2;  .type 32; .endef
91
    .def  _AllocKernelSpace;  .scl  2;  .type 32; .endef
Line 107... Line 109...
107
    .def  _DiskMediaChanged;  .scl  2;  .type 32; .endef
109
    .def  _DiskMediaChanged;  .scl  2;  .type 32; .endef
108
 
110
 
Line 109... Line 111...
109
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
111
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
110
    .def  _FreePage;          .scl  2;  .type 32; .endef
112
    .def  _FreePage;          .scl  2;  .type 32; .endef
-
 
113
    .def  _FS_Service;        .scl  2;  .type 32; .endef
Line 111... Line 114...
111
 
114
 
Line 112... Line 115...
112
    .def  _GetClockNs;        .scl  2;  .type 32; .endef
115
    .def  _GetClockNs;        .scl  2;  .type 32; .endef
Line 113... Line 116...
113
 
116
 
114
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
117
    .def  _GetCurrSlot;       .scl  2;  .type 32; .endef
115
 
118
 
116
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
119
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
Line 165... Line 168...
165
 
168
 
Line 166... Line 169...
166
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
169
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
167
    .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
170
    .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
Line 168... Line -...
168
    
-
 
169
    .def _FS_Service;         .scl  2;  .type 32; .endef
-
 
170
    
171
 
Line 171... Line 172...
171
_AcpiGetRootPtr:
172
_AcpiGetRootPtr:
172
 
173
 
173
_AllocKernelSpace:
174
_AllocKernelSpace:
Line 193... Line 194...
193
 
194
 
Line 194... Line 195...
194
_FreeKernelSpace:
195
_FreeKernelSpace:
195
_FreePage:
196
_FreePage:
Line -... Line 197...
-
 
197
 
-
 
198
_FS_Service:
196
 
199
 
197
_GetClockNs:
200
_GetClockNs:
-
 
201
_GetCpuFreq:
-
 
202
 
-
 
203
_GetCurrSlot:
198
_GetCpuFreq:
204
 
199
_GetDisplay:
205
_GetDisplay:
200
_GetEvent:
206
_GetEvent:
201
_GetPCIList:
207
_GetPCIList:
202
_GetPid:
208
_GetPid:
Line 245... Line 251...
245
_UserAlloc:
251
_UserAlloc:
246
_UserFree:
252
_UserFree:
247
_WaitEvent:
253
_WaitEvent:
248
_WaitEventTimeout:
254
_WaitEventTimeout:
249
 
-
 
250
_FS_Service:
-
 
251
 
-
 
252
        ret
255
        ret
Line 253... Line 256...
253
 
256
 
Line 254... Line 257...
254
.section .drectve
257
.section .drectve
Line 276... Line 279...
276
 
279
 
Line 277... Line 280...
277
        .ascii " -export:FreeKernelSpace"      # stdcall
280
        .ascii " -export:FreeKernelSpace"      # stdcall
278
        .ascii " -export:FreePage"             #
281
        .ascii " -export:FreePage"             #
Line -... Line 282...
-
 
282
 
-
 
283
        .ascii " -export:FS_Service"           # watch system call 70
279
 
284
 
280
        .ascii " -export:GetClockNs"           #
285
        .ascii " -export:GetClockNs"           #
-
 
286
        .ascii " -export:GetCpuFreq"           #
-
 
287
 
-
 
288
        .ascii " -export:GetCurrSlot"
281
        .ascii " -export:GetCpuFreq"           #
289
 
282
        .ascii " -export:GetDisplay"           # stdcall
290
        .ascii " -export:GetDisplay"           # stdcall
283
        .ascii " -export:GetEvent"             #
291
        .ascii " -export:GetEvent"             #
284
        .ascii " -export:GetPCIList"           #
292
        .ascii " -export:GetPCIList"           #
285
        .ascii " -export:GetPid"               #
293
        .ascii " -export:GetPid"               #
286
        .ascii " -export:GetPgAddr"            # stdcall
294
        .ascii " -export:GetPgAddr"            # stdcall
287
        .ascii " -export:GetService"           # stdcall
295
        .ascii " -export:GetService"           # stdcall
288
        .ascii " -export:GetTimerTicks"        #
296
        .ascii " -export:GetTimerTicks"        #
289
        .ascii " -export:GetStackBase"         #
297
        .ascii " -export:GetStackBase"         #
Line 290... Line -...
290
        .ascii " -export:GetWindowRect"        # fastcall
-
 
291
 
298
        .ascii " -export:GetWindowRect"        # fastcall
292
 
299
 
Line 293... Line 300...
293
        .ascii " -export:KernelAlloc"          # stdcall
300
        .ascii " -export:KernelAlloc"          # stdcall
294
        .ascii " -export:KernelFree"           # stdcall
301
        .ascii " -export:KernelFree"           # stdcall
Line 330... Line 337...
330
        .ascii " -export:UserFree"             # stdcall
337
        .ascii " -export:UserFree"             # stdcall
331
 
338
 
Line 332... Line 339...
332
        .ascii " -export:WaitEvent"            # stdcall
339
        .ascii " -export:WaitEvent"            # stdcall
333
        .ascii " -export:WaitEventTimeout"     # stdcall
340
        .ascii " -export:WaitEventTimeout"     # stdcall
334
        .ascii " -export:FS_Service"           # watch system call 70
-