File tree 23 files changed +16
-131
lines changed
23 files changed +16
-131
lines changed Original file line number Diff line number Diff line change 1
- iomanX_IMPORTS_start
2
- I_AddDrv
3
- iomanX_IMPORTS_end
4
-
5
1
bdm_IMPORTS_start
6
2
I_bdm_RegisterCallback
7
3
bdm_IMPORTS_end
Original file line number Diff line number Diff line change @@ -16,11 +16,6 @@ I_RegisterDefaultExceptionHandler
16
16
I_RegisterPriorityExceptionHandler
17
17
excepman_IMPORTS_end
18
18
19
- intrman_IMPORTS_start
20
- I_CpuSuspendIntr
21
- I_CpuResumeIntr
22
- intrman_IMPORTS_end
23
-
24
19
stdio_IMPORTS_start
25
20
I_printf
26
21
stdio_IMPORTS_end
Original file line number Diff line number Diff line change 8
8
I_memcpy
9
9
I_strlen
10
10
I_strncpy
11
- I_strncmp
12
11
sysclib_IMPORTS_end
13
12
14
13
thsemap_IMPORTS_start
@@ -21,8 +20,8 @@ thsemap_IMPORTS_end
21
20
thbase_IMPORTS_start
22
21
I_CreateThread
23
22
I_DeleteThread
24
- I_StartThread
25
- I_GetThreadId
23
+ I_StartThread
24
+ I_GetThreadId
26
25
I_ExitDeleteThread
27
26
thbase_IMPORTS_end
28
27
@@ -35,14 +34,6 @@ ioman_IMPORTS_end
35
34
36
35
ps2ip_IMPORTS_start
37
36
I_lwip_send
38
- I_lwip_sendto
39
- I_lwip_socket
40
- I_lwip_listen
41
- I_lwip_recv
42
- I_lwip_recvfrom
43
- I_lwip_close
44
- I_lwip_bind
45
- I_lwip_accept
46
37
ps2ip_IMPORTS_end
47
38
48
39
sifcmd_IMPORTS_start
@@ -81,6 +72,5 @@ ioptrap_IMPORTS_end
81
72
82
73
poweroff_IMPORTS_start
83
74
I_SetPowerButtonHandler
84
- I_AddPowerOffHandler
85
75
I_PoweroffShutdown
86
76
poweroff_IMPORTS_end
Original file line number Diff line number Diff line change 1
1
2
2
thsemap_IMPORTS_start
3
- I_CreateSema
4
3
I_DeleteSema
5
4
I_SignalSema
6
5
I_WaitSema
@@ -32,7 +31,6 @@ stdio_IMPORTS_end
32
31
33
32
sysclib_IMPORTS_start
34
33
I_prnt
35
- I_strncmp
36
34
sysclib_IMPORTS_end
37
35
38
36
sysmem_IMPORTS_start
Original file line number Diff line number Diff line change @@ -5,12 +5,7 @@ I_sceSifRegisterRpc
5
5
I_sceSifRpcLoop
6
6
sifcmd_IMPORTS_end
7
7
8
- stdio_IMPORTS_start
9
- I_printf
10
- stdio_IMPORTS_end
11
-
12
8
sysclib_IMPORTS_start
13
- I_strncmp
14
9
I_memcmp
15
10
sysclib_IMPORTS_end
16
11
@@ -19,18 +14,13 @@ I_CreateSema
19
14
I_SignalSema
20
15
I_WaitSema
21
16
I_PollSema
22
- I_DeleteSema
23
- I_iSignalSema
24
17
thsemap_IMPORTS_end
25
18
26
19
thbase_IMPORTS_start
27
20
I_StartThread
28
21
I_CreateThread
29
- I_DeleteThread
30
22
I_DelayThread
31
23
I_GetThreadId
32
- I_SetAlarm
33
- I_CancelAlarm
34
24
thbase_IMPORTS_end
35
25
36
26
usbd_IMPORTS_start
Original file line number Diff line number Diff line change @@ -5,23 +5,17 @@ I_sceSifRegisterRpc
5
5
I_sceSifRpcLoop
6
6
sifcmd_IMPORTS_end
7
7
8
- stdio_IMPORTS_start
9
- I_printf
10
- stdio_IMPORTS_end
11
-
12
8
thsemap_IMPORTS_start
13
9
I_CreateSema
14
10
I_SignalSema
15
11
I_WaitSema
16
12
I_PollSema
17
- I_DeleteSema
18
13
I_iSignalSema
19
14
thsemap_IMPORTS_end
20
15
21
16
thbase_IMPORTS_start
22
17
I_StartThread
23
18
I_CreateThread
24
- I_DeleteThread
25
19
I_DelayThread
26
20
I_GetThreadId
27
21
I_SetAlarm
Original file line number Diff line number Diff line change @@ -38,13 +38,11 @@ I_sceCdLayerSearchFile
38
38
cdvdman_IMPORTS_end
39
39
40
40
intrman_IMPORTS_start
41
- I_CpuEnableIntr
42
41
I_CpuSuspendIntr
43
42
I_CpuResumeIntr
44
43
intrman_IMPORTS_end
45
44
46
45
loadcore_IMPORTS_start
47
- I_FlushDcache
48
46
I_RegisterLibraryEntries
49
47
loadcore_IMPORTS_end
50
48
@@ -78,4 +76,3 @@ thevent_IMPORTS_start
78
76
I_ClearEventFlag
79
77
I_WaitEventFlag
80
78
thevent_IMPORTS_end
81
-
Original file line number Diff line number Diff line change @@ -17,13 +17,10 @@ I_CpuSuspendIntr
17
17
I_CpuResumeIntr
18
18
I_QueryIntrContext
19
19
I_EnableIntr
20
- I_DisableIntr
21
20
I_RegisterIntrHandler
22
21
intrman_IMPORTS_end
23
22
24
23
sysmem_IMPORTS_start
25
- I_AllocSysMemory
26
- I_FreeSysMemory
27
24
I_Kprintf
28
25
sysmem_IMPORTS_end
29
26
@@ -38,14 +35,11 @@ loadcore_IMPORTS_end
38
35
sysclib_IMPORTS_start
39
36
I_strcpy
40
37
I_strlen
41
- I_strcmp
42
38
I_strncmp
43
39
I_strchr
44
40
I_strrchr
45
41
I_strstr
46
42
I_strncpy
47
- I_strtok
48
- I_toupper
49
43
I_sprintf
50
44
sysclib_IMPORTS_end
51
45
@@ -67,7 +61,6 @@ I_iSetAlarm
67
61
I_CancelAlarm
68
62
I_USec2SysClock
69
63
I_SleepThread
70
- I_WakeupThread
71
64
I_iWakeupThread
72
65
thbase_IMPORTS_end
73
66
Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ loadcore_IMPORTS_end
5
5
sifman_IMPORTS_start
6
6
I_sceSifSetSMFlag
7
7
sifman_IMPORTS_end
8
-
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ stdio_IMPORTS_start
12
12
I_printf
13
13
stdio_IMPORTS_end
14
14
15
- sysclib_IMPORTS_start
16
- I_strtol
17
- sysclib_IMPORTS_end
18
-
19
15
thbase_IMPORTS_start
20
16
I_SetAlarm
21
17
I_CancelAlarm
@@ -32,4 +28,3 @@ I_CreateSema
32
28
I_SignalSema
33
29
I_PollSema
34
30
thsemap_IMPORTS_end
35
-
Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ libsd_IMPORTS_end
6
6
sysclib_IMPORTS_start
7
7
I_memset
8
8
sysclib_IMPORTS_end
9
-
Original file line number Diff line number Diff line change @@ -10,8 +10,3 @@ modload_IMPORTS_end
10
10
stdio_IMPORTS_start
11
11
I_printf
12
12
stdio_IMPORTS_end
13
-
14
- sysclib_IMPORTS_start
15
- I_strtol
16
- sysclib_IMPORTS_end
17
-
Original file line number Diff line number Diff line change 1
- intrman_IMPORTS_start
2
- I_CpuSuspendIntr
3
- I_CpuResumeIntr
4
- intrman_IMPORTS_end
5
-
6
1
loadcore_IMPORTS_start
7
2
I_GetLoadcoreInternalData
8
3
I_FlushIcache
@@ -25,4 +20,3 @@ I_CreateSema
25
20
I_SignalSema
26
21
I_WaitSema
27
22
thsemap_IMPORTS_end
28
-
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ thsemap_IMPORTS_start
2
2
I_CreateSema
3
3
I_DeleteSema
4
4
I_SignalSema
5
- I_iSignalSema
6
5
I_WaitSema
7
6
thsemap_IMPORTS_end
8
7
@@ -12,19 +11,13 @@ I_close
12
11
I_read
13
12
I_lseek
14
13
I_AddDrv
15
- I_DelDrv
16
14
ioman_IMPORTS_end
17
15
18
- stdio_IMPORTS_start
19
- I_printf
20
- stdio_IMPORTS_end
21
-
22
16
sysclib_IMPORTS_start
23
17
I_memset
24
18
I_memcmp
25
19
I_memcpy
26
20
I_strcmp
27
- I_strncmp
28
21
I_strcpy
29
22
I_strlen
30
23
I_strncpy
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ static iop_device_t IsofsDevice = {
588
588
int _start (int argc , char * argv [])
589
589
{
590
590
if (AddDrv (& IsofsDevice ) == 0 ) {
591
- printf ("ISOFS driver start.\n" );
591
+ DPRINTF ("ISOFS driver start.\n" );
592
592
return MODULE_RESIDENT_END ;
593
593
}
594
594
Original file line number Diff line number Diff line change 5
5
intrman_IMPORTS_start
6
6
I_CpuSuspendIntr
7
7
I_CpuResumeIntr
8
- I_QueryIntrContext
9
8
intrman_IMPORTS_end
10
9
11
10
loadcore_IMPORTS_start
@@ -35,16 +34,16 @@ I_smb_Close
35
34
oplutils_IMPORTS_end
36
35
37
36
sifcmd_IMPORTS_start
38
- I_sceSifBindRpc
39
- I_sceSifCallRpc
37
+ I_sceSifCallRpc
40
38
I_sceSifGetOtherData
41
39
I_sceSifInitRpc
40
+ I_sceSifBindRpc
42
41
I_sceSifSendCmd
43
42
sifcmd_IMPORTS_end
44
43
45
44
sifman_IMPORTS_start
46
45
I_sceSifInit
47
- I_sceSifSetDma
46
+ I_sceSifSetDma
48
47
I_sceSifCheckInit
49
48
I_sceSifDmaStat
50
49
sifman_IMPORTS_end
@@ -61,7 +60,6 @@ stdio_IMPORTS_end
61
60
sysclib_IMPORTS_start
62
61
I_prnt
63
62
I_strncmp
64
- I_strncpy
65
63
sysclib_IMPORTS_end
66
64
67
65
sysmem_IMPORTS_start
@@ -72,22 +70,10 @@ sysmem_IMPORTS_end
72
70
thbase_IMPORTS_start
73
71
I_CreateThread
74
72
I_StartThread
75
- I_ExitDeleteThread
76
73
I_DeleteThread
77
- I_SleepThread
78
- I_iWakeupThread
79
74
I_DelayThread
80
75
thbase_IMPORTS_end
81
76
82
- thsemap_IMPORTS_start
83
- I_CreateSema
84
- I_SignalSema
85
- I_iSignalSema
86
- I_WaitSema
87
- I_DeleteSema
88
- I_PollSema
89
- thsemap_IMPORTS_end
90
-
91
77
dmacman_IMPORTS_start
92
78
I_dmac_request
93
79
I_dmac_transfer
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ I_ReleaseLibraryEntries
9
9
loadcore_IMPORTS_end
10
10
11
11
ps2ip_IMPORTS_start
12
- I_lwip_socket
13
- I_lwip_connect
14
- I_lwip_send
15
12
I_lwip_recv
16
- I_lwip_select
13
+ I_lwip_send
17
14
I_lwip_close
15
+ I_lwip_select
16
+ I_lwip_socket
18
17
I_lwip_shutdown
18
+ I_lwip_connect
19
19
I_lwip_gethostbyname
20
20
ps2ip_IMPORTS_end
21
21
@@ -36,9 +36,8 @@ stdio_IMPORTS_end
36
36
sysclib_IMPORTS_start
37
37
I_look_ctype_table
38
38
I_memcpy
39
- I_memset
40
39
I_memmove
41
- I_strcpy
40
+ I_memset
42
41
I_strcmp
43
42
I_strncmp
44
43
I_strlen
Original file line number Diff line number Diff line change 1
-
2
1
atad_IMPORTS_start
3
2
I_ata_get_devinfo
4
3
I_ata_device_sector_io
@@ -17,26 +16,19 @@ I_lwip_socket
17
16
I_lwip_bind
18
17
I_lwip_accept
19
18
I_lwip_listen
20
- I_lwip_select
21
- I_inet_addr
22
19
ps2ip_IMPORTS_end
23
20
24
21
thbase_IMPORTS_start
25
- I_DelayThread
26
22
I_CreateThread
27
23
I_StartThread
28
24
I_DeleteThread
29
25
thbase_IMPORTS_end
30
26
31
27
sysclib_IMPORTS_start
32
- I_strcpy
33
28
I_strlen
34
- I_memcpy
35
29
I_memset
36
30
sysclib_IMPORTS_end
37
31
38
32
stdio_IMPORTS_start
39
33
I_printf
40
34
stdio_IMPORTS_end
41
-
42
-
You can’t perform that action at this time.
0 commit comments