Searched refs:off (Results 1 - 25 of 953) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_i2c.h15 extern int bbc_i2c_writeb(struct bbc_i2c_client *, unsigned char val, int off);
16 extern int bbc_i2c_readb(struct bbc_i2c_client *, unsigned char *byte, int off);
17 extern int bbc_i2c_write_buf(struct bbc_i2c_client *, char *buf, int len, int off);
18 extern int bbc_i2c_read_buf(struct bbc_i2c_client *, char *buf, int len, int off);
/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.java29 protected int off; field in class:FastInputStream
56 off = offset;
64 return len - off;
74 mark = off;
79 off = mark;
85 if (myCount + off > len) {
86 myCount = len - off;
116 off += count;
126 return (off < len) ? (buf[off
[all...]
H A DPackedInteger.java54 * @param off the offset in the buffer at which to start reading.
58 public static int readInt(byte[] buf, int off) { argument
63 int b1 = buf[off++];
74 int value = buf[off++] & 0xFF;
76 value |= (buf[off++] & 0xFF) << 8;
78 value |= (buf[off++] & 0xFF) << 16;
80 value |= (buf[off++] & 0xFF) << 24;
93 * @param off the offset in the buffer at which to start reading.
97 public static long readLong(byte[] buf, int off) { argument
102 int b1 = buf[off
152 getReadIntLength(byte[] buf, int off) argument
177 getReadLongLength(byte[] buf, int off) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A Drio-sysfs.c70 rio_read_config(struct kobject *kobj, char *buf, loff_t off, size_t count) argument
75 loff_t init_off = off;
82 if (off > size)
84 if (off + count > size) {
85 size -= off;
91 if ((off & 1) && size) {
93 rio_read_config_8(dev, off, &val);
94 data[off - init_off] = val;
95 off++;
99 if ((off
140 rio_write_config(struct kobject *kobj, char *buf, loff_t off, size_t count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioinit.c231 int off; local
255 for (off=0; off<size; off++) {
256 if (readb(ram + off) != oldbyte) {
257 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Byte Pre Check 1: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, readb(ram + off));
261 for (off=0; off<size; off
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dentry.h27 #define PT_REGS_SAVES(off) \
29 .fframe IA64_PT_REGS_SIZE+16+(off); \
30 .spillsp rp, PT(CR_IIP)+16+(off); \
31 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \
32 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \
33 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \
34 .spillsp pr, PT(PR)+16+(off);
36 #define PT_REGS_UNWIND_INFO(off) \
38 PT_REGS_SAVES(off); \
41 #define SWITCH_STACK_SAVES(off) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/usr/include/
H A Dlibvolume_id.h22 typedef int (*volume_id_probe_fn_t)(struct volume_id *id, uint64_t off, uint64_t size);
24 struct volume_id *id, uint64_t off, uint64_t size,
29 extern int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size);
30 extern int volume_id_probe_raid(struct volume_id *id, uint64_t off, uint64_t size);
31 extern int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size);
34 struct volume_id *id, uint64_t off, uint64_t size,
90 extern int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size);
91 extern int volume_id_probe_ext(struct volume_id *id, uint64_t off, uint64_t size);
92 extern int volume_id_probe_vfat(struct volume_id *id, uint64_t off, uint64_t size);
93 extern int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off, uint64_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/mipsel-uclibc/install/udev/usr/include/
H A Dlibvolume_id.h22 typedef int (*volume_id_probe_fn_t)(struct volume_id *id, uint64_t off, uint64_t size);
24 struct volume_id *id, uint64_t off, uint64_t size,
29 extern int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size);
30 extern int volume_id_probe_raid(struct volume_id *id, uint64_t off, uint64_t size);
31 extern int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size);
34 struct volume_id *id, uint64_t off, uint64_t size,
90 extern int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size);
91 extern int volume_id_probe_ext(struct volume_id *id, uint64_t off, uint64_t size);
92 extern int volume_id_probe_vfat(struct volume_id *id, uint64_t off, uint64_t size);
93 extern int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off, uint64_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dlibvolume_id.h22 typedef int (*volume_id_probe_fn_t)(struct volume_id *id, uint64_t off, uint64_t size);
24 struct volume_id *id, uint64_t off, uint64_t size,
29 extern int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size);
30 extern int volume_id_probe_raid(struct volume_id *id, uint64_t off, uint64_t size);
31 extern int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size);
34 struct volume_id *id, uint64_t off, uint64_t size,
90 extern int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size);
91 extern int volume_id_probe_ext(struct volume_id *id, uint64_t off, uint64_t size);
92 extern int volume_id_probe_vfat(struct volume_id *id, uint64_t off, uint64_t size);
93 extern int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off, uint64_
[all...]
H A Dsquashfs.c35 int volume_id_probe_squashfs(struct volume_id *id, uint64_t off, uint64_t size) argument
39 info("probing at offset 0x%llx", (unsigned long long) off);
41 sqs = (struct squashfs_super *) volume_id_get_buffer(id, off + 0x200, 0x200);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/tc_ematch/
H A Dtc_em_nbyte.h8 __u16 off; member in struct:tcf_em_nbyte
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/
H A Dadc.c14 int off; local
19 off = (channel & 0x03) << 2;
32 return (((ctrl_inb(ADDRAH + off) << 8) |
33 ctrl_inb(ADDRAL + off)) >> 6);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/tc_ematch/
H A Dtc_em_nbyte.h8 __u16 off; member in struct:tcf_em_nbyte
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_mmap.c30 * we need to reset the file position before handing it off */
32 const off_t off, const size_t buflen)
42 ad->ad_df.adf_fd, off);
53 ad->ad_hf.adf_fd, ad->ad_eid[eid].ade_off + off);
61 off_t off, const int end, const size_t buflen)
72 off = st.st_size - off;
76 if (st.st_size < buflen + off)
77 ftruncate(ad->ad_df.adf_fd, buflen + off);
84 ad->ad_df.adf_fd, off);
31 ad_mmapread(struct adouble *ad, const u_int32_t eid, const off_t off, const size_t buflen) argument
60 ad_mmapwrite(struct adouble *ad, const u_int32_t eid, off_t off, const int end, const size_t buflen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_mmap.c30 * we need to reset the file position before handing it off */
32 const off_t off, const size_t buflen)
42 ad->ad_df.adf_fd, off);
53 ad->ad_hf.adf_fd, ad->ad_eid[eid].ade_off + off);
61 off_t off, const int end, const size_t buflen)
72 off = st.st_size - off;
76 if (st.st_size < buflen + off)
77 ftruncate(ad->ad_df.adf_fd, buflen + off);
84 ad->ad_df.adf_fd, off);
31 ad_mmapread(struct adouble *ad, const u_int32_t eid, const off_t off, const size_t buflen) argument
60 ad_mmapwrite(struct adouble *ad, const u_int32_t eid, off_t off, const int end, const size_t buflen) argument
[all...]
H A Dad_sendfile.c94 const int eid, off_t *off,
100 *off = ad_size(ad, eid) - *off;
105 *off += ad_getentryoff(ad, eid);
118 const int sock, off_t off, const int end,
125 fd = ad_sendfile_init(ad, eid, &off, end);
126 if ((cc = sys_sendfile(fd, sock, &off, len)) < 0)
129 if ((eid != ADEID_DFORK) && (off > ad_getentrylen(ad, eid)))
130 ad_setentrylen(ad, eid, off);
93 ad_readfile_init(const struct adouble *ad, const int eid, off_t *off, const int end) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dflashutl.c46 #define FLASH_ADDR(off) ((unsigned long)flashutl_base + (off))
58 static void scmd(uint16 cmd, unsigned long off);
59 static void cmd(uint16 cmd, unsigned long off);
61 static int flash_poll(unsigned long off, uint16 data);
63 static int flash_eraseblk(unsigned long off);
64 static int flash_write(unsigned long off, uint8 *src, uint nbytes);
68 int sysFlashErase(uint off, unsigned int numbytes);
249 flash_write(unsigned long off, uint8 *src, uint nbytes) argument
257 if (off >
361 scmd(uint16 cmd, unsigned long off) argument
370 cmd(uint16 cmd, unsigned long off) argument
433 flash_poll(unsigned long off, uint16 data) argument
514 uint off = flashutl_desc->size - NVRAM_SPACE; local
521 uint off = flashutl_desc->size - NVRAM_SPACE; local
536 sysFlashErase(uint off, unsigned int numbytes) argument
561 sysFlashWrite(uint off, uchar *src, uint numbytes) argument
584 sysFlashRead(uint off, uchar *buf, uint numbytes) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_lowlevel_compat.h15 off_t off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Djsflash.h24 __u64 off; /* 0x20000000 is included */ member in struct:jsflash_ident_arg
35 __u64 off; member in struct:jsflash_program_arg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dblinken.h22 static __inline__ void blinken_leds(int on, int off) argument
27 ledstate &= ~off;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcompiler-intel.h19 #define RELOC_HIDE(ptr, off) \
22 (typeof(ptr)) (__ptr + (off)); })
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dflashutl.h27 int sysFlashRead(uint off, uchar *dst, uint bytes);
28 int sysFlashWrite(uint off, uchar *src, uint bytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dextract-ikconfig59 off=`$binoffset "$image" $GZHDR1 2>/dev/null`
60 [ "$?" != "0" ] && off="-1"
61 if [ "$off" -eq "-1" ]; then
62 off=`$binoffset "$image" $GZHDR2 2>/dev/null`
63 [ "$?" != "0" ] && off="-1"
65 if [ "$off" -eq "0" ]; then
68 elif [ "$off" -ne "-1" ]; then
69 (dd ibs="$off" skip=1 count=0 && dd bs=512k) <"$image" 2>/dev/null | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dllong.c35 int fileTooBig(mt_off_t off) { argument
36 return (off & ~max_off_t_32) != 0;
39 off_t truncBytes32(mt_off_t off) argument
41 if (fileTooBig(off)) {
45 return (off_t) off;
48 mt_off_t sectorsToBytes(Stream_t *Stream, off_t off) argument
51 return (mt_off_t) off << This->sectorShift;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci-sysfs.c216 pci_read_config(struct kobject *kobj, char *buf, loff_t off, size_t count) argument
220 loff_t init_off = off;
230 if (off > size)
232 if (off + count > size) {
233 size -= off;
239 if ((off & 1) && size) {
241 pci_user_read_config_byte(dev, off, &val);
242 data[off - init_off] = val;
243 off++;
247 if ((off
288 pci_write_config(struct kobject *kobj, char *buf, loff_t off, size_t count) argument
355 pci_read_legacy_io(struct kobject *kobj, char *buf, loff_t off, size_t count) argument
379 pci_write_legacy_io(struct kobject *kobj, char *buf, loff_t off, size_t count) argument
523 pci_write_rom(struct kobject *kobj, char *buf, loff_t off, size_t count) argument
546 pci_read_rom(struct kobject *kobj, char *buf, loff_t off, size_t count) argument
[all...]

Completed in 591 milliseconds

1234567891011>>