/vbox/src/VBox/Runtime/common/crypto/ |
H A D | tsp-init.cpp | 40 #include <iprt/asn1-generator-init.h>
|
H A D | rsa-init.cpp | 42 #include <iprt/asn1-generator-init.h>
|
H A D | spc-init.cpp | 44 #include <iprt/asn1-generator-init.h>
|
H A D | taf-init.cpp | 43 #include <iprt/asn1-generator-init.h>
|
H A D | pkcs7-init.cpp | 51 #include <iprt/asn1-generator-init.h>
|
/vbox/src/VBox/Installer/linux/debian/ |
H A D | postrm | 23 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxdrv ] ; then 26 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxnet ] ; then 29 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxweb-service ] ; then 32 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxballoonctrl-service ] ; then
|
H A D | prerm.in | 41 /etc/init.d/vboxballoonctrl-service stop || true 47 /etc/init.d/vboxweb-service stop || true 71 if [ -x "/etc/init.d/vboxdrv" ]; then 75 /etc/init.d/vboxdrv stop || exit $? 78 if [ -x "/etc/init.d/vboxnet" ]; then 82 /etc/init.d/vboxnet stop || exit $?
|
/vbox/debian/ |
H A D | postrm | 23 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxdrv ] ; then 26 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxnet ] ; then 29 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxweb-service ] ; then 32 if [ "$1" = "purge" -a ! -f /etc/init.d/vboxballoonctrl-service ] ; then
|
H A D | prerm.in | 41 /etc/init.d/vboxballoonctrl-service stop || true 47 /etc/init.d/vboxweb-service stop || true 71 if [ -x "/etc/init.d/vboxdrv" ]; then 75 /etc/init.d/vboxdrv stop || exit $? 78 if [ -x "/etc/init.d/vboxnet" ]; then 82 /etc/init.d/vboxnet stop || exit $?
|
/vbox/src/VBox/VMM/testcase/ |
H A D | mkdsk.sh | 17 echo "syntax: $0 imagename <size-in-KBs> <init prog> [tar files]" 20 echo "linked init program and using the dev.tar.gz file to create devices." 24 echo "for /sbin/init there." 34 init=$3 51 # init 52 echo "* Copying $init to sbin/init..." 54 sudo cp $init tmpmnt/sbin/init 55 sudo chmod 755 tmpmnt/sbin/init [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIApplianceExportEditorWidget.h | 30 CAppliance *init();
|
/vbox/src/VBox/Main/src-server/ |
H A D | HostDnsService.h | 59 virtual HRESULT init(VirtualBox *virtualbox); 94 void init(const HostDnsMonitor *aMonitor, VirtualBox *virtualbox); 120 virtual HRESULT init(VirtualBox *virtualbox); 139 virtual HRESULT init(VirtualBox *virtualbox); 159 virtual HRESULT init(VirtualBox *virtualbox, const char *aResolvConfFileName); 183 virtual HRESULT init(VirtualBox *virtualbox) { function in class:HostDnsServiceSolaris 184 return HostDnsServiceResolvConf::init(virtualbox, "/etc/resolv.conf"); 194 virtual HRESULT init(VirtualBox *virtualbox) { function in class:HostDnsServiceLinux 195 return HostDnsServiceResolvConf::init(virtualbox, "/etc/resolv.conf"); 209 virtual HRESULT init(VirtualBo function in class:HostDnsServiceFreebsd 221 virtual HRESULT init(VirtualBox *virtualbox) { function in class:HostDnsServiceOs2 [all...] |
/vbox/include/VBox/com/ |
H A D | ErrorInfo.h | 179 init(); 189 init(pObj, aIID); 196 { init (aPtr); } 209 { init (aInfo); } 365 void init(bool aKeepObj = false); 366 void init(IUnknown *aUnk, const GUID &aIID, bool aKeepObj = false); 367 void init(IVirtualBoxErrorInfo *aInfo); 455 init(true /* aKeepObj */); 488 init(true /* aKeepObj */);
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsIScriptableInputStream.idl | 59 void init(in nsIInputStream aInputStream);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/prefix/ |
H A D | efidrvprefix.c | 22 #include <ipxe/init.h>
|
/vbox/src/VBox/HostDrivers/Support/linux/ |
H A D | SUPDrv-linux.mod.c | 39 .init = init_module,
|
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbgGui.h | 54 int init(ISession *pSession); 63 int init(PUVM pUVM);
|
/vbox/src/VBox/Main/include/ |
H A D | AudioAdapterImpl.h | 40 HRESULT init(Machine *aParent); 41 HRESULT init(Machine *aParent, AudioAdapter *aThat);
|
H A D | TokenImpl.h | 41 HRESULT init(const ComObjPtr<SessionMachine> &pSessionMachine); 80 HRESULT init(const ComObjPtr<Medium> &pMedium, bool fWrite);
|
H A D | USBControllerImpl.h | 44 HRESULT init(Machine *aParent, const Utf8Str &aName, USBControllerType_T enmType); 45 HRESULT init(Machine *aParent, USBController *aThat, bool fReshare = false);
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
H A D | gdbstub_cmd.c | 91 if ( trans->init ) { 92 if ( ( rc = trans->init ( argc - optind,
|
/vbox/src/VBox/GuestHost/OpenGL/error/ |
H A D | errorspu_init.c | 45 int SPULoad( char **name, char **super, SPUInitFuncPtr *init, argument 55 *init = errorSPUInit;
|
/vbox/src/VBox/Additions/common/crOpenGL/passthrough/ |
H A D | passthroughspu_init.c | 51 int SPULoad( char **name, char **super, SPUInitFuncPtr *init, argument 57 *init = passthroughSPUInit;
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsIRecyclingAllocator.idl | 54 void init(in size_t nblocks, in size_t recycleAfter, in string id);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/ |
H A D | pxe_loader.c | 21 #include <ipxe/init.h>
|