| /TwlSDK-5.4/build/demos/wireless_shared/wfs/src/ |
| D | wfs_common.c | 41 typedef void (*WirelessEventCallback)(void *userdata, WirelessEvent event, void *argument); 143 void NotifyWirelessEvent(StaticWork *work, WirelessEvent event, void *argument) in NotifyWirelessEvent() argument 145 (*work->callback)(work->context, event, argument); in NotifyWirelessEvent() 342 static void ParentWFSEvent(void *userdata, WFSEventType event, void *argument) in ParentWFSEvent() argument 347 (void)argument; in ParentWFSEvent() 361 static void ParentWirelessEvent(void *userdata, WirelessEvent event, void *argument) in ParentWirelessEvent() argument 380 WFS_CallServerConnectHook(context, (const WFSPeerInfo*)argument); in ParentWirelessEvent() 384 WFS_CallServerDisconnectHook(context, (const WFSPeerInfo*)argument); in ParentWirelessEvent() 388 WFS_CallServerPacketSendHook(context, (WFSPacketBuffer *)argument); in ParentWirelessEvent() 392 WFS_CallServerPacketRecvHook(context, (const WFSPacketBuffer *)argument); in ParentWirelessEvent() [all …]
|
| /TwlSDK-5.4/build/demos/os/ |
| D | Makefile | 28 argument-1 \ 29 argument-2 \
|
| /TwlSDK-5.4/build/libraries/fs/common/src/ |
| D | fs_hook.c | 55 static void FSi_SystemEvents(void *userdata, CARDEvent event, void *argument) in FSi_SystemEvents() argument 60 (void)argument; in FSi_SystemEvents() 92 (*hook->callback)(hook->userdata, fsevent, argument); in FSi_SystemEvents()
|
| D | fs_file.c | 246 file->argument = NULL; in FS_InitFile() 301 file->argument = arg; in FS_CreateFile() 336 file->argument = arg; in FS_DeleteFile() 379 file->argument = arg; in FS_RenameFile() 417 file->argument = arg; in FS_GetPathInfo() 454 file->argument = arg; in FS_SetPathInfo() 490 file->argument = arg; in FS_CreateDirectory() 525 file->argument = arg; in FS_DeleteDirectory() 568 file->argument = arg; in FS_RenameDirectory() 942 file->argument = arg; in FS_GetArchiveResource() [all …]
|
| D | fs_archive.c | 181 type *arg = (type*) file->argument; \ in FSi_InvokeCommand() 722 dir->argument = arg; in FS_SetCurrentDirectory()
|
| /TwlSDK-5.4/include/nitro/fs/ |
| D | hook.h | 44 typedef void (*FSEventFunction)(void *userdata, FSEvent event, void *argument);
|
| D | file.h | 43 void *argument; member
|
| /TwlSDK-5.4/build/libraries/wfs/common/src/ |
| D | wfs_client.c | 34 WFSEventType event, void *argument) in WFSi_NotifyEvent() argument 38 context->callback(context, event, argument); in WFSi_NotifyEvent() 256 void *argument = context->request_argument; in WFSi_ReadRomSequence() local 261 (*callback)(context, TRUE, argument); in WFSi_ReadRomSequence()
|
| D | wfs_thread.c | 171 static void WFSi_ThreadHook(void *work, void *argument) in WFSi_ThreadHook() argument 174 WFSSegmentBuffer * const segment = (WFSSegmentBuffer*)argument; in WFSi_ThreadHook()
|
| D | wfs_server.c | 32 static void WFSi_NotifySegmentEvent(WFSServerContext *context, void *argument) in WFSi_NotifySegmentEvent() argument 36 (*context->thread_hook)(context->thread_work, argument); in WFSi_NotifySegmentEvent() 40 (*context->callback)(context, WFS_EVENT_SERVER_SEGMENT_REQUEST, argument); in WFSi_NotifySegmentEvent()
|
| /TwlSDK-5.4/include/nitro/wfs/ |
| D | server.h | 70 void (*thread_hook)(void *thread, void *argument);
|
| D | format.h | 167 typedef void (*WFSEventCallback)(void *context, WFSEventType, void *argument);
|
| /TwlSDK-5.4/build/libraries/wxc/ARM9/src/ |
| D | wxc_protocol_impl_common.c | 487 const u8 *argument = &packet->buffer[sizeof(PacketSegmentFormat)]; in WXCi_PacketRecvHook() local 491 MI_CpuCopy8(argument, (u8*)protocol->recv.buffer + offset, in WXCi_PacketRecvHook()
|
| /TwlSDK-5.4/man/en_US/ |
| D | wm_changes_041006.txt | 51 The argument BOOL ignoreFatalError was added to WM_StartMPEx.
|
| /TwlSDK-5.4/man/en_US/css/ |
| D | nitro.css | 118 table.arguments th, span.argument, table.members th, span.member
|
| /TwlSDK-5.4/build/libraries/wbt/common/src/ |
| D | wbt_context.c | 54 #define WBT_COMMAND_REQ(type, pair_type, argument) \ argument 57 sizeof(WBTPacketHeaderFormat) + argument, \ 60 #define WBT_COMMAND_RES(type, pair_type, argument) \ argument 63 sizeof(WBTPacketHeaderFormat) + argument, \
|
| /TwlSDK-5.4/include/nitro/wbt/ |
| D | context.h | 115 u8 argument[10]; member
|