/external/syslinux/gpxe/src/arch/i386/image/ |
D | comboot.c | 79 copy_to_user ( seg_userptr, COMBOOT_PSP_CMDLINE_OFFSET - 1, in comboot_copy_cmdline() 83 copy_to_user ( seg_userptr, in comboot_copy_cmdline() 88 copy_to_user ( seg_userptr, in comboot_copy_cmdline() 93 copy_to_user ( seg_userptr, in comboot_copy_cmdline() 122 copy_to_user ( seg_userptr, 0, &psp, sizeof( psp ) ); in comboot_init_psp()
|
D | bzimage.c | 232 copy_to_user ( dst, BZI_CMDLINE_OFFSET, &bzimg->cmdline_magic, in bzimage_update_header() 234 copy_to_user ( dst, BZI_HDR_OFFSET, &bzimg->bzhdr, in bzimage_update_header() 318 copy_to_user ( bzimg->rm_kernel, bzimg->rm_cmdline, in bzimage_set_cmdline() 357 copy_to_user ( address, offset, &cpio, in bzimage_load_initrd() 362 copy_to_user ( address, offset, filename, in bzimage_load_initrd()
|
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
D | tmod.c | 176 if (copy_to_user(tif.out_data, outparms, tif.out_len)) { in tmod_ioctl() 183 if (copy_to_user((void *)l, &tif, sizeof(tif))) { in tmod_ioctl()
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | realmode.h | 78 copy_to_user ( real_to_user ( dest_seg, dest_off ), 0, src, n ); in copy_to_real()
|
D | libkir.h | 170 copy_to_user ( userptr_t buffer, off_t offset, const void *src, size_t len ) { in copy_to_user() function
|
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/ |
D | README | 49 or a copy_to_user before moving on. The tif pointer 53 copy_to_user. 84 test to another without having to use copy_to_user to
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_umalloc.c | 67 copy_to_user ( new_ptr, -EFI_PAGE_SIZE, in efi_urealloc()
|
/external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | tusb.c | 263 if (copy_to_user(tif.out_data, outparms, tif.out_len)) { in tusb_ioctl() 270 if (copy_to_user((void *)l, &tif, sizeof(tif))) { in tusb_ioctl()
|
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.c | 259 if (copy_to_user(tif.out_data, outparms, tif.out_len)) { in tagp_ioctl() 266 if (copy_to_user((void *)l, &tif, sizeof(tif))) { in tagp_ioctl()
|
/external/ltp/testcases/kernel/device-drivers/uaccess/ |
D | ltp_uaccess.c | 81 if (copy_to_user(str + 1, test_str + 1, str_size - 1)) { in sys_tcase()
|
/external/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | tbase.c | 380 if (copy_to_user(tif.out_data, outparms, tif.out_len)) { in tbase_ioctl() 388 if (copy_to_user((void *)l, &tif, sizeof(tif))) { in tbase_ioctl()
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | memtop_umalloc.c | 191 copy_to_user ( new, -sizeof ( extmem ), &extmem, in memtop_urealloc()
|
/external/syslinux/gpxe/src/arch/i386/interface/pxe/ |
D | pxe_call.c | 343 copy_to_user ( parameters, 0, &pxenv_any, param_len ); in pxe_api_call() 383 copy_to_user ( uparams, 0, ¶ms, sizeof ( params ) ); in pxe_loader_call()
|
D | pxe_preboot.c | 217 copy_to_user ( buffer, 0, info, len ); in pxenv_get_cached_info()
|
D | pxe_udp.c | 80 copy_to_user ( buffer, 0, iobuf->data, len ); in pxe_udp_deliver_iob()
|
D | pxe_tftp.c | 110 copy_to_user ( pxe_tftp.buffer, in pxe_tftp_xfer_deliver_iob()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | uaccess.h | 285 copy_to_user ( userptr_t dest, off_t dest_off, const void *src, size_t len ) { in copy_to_user() function
|
/external/syslinux/gpxe/src/core/ |
D | downloader.c | 197 copy_to_user ( downloader->image->data, downloader->pos, in downloader_xfer_deliver_iob()
|
D | posix_io.c | 296 copy_to_user ( buffer, offset, iobuf->data, len ); in read_user()
|
/external/syslinux/gpxe/src/net/ |
D | aoe.c | 257 copy_to_user ( command->data_in, aoe->command_offset, in aoe_rx_ata()
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz | 1Index: linux/arch/i386/Kconfig.debug
2====== ... |
/external/syslinux/gpxe/src/net/tcp/ |
D | iscsi.c | 296 copy_to_user ( iscsi->command->data_in, offset, data, len ); in iscsi_rx_data_in()
|