Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 17 of 17) sorted by relevance

/TwlSDK-5.4/build/demos/wireless_shared/wfs/src/
Dwfs_common.c41 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/
DMakefile28 argument-1 \
29 argument-2 \
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_hook.c55 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()
Dfs_file.c246 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 …]
Dfs_archive.c181 type *arg = (type*) file->argument; \ in FSi_InvokeCommand()
722 dir->argument = arg; in FS_SetCurrentDirectory()
/TwlSDK-5.4/include/nitro/fs/
Dhook.h44 typedef void (*FSEventFunction)(void *userdata, FSEvent event, void *argument);
Dfile.h43 void *argument; member
/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_client.c34 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()
Dwfs_thread.c171 static void WFSi_ThreadHook(void *work, void *argument) in WFSi_ThreadHook() argument
174 WFSSegmentBuffer * const segment = (WFSSegmentBuffer*)argument; in WFSi_ThreadHook()
Dwfs_server.c32 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/
Dserver.h70 void (*thread_hook)(void *thread, void *argument);
Dformat.h167 typedef void (*WFSEventCallback)(void *context, WFSEventType, void *argument);
/TwlSDK-5.4/build/libraries/wxc/ARM9/src/
Dwxc_protocol_impl_common.c487 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/
Dwm_changes_041006.txt51 The argument BOOL ignoreFatalError was added to WM_StartMPEx.
/TwlSDK-5.4/man/en_US/css/
Dnitro.css118 table.arguments th, span.argument, table.members th, span.member
/TwlSDK-5.4/build/libraries/wbt/common/src/
Dwbt_context.c54 #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/
Dcontext.h115 u8 argument[10]; member