Searched refs:read (Results 1 - 25 of 1556) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dread_dword.h25 read(handle, (char *)val, 4);
H A Dfile_read.c41 ret = Source->Class->read(Source, buffer, pos, 16384);
43 perror("file read");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2c-pxa.h13 int (*read) (void *ptr); member in struct:i2c_slave_client
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddqueue.c29 q->read = q->write = q->count = q->segment_pending = 0;
52 q->read = q->write = q->count = q->segment_pending = 0;
90 return (q->data[q->read]);
97 return (q->length[q->read]);
103 q->length[q->read] = 0;
105 q->read++;
106 if (q->read >= q->segments) {
107 q->read = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbytestream.h29 #define DEF_T(type, name, bytes, read, write) \
32 return read(*b - bytes);\
39 #define DEF(name, bytes, read, write) \
40 DEF_T(unsigned int, name, bytes, read, write)
41 #define DEF64(name, bytes, read, write) \
42 DEF_T(uint64_t, name, bytes, read, write)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drrlist.c38 int read; member in struct:AvahiRecordListItem
47 AVAHI_LLIST_HEAD(AvahiRecordListItem, read);
61 AVAHI_LLIST_HEAD_INIT(AvahiRecordListItem, l->read);
79 if (i->read)
80 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->read, i);
91 while (l->read)
92 item_free(l, l->read);
106 assert(!i->read);
117 AVAHI_LLIST_PREPEND(AvahiRecordListItem, items, l->read, i);
119 i->read
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_info.c37 create_info_entry(char *name, void (*read)(struct snd_info_entry *,
46 entry->c.text.read = read;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dbig-endian.S10 mrc p15, 0, r0, c1, c0, 0 @ read control reg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dtransport.h38 int (*read) (struct v9fs_transport *, void *, int); member in struct:v9fs_transport
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dfile.c30 .read = do_sync_read,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dfile.c25 .read = do_sync_read,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dsemaphore-helper.h14 #define read(a) ((a)->counter) macro
34 if (read(&sem->waking) > 0) {
49 if (read(&sem->waking) > 0) {
66 if (read(&sem->waking) <= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbcvt.c216 int cnt = 255, offset = 0, read = 0; local
226 read = snprintf(buf+offset, cnt, "fbcvt: %dx%d@%d: CVT Name - ",
228 offset += read;
229 cnt -= read;
236 read = snprintf(buf+offset, cnt, "%d", pixcount);
237 cnt -= read;
238 offset += read;
241 read = snprintf(buf+offset, cnt, ".%03dM", pixcount_mod);
242 cnt -= read;
243 offset += read;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dread.c14 read(ihandle instance, void *buf, int buflen) function
26 args.service = "read";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern.h34 extern int read(unsigned int, char *, int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ramfs/
H A Dfile-mmu.c19 * a POSIX-compliant read-write filesystem.
38 .read = do_sync_read,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtea575x-tuner.h32 unsigned int (*read)(struct snd_tea575x *tea); member in struct:snd_tea575x_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-rshift.S48 l 0,0(4) # read least significant limb
52 lu 0,4(4) # read 2:nd least significant limb
56 stu 7,4(9) # store previous result during read latency
H A Dmpih-lshift.S50 lu 0,-4(4) # read most significant limb
53 lu 0,-4(4) # read 2:nd most significant limb
57 stu 7,-4(9) # store previous result during read latency
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Djiffies.c61 .read = jiffies_read,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastInputStream.java16 * byte read.
18 * <p>This class extends {@link InputStream} and its <code>read()</code>
36 * @param buffer the data to read.
47 * @param buffer the data to read.
51 * @param length the number of bytes to read.
92 public int read() throws IOException { method in class:FastInputStream
97 public int read(byte[] toBuf) throws IOException { method in class:FastInputStream
102 public int read(byte[] toBuf, int offset, int length) throws IOException { method in class:FastInputStream
120 * Equivalent to <code>read()<code> but does not throw
122 * @see #read()
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-powermac.c50 int read = (read_write == I2C_SMBUS_READ); local
51 int addrdir = (addr << 1) | read;
72 rc = pmac_i2c_setmode(bus, read ?
80 rc = pmac_i2c_setmode(bus, read ?
85 if (!read) {
90 if (rc == 0 && read) {
108 rc = pmac_i2c_setmode(bus, read ?
118 rc = pmac_i2c_setmode(bus, read ?
124 read ? data->block : &data->block[1],
147 int read; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Decard.S16 @ Purpose: call an expansion card loader to read bytes.
18 @ Returns: byte read
31 @ Returns: byte read
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Decard.S21 @ Purpose: call an expansion card loader to read bytes.
23 @ Returns: byte read
36 @ Returns: byte read
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dtime.c207 .read = null_hpt_read,
214 if (!sh_hpt_frequency || clocksource_sh.read == null_hpt_read)
229 unsigned long long ticks = clocksource_sh.read();
252 if (sys_timer->ops->read)
253 clocksource_sh.read = sys_timer->ops->read;

Completed in 485 milliseconds

1234567891011>>