Searched refs:misc (Results 1 - 25 of 82) sorted by relevance

1234

/vbox/src/VBox/Additions/common/VBoxGuest/linux/
H A DMakefile66 common/misc/RTAssertMsg1Weak.o \
67 common/misc/RTAssertMsg2.o \
68 common/misc/RTAssertMsg2Add.o \
69 common/misc/RTAssertMsg2AddWeak.o \
70 common/misc/RTAssertMsg2AddWeakV.o \
71 common/misc/RTAssertMsg2Weak.o \
72 common/misc/RTAssertMsg2WeakV.o \
73 common/misc/assert.o \
74 common/misc/thread.o \
136 common/alloc common/err common/log common/math/gcc common/misc \
[all...]
/vbox/src/VBox/Additions/haiku/
H A Dload.sh12 mkdir -p ~/config/add-ons/kernel/drivers/dev/misc/
14 ln -sf ../../bin/vboxdev ~/config/add-ons/kernel/drivers/dev/misc
H A Dunload.sh6 rm -f $basedir/kernel/drivers/dev/misc/vboxdev
/vbox/src/VBox/ValidationKit/testmanager/
H A Dapache-template-2.4.conf34 AuthUserFile ${TestManagerRootDir}/misc/htpasswd-logout
41 AuthUserFile ${TestManagerRootDir}/misc/htpasswd-sample
H A Dapache-template-2.2.conf33 AuthUserFile ${TestManagerRootDir}/misc/htpasswd-logout
40 AuthUserFile ${TestManagerRootDir}/misc/htpasswd-sample
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A DAntlrPPC.mak16 # misc.c
45 "{ObjDir�PPC}misc.c.x" �
89 "{ObjDir�PPC}misc.c.x" � {�MondoBuild�} misc.c
90 {PPCC} misc.c -o {Targ} {PPCCOptions}
H A Dmakefile58 # misc.obj set.obj pred.obj egamn.obj
84 # misc.obj set.obj pred.obj egman.obj mrhoist.obj fcache.obj
108 # misc.obj set.obj pred.obj egman.obj mrhoist.obj fcache.obj
133 # misc.obj set.obj pred.obj egman.obj mrhoist.obj fcache.obj
179 globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
188 hash.c lex.c main.c misc.c $(SET)/set.c pred.c egman.c mrhoist.c fcache.c
H A DAntlrDDK.mak23 misc.obj pred.obj egman.obj mrhoist.obj fcache.obj
174 misc.obj: $(ANTLR_SRC)\misc.c \
183 $(CC) -c $(CFLAGS) $(ANTLR_SRC)\misc.c
H A DAntlrMS.mak24 misc.obj pred.obj egman.obj mrhoist.obj fcache.obj
174 misc.obj: $(ANTLR_SRC)\misc.c \
183 $(CC) -c $(CFLAGS) $(ANTLR_SRC)\misc.c
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile115 common/misc/RTAssertMsg1Weak.o \
116 common/misc/RTAssertMsg2.o \
117 common/misc/RTAssertMsg2Add.o \
118 common/misc/RTAssertMsg2AddWeak.o \
119 common/misc/RTAssertMsg2AddWeakV.o \
120 common/misc/RTAssertMsg2Weak.o \
121 common/misc/RTAssertMsg2WeakV.o \
122 common/misc/assert.o \
123 common/misc/handletable.o \
124 common/misc/handletablect
[all...]
/vbox/src/VBox/Installer/linux/debian/
H A Dpostinst.in83 rm -f /lib/modules/*/misc/vboxdrv.ko
84 rm -f /lib/modules/*/misc/vboxnetflt.ko
85 rm -f /lib/modules/*/misc/vboxnetadp.ko
100 if [ ! -f /lib/modules/`uname -r`/misc/vboxdrv.ko ]; then
/vbox/debian/
H A Dpostinst.in83 rm -f /lib/modules/*/misc/vboxdrv.ko
84 rm -f /lib/modules/*/misc/vboxnetflt.ko
85 rm -f /lib/modules/*/misc/vboxnetadp.ko
100 if [ ! -f /lib/modules/`uname -r`/misc/vboxdrv.ko ]; then
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c456 shared->misc.version = cpu_to_le32 ( VMXNET3_VERSION_MAGIC );
457 shared->misc.version_support = cpu_to_le32 ( VMXNET3_VERSION_SELECT );
458 shared->misc.upt_version_support =
460 shared->misc.queue_desc_address = cpu_to_le64 ( queues_bus );
461 shared->misc.queue_desc_len = cpu_to_le32 ( sizeof ( *queues ) );
462 shared->misc.mtu = cpu_to_le32 ( VMXNET3_MTU );
463 shared->misc.num_tx_queues = 1;
464 shared->misc.num_rx_queues = 1;
H A Dpcnet32.h104 u32 misc; member in struct:pcnet32_tx_desc
/vbox/src/VBox/Additions/common/VBoxGuest/solaris/
H A Ddeps.asm23 kmoddeps_dynstr_string str_misc_ctf, "misc/ctf"
/vbox/src/VBox/Installer/linux/rpm/
H A DVirtualBox.tmpl.spec140 KBUILD_VERBOSE= KERN_DIR=$d/build MODULE_DIR=$RPM_BUILD_ROOT/$d/misc -j4 \
145 KBUILD_VERBOSE= KERN_DIR=$d/build MODULE_DIR=$RPM_BUILD_ROOT/$d/misc -j4 \
150 KBUILD_VERBOSE= KERN_DIR=$d/build MODULE_DIR=$RPM_BUILD_ROOT/$d/misc -j4 \
155 KBUILD_VERBOSE= KERN_DIR=$d/build MODULE_DIR=$RPM_BUILD_ROOT/$d/misc -j4 \
317 if [ ! -f /lib/modules/`uname -r`/misc/vboxdrv.ko ]; then
331 rm -f /lib/modules/*/misc/vboxdrv.ko
332 rm -f /lib/modules/*/misc/vboxnetflt.ko
333 rm -f /lib/modules/*/misc/vboxnetadp.ko
334 rm -f /lib/modules/*/misc/vboxpci.ko
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglxserver.h41 #include <misc.h>
/vbox/src/VBox/Additions/solaris/DRM/
H A Ddeps.asm32 kmoddeps_dynstr_string str_misc_ctf, "misc/ctf"
/vbox/src/VBox/Additions/solaris/Mouse/
H A Ddeps.asm32 kmoddeps_dynstr_string str_misc_ctf, "misc/ctf"
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Ddeps.asm32 kmoddeps_dynstr_string str_misc_ctf, "misc/ctf"
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxserver.h41 #include <misc.h>
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglxserver.h46 #include <misc.h>
55 ** The X header misc.h defines these math functions.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxserver.h46 #include <misc.h>
55 ** The X header misc.h defines these math functions.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h41 #include <misc.h>
50 ** The X header misc.h defines these math functions.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglxserver.h41 #include <misc.h>

Completed in 78 milliseconds

1234