Searched defs:module (Results 26 - 50 of 67) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Xinput.h95 /* This holds the input driver entry and module information. */
105 pointer module; member in struct:_InputDriverRec
148 pointer module; member in struct:_LocalDeviceRec
203 extern _X_EXPORT void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
H A Dxf86str.h305 pointer module; member in struct:__anon9590
318 pointer module; member in struct:_DriverRec
741 pointer module; /* Pointer to module head */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Xinput.h101 /* This holds the input driver entry and module information. */
111 pointer module; member in struct:_InputDriverRec
156 pointer module; member in struct:_LocalDeviceRec
212 void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
H A Dloader.h115 void *module; member in struct:__anon4588
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Dmultiboot.c60 * isn't part of the loaded module set, so we can't just use
92 /** Multiboot module command lines */
96 /** Offset within module command lines */
182 * @v modules Multiboot module list
190 struct multiboot_module *module; local
193 /* Add each image as a multiboot module */
202 /* Do not include kernel image itself as a module */
206 /* Page-align the module */
213 DBGC ( image, "MULTIBOOT %p could not prepare module "
219 /* Copy module */
[all...]
/vbox/src/VBox/Additions/x11/vboxmouse/
H A Dvboxmouse.c325 VBoxPlug(pointer module, argument
330 xf86AddInputDriver(&VBOXMOUSE, module, 0);
333 return module;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Xinput.h74 /* This holds the input driver entry and module information. */
84 pointer module; member in struct:_InputDriverRec
129 pointer module; member in struct:_LocalDeviceRec
184 void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Xinput.h101 /* This holds the input driver entry and module information. */
111 pointer module; member in struct:_InputDriverRec
156 pointer module; member in struct:_LocalDeviceRec
211 void xf86AddInputDriver(InputDriverPtr driver, pointer module, int flags);
H A Dloader.h116 void *module; member in struct:__anon4155
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c247 char module[64]; /* Security-Critical: If you change this local
257 module, &delta, &level, &delta);
262 ** If count == 2, then we got module and level. If count
263 ** == 1, then level defaults to 1 (module enabled).
265 if (strcasecmp(module, "sync") == 0) {
267 } else if (strcasecmp(module, "bufsize") == 0) {
274 (0 == strcasecmp (module, "all")) ? PR_TRUE : PR_FALSE;
278 else if (strcasecmp(module, lm->name) == 0) {
364 char module[64]; /* Security-Critical: If you change this local
373 module,
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dnextstep.c207 NSModule module,
206 NSUnLinkModule( NSModule module, enum bool keepMemoryMapped) argument
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsStackFrameWin.cpp92 HMODULE module = ::LoadLibrary("IMAGEHLP.DLL"); local
93 if (!module) return PR_FALSE;
95 _SymSetOptions = (SYMSETOPTIONSPROC) ::GetProcAddress(module, "SymSetOptions");
98 _SymInitialize = (SYMINITIALIZEPROC) ::GetProcAddress(module, "SymInitialize");
101 _SymCleanup = (SYMCLEANUPPROC)GetProcAddress(module, "SymCleanup");
104 _StackWalk = (STACKWALKPROC)GetProcAddress(module, "StackWalk");
107 _SymFunctionTableAccess = (SYMFUNCTIONTABLEACCESSPROC) GetProcAddress(module, "SymFunctionTableAccess");
110 _SymGetModuleBase = (SYMGETMODULEBASEPROC)GetProcAddress(module, "SymGetModuleBase");
113 _SymGetSymFromAddr = (SYMGETSYMFROMADDRPROC)GetProcAddress(module, "SymGetSymFromAddr");
116 _SymLoadModule = (SYMLOADMODULE)GetProcAddress(module, "SymLoadModul
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsStaticComponentLoader.cpp47 nsCOMPtr<nsIModule> module; member in struct:StaticModuleInfo
86 info->module = 0;
161 if (!info->module) {
163 getter_AddRefs(info->module));
198 if (!info->module) {
199 rv = info->info.getModule(mgr, nsnull, getter_AddRefs(info->module));
207 rv = info->module->RegisterSelf(mgr, nsnull, info->info.name,
268 nsresult rv = info->module->RegisterSelf(mComponentMgr, nsnull,
306 return info->module->GetClassObject(mComponentMgr, aCID,
H A DnsNativeComponentLoader.cpp281 // Get the module object
291 mobj = nsnull; // Release our reference to the module object
413 // Tell the module to self register
571 // Tell the module to self register
1109 nsCOMPtr<nsIModule> module; local
1110 rv = aDll->GetModule(mCompMgr, getter_AddRefs(module));
1115 return module->GetClassObject(mCompMgr, aCID, NS_GET_IID(nsIFactory),
/vbox/src/libs/libxml2-2.6.31/
H A Dgentest.py29 # defines for each module
303 def add_missing_functions(name, module):
308 list = missing_functions[module]
311 missing_functions[module] = [name]
317 def type_convert(str, name, info, module, function, pos):
338 if module == 'nanoftp' and name == 'ctx':
344 if module == 'nanohttp' and name == 'ctx':
388 if res == 'FILE_ptr' and module == 'debugXML':
391 if module == 'parser' or module
536 module = enum.xpathEval('string(@file)') variable
[all...]
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.h3 * VBoxGuest kernel module, Haiku Guest Additions, header.
53 #include <drivers/module.h>
66 /** The module name. */
105 module_info module; member in struct:vboxguest_module_info
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c38 /* Windows 95 IO module
1121 HMODULE module; local
1129 module = GetModuleHandle("Kernel32.dll");
1130 if (!module) {
1134 createFileW = (CreateFileWFn)GetProcAddress(module, "CreateFileW");
1135 findFirstFileW = (FindFirstFileWFn)GetProcAddress(module, "FindFirstFileW");
1136 findNextFileW = (FindNextFileWFn)GetProcAddress(module, "FindNextFileW");
1137 getDriveTypeW = (GetDriveTypeWFn)GetProcAddress(module, "GetDriveTypeW");
1138 getFullPathNameW = (GetFullPathNameWFn)GetProcAddress(module, "GetFullPathNameW");
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c55 /* name of this module, minus the leading underscore */
1947 call(char* module, char* function, PyObject* args) argument
1956 name = PyString_FromString(module);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c64 /* name of this module, minus the leading underscore */
1956 call(char* module, char* function, PyObject* args) argument
1965 name = PyString_FromString(module);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86str.h307 void *module; member in struct:__anon6962
323 void *module; member in struct:_DriverRec
739 void *module; /* Pointer to module head */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86str.h307 void *module; member in struct:__anon7273
323 void *module; member in struct:_DriverRec
738 void *module; /* Pointer to module head */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86str.h318 pointer module; member in struct:__anon8952
331 pointer module; member in struct:_DriverRec
755 pointer module; /* Pointer to module head */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86str.h305 pointer module; member in struct:__anon9269
318 pointer module; member in struct:_DriverRec
742 pointer module; /* Pointer to module head */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86str.h305 pointer module; member in struct:__anon5115
318 pointer module; member in struct:_DriverRec
729 pointer module; /* Pointer to module head */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86str.h305 pointer module; member in struct:__anon5427
318 pointer module; member in struct:_DriverRec
729 pointer module; /* Pointer to module head */ member in struct:_ScrnInfoRec

Completed in 232 milliseconds

123