Searched refs:arg (Results 1 - 25 of 557) sorted by relevance

1234567891011>>

/vbox/src/libs/libxml2-2.6.31/
H A DtestURI.c75 int i, arg = 1; local
77 if ((argc > arg) && (argv[arg] != NULL) &&
78 ((!strcmp(argv[arg], "-base")) || (!strcmp(argv[arg], "--base")))) {
79 arg++;
80 base = argv[arg];
82 arg++;
84 if ((argc > arg) && (argv[arg] !
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtimers.h63 * @param arg Additional argument to pass to the function - set up by sys_timeout()
65 typedef void (* sys_timeout_handler)(void *arg);
71 void *arg; member in struct:sys_timeo
80 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);
81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler)
83 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
86 void sys_untimeout(sys_timeout_handler handler, void *arg);
/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Dloopif.c47 loopif_input( void * arg )
49 struct netif *netif = (struct netif *)( ((void **)arg)[ 0 ] );
50 struct pbuf *r = (struct pbuf *)( ((void **)arg)[ 1 ] );
52 mem_free( arg );
62 void **arg; local
77 arg = mem_malloc( sizeof( void *[2]));
78 if( NULL == arg ) {
82 arg[0] = netif;
83 arg[1] = r;
93 sys_timeout( 1, loopif_input, arg );
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dforeign.c76 void *arg; member in struct:StartObject
85 #define DPRINTF(arg) if (_debug_on) PR_fprintf arg
90 static void *pthread_start(void *arg) argument
92 StartFn start = ((StartObject*)arg)->start;
93 void *data = ((StartObject*)arg)->arg;
94 PR_Free(arg);
102 static void *uithread_start(void *arg) argument
104 StartFn start = ((StartObject*)arg)
115 sproc_start(void *arg, PRSize size) argument
128 windows_start(void *arg) argument
139 CreateThread(StartFn start, void *arg) argument
260 lazyEntry(void *arg) argument
266 OneShot(void *arg) argument
[all...]
H A Dlogger.c74 static void PR_CALLBACK forked(void *arg) argument
80 PR_LogPrint("%s logging creating mutex\n", (const char*)arg);
82 PR_LogPrint("%s logging creating condition variable\n", (const char*)arg);
85 PR_LogPrint("%s waiting on condition timeout 10 times\n", (const char*)arg);
93 PR_LogPrint("%s logging destroying condition variable\n", (const char*)arg);
95 PR_LogPrint("%s logging destroying mutex\n", (const char*)arg);
97 PR_LogPrint("%s forked thread exiting\n", (const char*)arg);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp115 setWindowTitle(tr("%1 - Session Information").arg(machine.GetName()));
142 .arg(iIDECount).arg(i).arg(j)] = tr("DMA Transfers");
144 .arg(iIDECount).arg(i).arg(j)] = tr("PIO Transfers");
146 .arg(iIDECount).arg(i).arg(
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtimers.c89 * @param arg unused argument
92 tcpip_tcp_timer(void *arg) argument
94 LWIP_UNUSED_ARG(arg);
127 proxy_udp_timer(void *arg) argument
129 LWIP_UNUSED_ARG(arg);
160 * @param arg unused argument
163 ip_reass_timer(void *arg) argument
165 LWIP_UNUSED_ARG(arg);
176 * @param arg unused argument
179 arp_timer(void *arg) argument
195 dhcp_timer_coarse(void *arg) argument
209 dhcp_timer_fine(void *arg) argument
225 autoip_timer(void *arg) argument
241 igmp_timer(void *arg) argument
257 dns_timer(void *arg) argument
273 nd6_timer(void *arg) argument
288 ip6_reass_timer(void *arg) argument
304 mld6_timer(void *arg) argument
364 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) argument
440 sys_untimeout(sys_timeout_handler handler, void *arg) argument
483 void *arg; local
547 void *arg; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_flush.c19 void crStateFlushArg( void *arg )
23 g->flush_arg = arg;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c65 dt_opt_agg(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
69 if (arg != NULL)
78 dt_opt_amin(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
83 if (arg == NULL || dtrace_str2attr(arg, &attr) == -1)
129 dt_opt_core(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
133 if (arg != NULL)
144 dt_opt_cpp_hdrs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
146 if (arg != NULL)
160 dt_opt_cpp_path(dtrace_hdl_t *dtp, const char *arg, uintptr_ argument
181 dt_opt_cpp_opts(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
207 dt_opt_ctypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
224 dt_opt_droptags(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
232 dt_opt_dtypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
249 dt_opt_debug(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
260 dt_opt_iregs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
273 dt_opt_lazyload(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
282 dt_opt_ld_path(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
303 dt_opt_libdir(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
322 dt_opt_linkmode(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
343 dt_opt_linktype(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
360 dt_opt_evaltime(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
381 dt_opt_pgmax(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
394 dt_opt_stdc(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
418 dt_opt_syslibdir(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
438 dt_opt_tree(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
451 dt_opt_tregs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
464 dt_opt_xlate(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
481 dt_opt_cflags(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
495 dt_opt_dflags(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
505 dt_opt_invcflags(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
520 dt_opt_version(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
537 dt_opt_runtime(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
595 dt_optval_parse(const char *arg, dtrace_optval_t *rval) argument
659 dt_opt_size(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
671 dt_opt_rate(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
741 dt_opt_strsize(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
786 dt_opt_bufpolicy(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
820 dt_opt_bufresize(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
902 dt_opt_preallocate(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) argument
[all...]
/vbox/src/libs/xpcom18a4/python/tools/
H A Dregxpcom.py52 for arg in args:
55 spec.initWithPath(os.path.abspath(arg))
56 if arg == "-u":
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpufftest.c92 char *arg, *name = NULL; local
98 while (arg = *++argv, --argc)
99 if (arg[0] == '-') {
100 if (arg[1] == 'w' && arg[2] == 0)
102 else if (arg[1] == 'f' && arg[2] == 0)
104 else if (arg[1] >= '0' && arg[1] <= '9')
105 skip = (unsigned)atoi(arg
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dprint.c154 uint16_t arg, nibble, hibyte, format_width, hexadd; local
176 arg = va_arg( args, uint16_t );
185 nibble = (arg >> (4 * i)) & 0x000f;
190 put_uint(action, arg, format_width, 0);
198 put_luint(action, 0L-(((uint32_t) hibyte << 16) | arg), format_width-1, 1);
200 put_luint(action, ((uint32_t) hibyte << 16) | arg, format_width, 0);
203 put_luint(action, ((uint32_t) hibyte << 16) | arg, format_width, 0);
214 nibble = ((((uint32_t)hibyte << 16) | arg) >> (4 * i)) & 0x000f;
220 if (arg & 0x8000)
221 put_int(action, -arg, format_widt
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.cpp64 setWindowTitle(QString("%1: %2").arg(strTitle, m_progress.GetDescription()));
90 .arg(m_progress.GetOperationDescription())
91 .arg(m_iCurrentOperation).arg(m_cOperations));
94 .arg(m_progress.GetOperationDescription()));
270 m_pEtaLbl->setText(strTwoComp.arg(strDays).arg(strHours));
272 m_pEtaLbl->setText(strOneComp.arg(strDays));
274 m_pEtaLbl->setText(strTwoComp.arg(strDays).arg(strHour
[all...]
/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js435 var arg, opt;
436 arg = WScript.Arguments(i);
437 opt = arg.substring(0, arg.indexOf("="));
439 opt = arg.substring(0, arg.indexOf(":"));
442 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
444 withThreads = arg.substring(opt.length + 1, arg
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionStub.cpp67 IPC_DoCallback(ipcCallbackFunc func, void *arg) argument
/vbox/src/recompiler/tests/
H A Dtestthread.c11 void *thread1_func(void *arg) argument
17 snprintf(buf, sizeof(buf), "thread1: %d %s\n", i, (char *)arg);
24 void *thread2_func(void *arg) argument
29 snprintf(buf, sizeof(buf), "thread2: %d %s\n", i, (char *)arg);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dx-hook.h37 typedef void x_hook_function (void *arg, void *data);
41 X_EXTERN void X_PFX (hook_run) (x_list *lst, void *arg);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dunistd.h15 * @v arg ... Argument list (starting with argv[0])
20 #define execl( command, arg, ... ) ( { \
21 char * const argv[] = { (arg), ## __VA_ARGS__ }; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dx-hook.h37 typedef void x_hook_function (void *arg, void *data);
41 X_EXTERN void X_PFX (hook_run) (x_list *lst, void *arg);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dx-hook.h37 typedef void x_hook_function (void *arg, void *data);
41 X_EXTERN void X_PFX (hook_run) (x_list *lst, void *arg);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprgcapi.c99 static void PR_CALLBACK ScanThreads(void *arg) argument
101 PR_ScanStackPointers(pr_ScanOneThread, arg);
139 GCRootFinder f, char *name, void *arg)
145 rf->arg = arg;
157 PR_IMPLEMENT(int) PR_RegisterGCLockHook(GCLockHookFunc* f, void *arg) argument
165 rf->arg = arg;
186 PR_IMPLEMENT(void) PR_SetGCLockHook(GCLockHook *hook, void *arg)
190 _pr_GCLockHookArg2 = arg;
204 PR_SetBeginGCHook(GCBeginGCHook *hook, void *arg) argument
212 PR_GetBeginGCHook(GCBeginGCHook **hook, void **arg) argument
220 PR_SetEndGCHook(GCEndGCHook *hook, void *arg) argument
228 PR_GetEndGCHook(GCEndGCHook **hook, void **arg) argument
236 PR_SetBeginFinalizeHook(GCBeginFinalizeHook *hook, void *arg) argument
244 PR_GetBeginFinalizeHook(GCBeginFinalizeHook **hook, void **arg) argument
253 PR_SetEndFinalizeHook(GCEndFinalizeHook *hook, void *arg) argument
261 PR_GetEndFinalizeHook(GCEndFinalizeHook **hook, void **arg) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/
H A DUIWizardCloneVMPageBasic3.cpp114 .arg(strGeneral)
115 .arg(strOpt1)
116 .arg(strOpt2)
117 .arg(strOpt3));
120 .arg(strGeneral)
121 .arg(strOpt1)
122 .arg(strOpt3));
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtpool.h77 typedef void (PR_CALLBACK *PRJobFn) (void *arg);
86 PR_QueueJob(PRThreadPool *tpool, PRJobFn fn, void *arg, PRBool joinable);
91 PRJobFn fn, void * arg, PRBool joinable);
96 PRJobFn fn, void * arg, PRBool joinable);
101 PRJobFn fn, void * arg, PRBool joinable);
106 const PRNetAddr *addr, PRJobFn fn, void * arg, PRBool joinable);
111 PRJobFn fn, void * arg, PRBool joinable);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp409 .arg(strUserHome),
437 .arg(strLangId).arg(strNlsPath));
447 .arg(strLangFile));
455 .arg(CVirtualBox(vbox).GetSettingsFilePath()),
456 !vbox.isOk() ? formatErrorInfo(vbox) : QString("<!--EOM--><p>%1</p>").arg(vboxGlobal().emphasize(strError)));
464 .arg(CVirtualBox(vbox).GetSettingsFilePath()),
472 .arg(strName),
480 .arg(strId),
495 .arg(CMachin
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dsys.c55 void *arg; local
77 arg = tmptimeout->arg;
80 LWIP_DEBUGF(SYS_DEBUG, ("smf calling h=%p(%p)\n", (void *)(uintptr_t)h, (void *)arg));
81 h(arg);
107 void *arg; local
132 arg = tmptimeout->arg;
135 LWIP_DEBUGF(SYS_DEBUG, ("ssw h=%p(%p)\n", (void *)(uintptr_t)h, (void *)arg));
136 h(arg);
157 sys_timeout(u32_t msecs, sys_timeout_handler h, void *arg) argument
208 sys_untimeout(sys_timeout_handler h, void *arg) argument
243 sswt_handler(void *arg) argument
[all...]

Completed in 111 milliseconds

1234567891011>>