Searched refs:do_read (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndegd.c99 do_read( int fd, void *buf, size_t nbytes ) function
241 n = do_read( fd, buffer, 1 );
251 n = do_read( fd, buffer, n );
277 n = do_read( fd, buffer, nbytes );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpnmenc.c68 goto do_read;
71 goto do_read;
76 goto do_read;
82 goto do_read;
86 do_read:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/appletalk/
H A Dltpc.c246 static int do_read(struct net_device *dev, void *cbuf, int cbuflen,
673 static int do_read(struct net_device *dev, void *cbuf, int cbuflen, function
697 /* end of idle handlers -- what should be seen is do_read, do_write */
708 return do_read(dev, &c, sizeof(c.getflags),&c,0);
841 aa->s_node = do_read(dev,&c,sizeof(c),&c,0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dapm.c1173 static ssize_t do_read(struct file *fp, char __user *buf, size_t count, loff_t *ppos) function
1604 .read = do_read,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c1102 * do_read - Read in bytes from the port. Return the number of bytes
1109 static inline int do_read(struct uart_port *the_port, char *buf, int len) function
1406 read_count = do_read(the_port, ch, MAX_CHARS);
H A Dioc4_serial.c2055 * do_read - Read in bytes from the port. Return the number of bytes
2062 static inline int do_read(struct uart_port *the_port, unsigned char *buf, function
2359 read_count = do_read(the_port, ch, request_count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c598 static void do_read(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function
1075 [FUSE_READ] = { do_read, "READ" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c1503 static int do_read(struct fsg_dev *fsg) function
2736 reply = do_read(fsg);
2744 reply = do_read(fsg);
2752 reply = do_read(fsg);

Completed in 100 milliseconds