Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 64) sorted by relevance

123

/linux-2.4.37.9/arch/x86_64/lib/
Dold-checksum.c16 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/
Dcsum_partial_copy.c47 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/
Dcsum_partial_copy.c40 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/
Dchecksum.h79 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/
Dchecksum.c121 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/
Dchecksum.h79 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/
Dc-checksum.c252 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/
Dauto_fs4.h39 struct autofs_packet_missing missing; member
/linux-2.4.37.9/Documentation/x86_64/
DBUGS4 due to missing dependencies with offset.h. Usually it is safe when it
/linux-2.4.37.9/Documentation/video4linux/bttv/
DCONTRIBUTORS20 + many more (please mail me if you are missing in this list and would
/linux-2.4.37.9/include/net/irda/
Dirias_object.h106 extern struct ias_value missing;
/linux-2.4.37.9/Documentation/filesystems/devfs/
DToDo10 items missing (surely), please contact me so I can add them to the
/linux-2.4.37.9/Documentation/video4linux/
Dw9966.txt29 The slow framerate is due to missing DMA ECP read support in the
/linux-2.4.37.9/Documentation/cdrom/
Dmcdx40 o Read digital audio (i.e. copy directly), due to missing
/linux-2.4.37.9/fs/smbfs/
DChangeLog44 * 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/
DBrutus58 A full PCMCIA support is still missing, although it's possible to hack
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
DChangeLog.txt32 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/
DChangeLog249 * 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/
Dwaitq.c101 struct autofs_packet_missing *mp = &pkt.missing; in autofs4_notify_daemon()
/linux-2.4.37.9/Documentation/i2c/
Dsummary69 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/
Dldm.txt33 N.B. The missing 1MiB at the end of the disk is where the LDM database is
Dsmart-config.txt59 mkdep.c no longer generates warning messages for missing or unneeded
/linux-2.4.37.9/Documentation/isdn/
DREADME.eicon70 membase is missing/invalid, the driver will not be loaded except
/linux-2.4.37.9/fs/hfs/
DChangeLog563 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/
Dumsdos.txt46 **** If --linux-.--- is missing, then Umsdos process the directory the

123