Searched refs:kind (Results 276 - 300 of 312) sorted by relevance

<<111213

/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-a20-1.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A Dbootsector2-cpu-hidden-regs-1.asm17 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A Dbootsector2-triple-fault-1.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A Dbootsector2-vbinstst-kernel.asm16 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cg.c195 uint_t kind; local
203 kind = ctf_type_kind(ctfp, type);
204 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY);
206 if (kind == CTF_K_ARRAY) {
/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
741 switch (pkt->kind)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dudptcpip.c584 buf->kind = CRTCPIPMemoryBig;
H A Dvboxhgsmi.c16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1081 hgcm_buffer->kind = CR_VBOXHGCM_MEMORY_BIG;
/vbox/include/iprt/formats/
H A Dhfs.h14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
630 int8_t kind; member in struct:BTNodeDescriptor
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-1A.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0UnusedA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A DVMMR0JmpA-x86.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A DVMMR0JmpA-amd64.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A DCPUMR0A.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/Runtime/common/math/
H A Dbignum-amd64-x86.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/recompiler/
H A DVBoxREMWrapperA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c8624 err += efunc(i, "%d changed variable kind\n", id);
9428 dtrace_actdesc_create(dtrace_actkind_t kind, uint32_t ntuple, argument
9433 ASSERT(!DTRACEACT_ISPRINTFLIKE(kind) || (arg != NULL &&
9434 VBDT_IS_VALID_KRNL_ADDR(arg)) || (arg == NULL && kind == DTRACEACT_PRINTA));
9437 act->dtad_kind = kind;
9456 dtrace_actkind_t kind = act->dtad_kind; local
9467 if (DTRACEACT_ISPRINTFLIKE(kind)) {
11872 dtrace_actkind_t kind; local
11907 kind = (dtrace_actkind_t)desc->dofa_kind;
11909 if (DTRACEACT_ISPRINTFLIKE(kind)
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A DVBoxBiosAlternative.asm21 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
35 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
77 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
119 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
161 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
207 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
221 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
263 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
305 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
347 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h1626 GLbitfield kind; member in struct:gl_attrib_node
1871 * Base class for any kind of program object
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py31 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
239 def createVm(ctx, name, kind):
241 mach = vbox.createMachine("", name, [], kind, "")

Completed in 266 milliseconds

<<111213