Searched refs:copied (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_dhcp6ds.c170 int copied; local
178 copied = pbuf_copy_partial(p, msg_header, sizeof(msg_header), 0);
179 if (copied != sizeof(msg_header)) {
206 copied = pbuf_copy_partial(p, &opt, sizeof(opt), 0);
207 if (copied != sizeof(opt)) {
216 copied = pbuf_copy_partial(p, &optlen, sizeof(optlen), 0);
217 if (copied != sizeof(optlen)) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
H A DInterruptTable.S35 # Description: Contains the code that is copied into low memory (below 640K).
37 # This template must be copied into low memory, and the IDT entries
H A DInterruptTable.asm37 ; Description: Contains the code that is copied into low memory (below 640K).
39 ; This template must be copied into low memory, and the IDT entries
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
H A DInterruptTable.S36 # Description: Contains the code that is copied into low memory (below 640K).
38 # This template must be copied into low memory, and the IDT entries
H A DInterruptTable.asm35 ; Description: Contains the code that is copied into low memory (below 640K).
37 ; This template must be copied into low memory, and the IDT entries
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtrace.c875 PRInt32 copied = 0; local
890 *(buffer + copied++) = *(tBuf + fetchLastSeen++);
893 ("PR_GetTraceEntries: Copied: %ld, LastSeen: %ld", copied, fetchLastSeen));
899 *(buffer + copied++) = *(tBuf + fetchLastSeen++);
904 ("PR_GetTraceEntries: Copied: %ld, LastSeen: %ld", copied, fetchLastSeen));
908 *(buffer + copied++) = *(tBuf + fetchLastSeen++);
911 ("PR_GetTraceEntries: Copied: %ld, LastSeen: %ld", copied, fetchLastSeen));
914 *found = copied;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/
H A Dvbo_exec.h93 struct vbo_exec_copied_vtx copied; member in struct:vbo_exec_context::__anon3751
H A Dvbo_save.h69 GLuint wrap_count; /* number of copied vertices at start */
143 struct vbo_save_copied_vtx copied; member in struct:vbo_save_context
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_sparc_linux.s40 mov %sp,%o0 ! pointer for copied args
H A Dxptcinvoke_asm_sparc_linux_GCC3.s58 mov %sp,%o0 ! pointer for copied args
H A Dxptcinvoke_asm_sparc_solaris_GCC3.s44 mov %sp,%o0 ! pointer for copied args
H A Dxptcinvoke_asm_sparc_netbsd.s40 mov %sp,%o0 ! pointer for copied args
H A Dxptcinvoke_asm_sparc_solaris.s40 mov %sp,%o0 ! pointer for copied args
H A Dxptcinvoke_asm_sparc_solaris_GCC.s40 mov %sp,%o0 ! pointer for copied args
/vbox/src/VBox/Devices/EFI/Firmware/
H A Dedksetup.bat124 @echo will be only copied to target.txt, tools_def.txt and build_rule.txt
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dregops.c689 unsigned len, unsigned copied, struct page *page, void *fsdata)
688 sf_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.asm166 ; copied and fixed up once for each IDT entry that is hooked.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm165 ; copied and fixed up once for each IDT entry that is hooked.
/vbox/
H A Dconfigure.vbs443 & "need to be copied or reinstalled to a location without 'spaces', '$', ';' " _
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm637 xor dx, dx ; dx tracks the number of bytes copied.
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm711 xor dx, dx ; dx tracks the number of bytes copied.

Completed in 1673 milliseconds