Searched defs:func (Results 1 - 25 of 141) sorted by relevance

123456

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A Dassert.c32 @param[in] func The name of the function containing the assert
44 IN const char *func,
49 if (func == NULL)
54 failedexpr, file, func, line);
42 __assert( IN const char *file, IN const char *func, IN int line, IN const char *failedexpr ) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Signal/
H A DSignal.c25 signal number, sig, is to be subsequently handled. If the value of func
27 func is SIG_IGN, the signal will be ignored. Otherwise, func shall point
39 value of func for the most recent successful call to signal for
44 signal(int sig, __sighandler_t *func) argument
53 gMD->sigarray[sig] = func;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/
H A Dtst.FunctionLookup.c40 f2(f func, int i) argument
42 func(i);
H A Dtst.ProbeData.c57 fN(f func, char *a, int i) argument
59 func(a);
63 fN2(f func, char *a, int i) argument
65 func(a);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.c57 fN(f func, int i) argument
59 func(i);
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionStub.cpp67 IPC_DoCallback(ipcCallbackFunc func, void *arg) argument
H A DipcConnectionWin.cpp123 ipcCallbackFunc func = (ipcCallbackFunc) wParam; local
125 (func)(arg);
319 IPC_DoCallback(ipcCallbackFunc func, void *arg) argument
327 if (!PostMessage(ipcLocalHwnd, IPC_WM_CALLBACK, (WPARAM) func, (LPARAM) arg)) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dmd_var.h39 uint64_t func; member in struct:ia64_fdesc
43 #define FDESC_FUNC(fn) (((struct ia64_fdesc *) fn)->func)
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dradeon_track.h36 char *func; member in struct:radeon_track_event
54 const char *func,
/vbox/src/libs/libxml2-2.6.31/
H A Dxlink.c92 * @func: pointer to the new detection routine.
97 xlinkSetDefaultDetect (xlinkNodeDetectFunc func) { argument
98 xlinkDefaultDetect = func;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dstat.c88 static void Measure(void (*func)(void), const char *msg) argument
95 (*func)();
H A Dattach.c122 static void Measure(void (*func)(void), const char *msg) argument
128 (*func)();
H A Dselect2.c291 static void Measure(void (*func)(void), const char *msg) argument
298 (*func)();
H A Dthreads.c156 static void Measure(void (*func)(void), const char *msg) argument
162 (*func)();
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.h95 gzomanip(gzofstream &(*f)(gzofstream &, T), T v) : func(f), val(v) { }
97 gzofstream &(*func)(gzofstream &, T); member in class:gzomanip
103 return (*m.func)(s, m.val);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dinterface.c159 * @ret func Implementing method, or NULL
172 return op->func;
184 * @ret func Implementing method, or NULL
188 void *func; local
195 func = intf_get_dest_op_no_passthru_untyped( intf, type, dest );
196 if ( func )
197 return func;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_labels.c82 ctf_label_iter(ctf_file_t *fp, ctf_label_f *func, void *arg) argument
104 if ((rc = func(lname, &linfo, arg)) != 0)
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/
H A DipcModuleUtil.h82 IPC_EnumClients(ipcClientEnumFunc func, void *closure) argument
85 gIPCDaemonMethods->enumClients(func, closure);
110 IPC_EnumClientNames(ipcClientHandle client, ipcClientNameEnumFunc func, void *closure) argument
113 gIPCDaemonMethods->enumClientNames(client, func, closure);
117 IPC_EnumClientTargets(ipcClientHandle client, ipcClientTargetEnumFunc func, void *closure) argument
120 gIPCDaemonMethods->enumClientTargets(client, func, closure);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A Dipcd.cpp180 IPC_EnumClients(ipcClientEnumFunc func, void *closure) argument
182 PR_ASSERT(func);
184 if (func(closure, &ipcClients[i], ipcClients[i].ID()) == PR_FALSE)
212 IPC_EnumClientNames(ipcClient *client, ipcClientNameEnumFunc func, void *closure) argument
215 PR_ASSERT(func);
218 if (func(closure, client, node->Value()) == PR_FALSE)
225 IPC_EnumClientTargets(ipcClient *client, ipcClientTargetEnumFunc func, void *closure) argument
228 PR_ASSERT(func);
231 if (func(closure, client, node->Value()) == PR_FALSE)
H A DipcModuleReg.cpp127 ipcGetModulesFunc func = local
130 LOG((" func=%p\n", (void*) func));
132 if (func) {
134 int count = func(&gDaemonMethods, &entries);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dgcint.h89 GCRootFinder *func; member in struct:RootFinderStr
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.h429 (*func)(gzofstream&, T1, T2); member in class:gzomanip2
452 : func(f), val1(v1), val2(v2)
459 { return (*m.func)(s, m.val1, m.val2); }
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dinterface.h20 void *func; member in struct:interface_operation
33 .func = ( ( ( ( typeof ( op_func ) * ) NULL ) == \
183 * @ret func Implementing method, or NULL
195 * @ret func Implementing method, or NULL
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_stencil.h38 CRbitvalue func[CR_MAX_BITARRAY]; member in struct:__anon16234
45 CRbitvalue func[CR_MAX_BITARRAY]; member in struct:__anon16235
64 GLenum func; member in struct:__anon16237
75 GLenum func; member in struct:__anon16238
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_strtab.c275 dt_strtab_write(const dt_strtab_t *sp, dt_strtab_write_f *func, void *private) argument
287 if ((res = func(sp->str_bufs[i], n, total, private)) <= 0)

Completed in 103 milliseconds

123456