Searched refs:Code (Results 1 - 25 of 86) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ipf/
H A DEbcSupport.c375 UINT64 Code[3]; // Code in a bundle local
468 Code[0] = OPCODE_NOP;
473 Code[1] = RShiftU64 (Addr, 22) & 0x1ffffffffff;
506 Code[2] = LShiftU64 (BitImm7b, 13);
507 Code[2] = Code[2] | LShiftU64 (0x00, 20); // vc
508 Code[2] = Code[2] | LShiftU64 (BitIc, 21);
509 Code[
[all...]
/vbox/include/VBox/
H A DVBoxGuest.h162 # define VBOXGUEST_IOCTL_STRIP_SIZE(Code) (Code)
170 # define VBOXGUEST_IOCTL_STRIP_SIZE(Code) (Code)
177 # define VBOXGUEST_IOCTL_STRIP_SIZE(Code) (Code)
184 # define VBOXGUEST_IOCTL_STRIP_SIZE(Code) VBOXGUEST_IOCTL_CODE_(_IOC_NR((Code)), 0)
191 # define VBOXGUEST_IOCTL_STRIP_SIZE(Code) (Code)
[all...]
H A Dusblib-solaris.h214 #define VBOXUSB_IOCTL_STRIP_SIZE(Code) (Code)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfThunk.i22 #define Code 0
23 #define LowReverseThunkStart Code + 4096
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.h85 @param[in] Code The additional level of the ICMPv6 message.
103 IN UINT8 Code,
H A DIp6Icmp.c357 if (Icmp.Head.Code == 0) {
558 @param[in] Code The additional level of the ICMPv6 message.
576 IN UINT8 Code,
663 IcmpHead->Head.Code = Code;
570 Ip6SendIcmpError( IN IP6_SERVICE *IpSb, IN NET_BUF *Packet, IN EFI_IPv6_ADDRESS *SourceAddress OPTIONAL, IN EFI_IPv6_ADDRESS *DestinationAddress, IN UINT8 Type, IN UINT8 Code, IN UINT32 *Pointer OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.h34 UINT8 Code; member in struct:_ICMP6_ECHO_REQUEST_REPLY
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/
H A Dxptcinvoke_mac.s14 # The Original Code is mozilla.org code.
16 # The Initial Developer of the Original Code is Netscape
H A Dxptcstubs_mac.s14 # The Original Code is mozilla.org code.
16 # The Initial Developer of the Original Code is Netscape
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.h30 enum Code enum in struct:SVCHlpMsg
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_openvms_alpha.s13 ;* The Original Code is mozilla.org code.
15 ;* The Initial Developer of the Original Code is Netscape
H A Dxptcstubs_asm_ppc_netbsd.s13 # The Original Code is mozilla.org code.
15 # The Initial Developer of the Original Code is Netscape
H A Dxptcinvoke_asm_ppc_aix.s14 # The Original Code is mozilla.org code.
16 # The Initial Developer of the Original Code is Netscape
H A Dxptcinvoke_asm_ppc_ibmobj_aix.s14 # The Original Code is mozilla.org code.
16 # The Initial Developer of the Original Code is IBM Corporation.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c280 UINT8 Code; local
297 Code = IcmpHdr->Head.Code;
304 switch (Code) {
310 IcmpErr = (UINT8) (ICMP_ERR_UNREACH_NET + Code);
341 if (Code > 1) {
345 IcmpErr = (UINT8) (Code + ICMP_ERR_TIMXCEED_INTRANS);
350 if (Code > 1) {
359 if (Code != 0) {
409 UINT8 Code; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2vaclegacy.s13 / The Original Code is the Netscape Portable Runtime (NSPR).
15 / The Initial Developer of the Original Code is innotek.
H A Dobjs.mk15 # The Original Code is the Netscape Portable Runtime (NSPR).
17 # The Initial Developer of the Original Code is
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_HPUX.s12 ; The Original Code is the Netscape Portable Runtime (NSPR).
14 ; The Initial Developer of the Original Code is Netscape
H A Dobjs.mk15 # The Original Code is the Netscape Portable Runtime (NSPR).
17 # The Initial Developer of the Original Code is
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh13 * When distributing Covered Code, include this CDDL HEADER in each
H A Derr.copyoutbadaddr.ksh13 * When distributing Covered Code, include this CDDL HEADER in each
H A Derr.copyoutstrbadaddr.ksh13 * When distributing Covered Code, include this CDDL HEADER in each
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbsrcs.mk15 # The Original Code is the Netscape Portable Runtime (NSPR).
17 # The Initial Developer of the Original Code is
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbsrcs.mk15 # The Original Code is the Netscape Portable Runtime (NSPR).
17 # The Initial Developer of the Original Code is
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A Dobjs.mk14 # The Original Code is mozilla.org.
16 # The Initial Developer of the Original Code is

Completed in 44 milliseconds

1234