Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 16 of 16) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dsetbridge39 for arg
43 bridge_name=$arg
45 if [ "$arg" = "-default" ]
86 unset arg is_default name ipaddr bridge_name bridge_ipaddr OLD_IFS
/CafeSDK-2.12.13-1/system/include/nn/swkbd/
Dswkbd_Api.h94 bool Create( const CreateArg& arg );
182 bool AppearInputForm( const nn::swkbd::AppearArg& arg );
374 bool AppearKeyboard( const nn::swkbd::KeyboardArg& arg );
402 void SetReceiver( const nn::swkbd::ReceiverArg& arg );
/CafeSDK-2.12.13-1/system/include/nn/erreula/
Derreula_Api.h89 bool Create( const nn::erreula::CreateArg& arg );
170 void AppearErrorViewer( const nn::erreula::AppearArg& arg );
261 void AppearHomeNixSign( const nn::erreula::HomeNixSignArg& arg );
/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_crt1.c183 char *arg[2];
278 arg[0] = noname;
279 arg[1] = 0;
285 argv = arg;
Dind_io.h33 int fcntl (int fno, int cmd, int arg);
44 int __ghs_hostio_fcntl (int fno, int cmd, int arg);
Dind_mcnt.ppc34 se_stw r3, 8(sp) ; save all arg regs
53 se_lwz r3, 8(sp) ; restore all arg regs
90 std r3, 48(sp) ; save all arg regs
108 ld r3, 48(sp) ; restore all arg regs
121 std r3, 16(sp) ; save all arg regs
140 ld r3, 16(sp) ; restore all arg regs
153 stw r3, 8(sp) ; save all arg regs
172 lwz r3, 8(sp) ; restore all arg regs
Dind_gcnt.ppc34 se_stw r3, 8(sp) ; save all arg regs
54 se_lwz r3, 8(sp) ; restore all arg regs
92 std r3, 48(sp) ; save all arg regs
112 ld r3, 48(sp) ; restore all arg regs
125 std r3, 16(sp) ; save all arg regs
145 ld r3, 16(sp) ; restore all arg regs
158 stw r3, 8(sp) ; save all arg regs
178 lwz r3, 8(sp) ; restore all arg regs
Dind_io.c257 int __ghs_hostio_fcntl (int fno, int cmd, int arg) in __ghs_hostio_fcntl() argument
260 return __ghs_syscall(SYSCALL_FCNTL, fno, cmd, arg); in __ghs_hostio_fcntl()
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSError.h106 typedef void (*OSPanicCBFunc)(void *arg);
107 void OSSetPanicCallback(OSPanicCBFunc func, void *arg);
/CafeSDK-2.12.13-1/system/include/nn/util/
Dutil_StaticAssert.h62 …#define NN_STATIC_ASSERT(expr) void NN_ASSERT_H_STRING_JOIN_##__FILE__##__LINE__(int arg[(exp…
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dtypecheck-gcc.h111 #define curl_easy_getinfo(handle, info, arg) \ argument
116 if(!_curl_is_arr((arg), char *)) \
119 if(!_curl_is_arr((arg), long)) \
122 if(!_curl_is_arr((arg), double)) \
125 if(!_curl_is_arr((arg), struct curl_slist *)) \
128 curl_easy_getinfo(handle, _curl_info, arg); \
Dcurl.h1706 typedef size_t (*curl_formget_callback)(void *arg, const char *buf,
1719 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg,
2160 #define curl_easy_getinfo(handle,info,arg) curl_easy_getinfo(handle,info,arg) argument
/CafeSDK-2.12.13-1/system/bin/tool/mastering/resources/compat/
DNdevRun.ddf89 ; Arguments="<arg>"{[,"<arg>"]}
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs917 foreach (string arg in args) in stop()
919 argString += arg + " "; in stop()
935 foreach (string arg in args) in stop()
937 switch (arg.ToLowerInvariant()) in stop()
1285 foreach (string arg in args) in hoststop()
1287 argString += arg + " "; in hoststop()
1915 foreach (string arg in args) in run()
1917 argString += arg + " "; in run()
4764 foreach (string arg in args) in discrun()
4766 argString += arg + " "; in discrun()
[all …]
DProgram.cs880 foreach (string arg in args) in DoCommand()
882 argString += arg + " "; in DoCommand()
DExecutableClasses.cs1548 static void outputThread(object arg) in outputThread() argument
1574 … Console.WriteLine("cafex : connection to CAT-DEV on port {0} failed or was dropped.", arg); in outputThread()