/linux-2.4.37.9/arch/x86_64/lib/ |
D | old-checksum.c | 16 int missing; in csum_partial_copy_from_user() local 18 missing = copy_from_user(dst, src, len); in csum_partial_copy_from_user() 19 if (missing) { in csum_partial_copy_from_user() 20 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
|
/linux-2.4.37.9/arch/mips/lib/ |
D | csum_partial_copy.c | 47 int missing; in csum_partial_copy_from_user() local 49 missing = copy_from_user(dst, src, len); in csum_partial_copy_from_user() 50 if (missing) { in csum_partial_copy_from_user() 51 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
|
/linux-2.4.37.9/arch/mips64/lib/ |
D | csum_partial_copy.c | 40 int missing; in csum_partial_copy_from_user() local 42 missing = copy_from_user(dst, src, len); in csum_partial_copy_from_user() 43 if (missing) { in csum_partial_copy_from_user() 44 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
|
/linux-2.4.37.9/include/asm-s390x/ |
D | checksum.h | 79 int missing; in csum_partial_copy_from_user() local 81 missing = copy_from_user(dst, src, len); in csum_partial_copy_from_user() 82 if (missing) { in csum_partial_copy_from_user() 83 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
|
/linux-2.4.37.9/arch/parisc/lib/ |
D | checksum.c | 121 int missing; in csum_partial_copy_from_user() local 123 missing = copy_from_user(dst, src, len); in csum_partial_copy_from_user() 124 if (missing) { in csum_partial_copy_from_user() 125 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
|
/linux-2.4.37.9/include/asm-s390/ |
D | checksum.h | 79 int missing; in csum_partial_copy_from_user() local 81 missing = copy_from_user(dst, src, len); in csum_partial_copy_from_user() 82 if (missing) { in csum_partial_copy_from_user() 83 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
|
/linux-2.4.37.9/arch/sh64/lib/ |
D | c-checksum.c | 252 int missing; in csum_partial_copy_from_user() local 257 missing = copy_from_user(dst, src, len); in csum_partial_copy_from_user() 259 dprintk(" missing %d\n", missing); in csum_partial_copy_from_user() 260 if (missing) { in csum_partial_copy_from_user() 261 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
|
/linux-2.4.37.9/include/linux/ |
D | auto_fs4.h | 39 struct autofs_packet_missing missing; member
|
/linux-2.4.37.9/Documentation/x86_64/ |
D | BUGS | 4 due to missing dependencies with offset.h. Usually it is safe when it
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | CONTRIBUTORS | 20 + many more (please mail me if you are missing in this list and would
|
/linux-2.4.37.9/include/net/irda/ |
D | irias_object.h | 106 extern struct ias_value missing;
|
/linux-2.4.37.9/Documentation/filesystems/devfs/ |
D | ToDo | 10 items missing (surely), please contact me so I can add them to the
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | w9966.txt | 29 The slow framerate is due to missing DMA ECP read support in the
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | mcdx | 40 o Read digital audio (i.e. copy directly), due to missing
|
/linux-2.4.37.9/fs/smbfs/ |
D | ChangeLog | 44 * proc.c: Add some of the missing error codes to smb_errno 140 [there are a few missing here :) ]
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Brutus | 58 A full PCMCIA support is still missing, although it's possible to hack
|
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | ChangeLog.txt | 32 missing free of this memory on instance detach. 46 - Add a missing cpu_to_scr() (np->abort_tbl.addr)
|
/linux-2.4.37.9/drivers/char/ |
D | ChangeLog | 249 * vesa_blank.c (set_vesa_blanking): Add missing verify_area() call. 251 * selection.c (set_selection): Add missing verify_area() call. 253 * tty_io.c (tty_ioctl): Add missing verify_area() calls. 255 * serial.c (rs_ioctl): Add missing verify_area() calls. 259 * random.c (extract_entropy): Add missing verify_area call. 326 bounds of (0, POOLSIZE). Add a few missing verify_area 533 * serial.c (rs_close): Added missing check for closing_wait2 being
|
/linux-2.4.37.9/fs/autofs4/ |
D | waitq.c | 101 struct autofs_packet_missing *mp = &pkt.missing; in autofs4_notify_daemon()
|
/linux-2.4.37.9/Documentation/i2c/ |
D | summary | 69 i2c-pcf-epp: PCF8584 on a EPP parallel port (uses i2c-algo-pcf) (BROKEN - missing i2c-pcf-epp.h)
|
/linux-2.4.37.9/Documentation/ |
D | ldm.txt | 33 N.B. The missing 1MiB at the end of the disk is where the LDM database is
|
D | smart-config.txt | 59 mkdep.c no longer generates warning messages for missing or unneeded
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.eicon | 70 membase is missing/invalid, the driver will not be loaded except
|
/linux-2.4.37.9/fs/hfs/ |
D | ChangeLog | 563 Add ioctl() interface as a "missing feature." 800 Add the missing NULL readpage and writepage entries to the inode_ops. 876 Add the missing NULL entries to the end of the file_operations. 1044 Added the remaining missing function comments. 1051 Added missing structure comments. 1055 Add missing function comments. 1159 Includes the hfs.h that was missing from the previous check in. 1167 Add instructions for a dealing with a missing linux/version.h 1474 The "improved" bdelete() was TOO paranoid looking for missing parents. 1494 Added the missing check for moving a directory into itself. [all …]
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | umsdos.txt | 46 **** If --linux-.--- is missing, then Umsdos process the directory the
|