Searched refs:load (Results 1 - 25 of 96) sorted by relevance

1234

/vbox/src/VBox/HostDrivers/linux/
H A Dloadall.sh27 sudo make -C "${MY_DIR}/src/" load
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dfixrom.pl30 $rom->load ( $romfile );
H A Ddisrom.pl28 $rom->load ( $romfile );
H A Dmergerom.pl39 my @roms = map { my $rom = new Option::ROM; $rom->load($_); $rom } @romfiles;
/vbox/src/VBox/Main/include/
H A DQMTranslator.h41 * @param filename The name of the file to load
44 int load(const char *pszFilename) throw();
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_header.py17 gl_mapping = cPickle.load( parsed_file )
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsNetworkDetailsNAT.h57 void load();
H A DUIGlobalSettingsNetworkDetailsHost.h45 /* Handlers: [Re]load stuff: */
55 void load();
H A DUIGlobalSettingsNetworkDetailsNAT.cpp57 load();
99 void UIGlobalSettingsNetworkDetailsNAT::load() function in class:UIGlobalSettingsNetworkDetailsNAT
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DJavaXPCOMMethods.java47 // load JNI library
57 System.load(path + System.mapLibraryName("jxpcmglu"));
59 System.load(path + System.mapLibraryName("javaxpcomglue"));
64 System.load(path + System.mapLibraryName("vboxjxpcom"));
80 * @param aObject the Java object whose class loader is used to load class
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_pa32.s63 LDO -40(%r30),%r26 ; load copy address
64 LDW -44-framesz(%r3),%r25 ; load rest of 2 arguments
81 FLDD 0(%r20),%fr7 ; load double arg 1
83 FLDW 8(%r20),%fr5L ; load float arg 1
85 FLDW 4(%r20),%fr6L ; load float arg 2
87 FLDW 0(%r20),%fr7L ; load float arg 3
89 LDW -36-framesz(%r3),%r26 ; load ptr to 'that'
90 LDW -40(%r30),%r25 ; load the rest of dispatch argument registers
94 LDW -36-framesz(%r3),%r20 ; load vtable addr
95 LDW -40-framesz(%r3),%r28 ; load inde
[all...]
H A Dxptcinvoke_asm_sparcv9_solaris_SUNW.s59 ! load arguments from stack into the outgoing registers
63 ! load the %o1..5 64bit (extended word) output registers registers
70 ! load the even number double registers starting with %d2
/vbox/src/VBox/Installer/freebsd/
H A Dpostinstall.sh59 make load
69 echo "To load them on every boot put them into /boot/loader.conf"
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooser.h86 void load();
H A DUIGChooser.cpp60 load();
161 void UIGChooser::load() function in class:UIGChooser
/vbox/src/VBox/Additions/darwin/Installer/VBoxGuestAdditionsKEXTs/
H A Dpostflight41 sudo -u "$FORCED_USER" launchctl load -F "$ITEM_PATH/$ITEM_ID.plist"
/vbox/src/VBox/Additions/freebsd/
H A DMakefile49 load:
/vbox/src/VBox/HostDrivers/win/
H A Dload.cmd4 rem Windows NT batch script for launching load.sh
28 echo load.cmd: failed to find load.sh in "%~dp0".
/vbox/src/bldprogs/
H A Dpreload.cpp34 static int load(const char *pszImage) function
187 load(psz);
195 load(argv[i]);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsIPersistentProperties2.idl55 * load a set of name/value pairs from the input stream
58 void load(in nsIInputStream input);
66 * call subclass() to make future calls to load() set the properties
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsILocalFile.idl107 [noscript] PRLibraryStar load();
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpufftest.c58 if load() returns NULL). If the input file was empty or could not be opened
60 local void *load(const char *name, size_t *len) function
117 source = load(name, &len);
/vbox/src/VBox/Devices/Network/
H A DDevEEPROM.h71 /** @todo save and load methods */
73 int load(PSSMHANDLE pSSM);
/vbox/src/VBox/HostDrivers/freebsd/
H A DMakefile64 load:
/vbox/src/VBox/Additions/linux/drm/
H A Dvboxvideo_drm.c105 .load = vboxvideo_driver_load,

Completed in 124 milliseconds

1234