Searched refs:offset (Results 151 - 175 of 5133) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dspiflash.h43 uint offset, uint len, uchar *buf);
45 uint offset, uint len, const uchar *buf);
46 extern int spiflash_erase(si_t *sih, qspiregs_t *qspi, uint offset);
48 uint offset, uint len, const uchar *buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Duncompress.h23 static inline unsigned char uart_read(int offset) argument
25 return *(volatile unsigned char *)(uart_base + (offset << uart_shift));
28 static inline void uart_write(unsigned char val, int offset) argument
30 *(volatile unsigned char *)(uart_base + (offset << uart_shift)) = val;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/mach/
H A Dtime.h31 * - offset
32 * Return the timer offset in microseconds since the last timer
42 unsigned long (*offset)(void); member in struct:sys_timer
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar_bz2.c15 archive_handle->offset = 0;
H A Dget_header_tar_lzma.c18 archive_handle->offset = 0;
H A Dunpack_ar_archive.c17 ar_archive->offset += 7;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Dnamei.c27 struct buffer_head *bh, unsigned long *offset)
36 de = (struct qnx4_inode_entry *) (bh->b_data + *offset);
37 *offset += QNX4_DIR_ENTRY_SIZE;
64 unsigned long block, offset, blkofs; local
73 block = offset = blkofs = 0;
74 while (blkofs * QNX4_BLOCK_SIZE + offset < dir->i_size) {
82 *res_dir = (struct qnx4_inode_entry *) (bh->b_data + offset);
83 if (qnx4_match(len, name, bh, &offset)) {
86 (offset / QNX4_DIR_ENTRY_SIZE) - 1;
89 if (offset < b
26 qnx4_match(int len, const char *name, struct buffer_head *bh, unsigned long *offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dfile.c57 * Locate cache slot in range [offset, index] for specified inode. If
60 static struct meta_index *locate_meta_index(struct inode *inode, int offset, argument
69 TRACE("locate_meta_index: index %d, offset %d\n", index, offset);
76 msblk->meta_index[i].offset >= offset &&
77 msblk->meta_index[i].offset <= index &&
79 TRACE("locate_meta_index: entry %d, offset %d\n", i,
80 msblk->meta_index[i].offset);
82 offset
99 empty_meta_index(struct inode *inode, int offset, int skip) argument
173 read_indexes(struct super_block *sb, int n, u64 *start_block, int *offset) argument
241 int offset = 0; local
339 int offset; local
378 int bytes, i, offset = 0, sparse = 0; local
[all...]
H A Dsymlink.c53 int offset = squashfs_i(inode)->offset; local
60 "%llx, offset %x\n", page->index, block, offset);
66 bytes = squashfs_read_metadata(sb, NULL, &block, &offset,
71 squashfs_i(inode)->offset);
83 for (bytes = 0; bytes < length; offset = 0, bytes += copied) {
88 squashfs_i(inode)->offset);
94 copied = squashfs_copy_data(pageaddr + bytes, entry, offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_memory.c44 * \param offset requested start offset.
52 int drm_mem_info(char *buf, char **start, off_t offset, argument
59 static void *agp_remap(unsigned long offset, unsigned long size, argument
72 offset -= dev->hose->mem_space->start;
76 if (agpmem->bound <= offset
78 (offset + size))
93 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE);
129 static inline void *agp_remap(unsigned long offset, unsigned long size, argument
141 map->handle = agp_remap(map->offset, ma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dbitops.h404 * __ffz_word_loop - find byte offset of first long != -1UL
441 * __ffs_word_loop - find byte offset of first long != 0UL
529 * @offset: byte offset of source value in the array
532 unsigned long offset)
534 p = (unsigned long *)((unsigned long) p + offset);
541 * @offset: byte offset of source value in the array
544 unsigned long offset)
548 p = (unsigned long *)((unsigned long) p + offset);
531 __load_ulong_be(const unsigned long *p, unsigned long offset) argument
543 __load_ulong_le(const unsigned long *p, unsigned long offset) argument
651 find_next_zero_bit(const unsigned long * addr, unsigned long size, unsigned long offset) argument
687 find_next_bit(const unsigned long * addr, unsigned long size, unsigned long offset) argument
767 ext2_find_next_zero_bit(void *vaddr, unsigned long size, unsigned long offset) argument
808 ext2_find_next_bit(void *vaddr, unsigned long size, unsigned long offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/zram/
H A Dxvmalloc.h24 u32 *offset, gfp_t flags);
25 void xv_free(struct xv_pool *pool, struct page *page, u32 offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dwrap_mis.c75 asmlinkage u8_t zfwBufReadByte(zdev_t *dev, zbuf_t *buf, u16_t offset) argument
77 return *(u8_t *)((u8_t *)buf->data+offset);
80 asmlinkage u16_t zfwBufReadHalfWord(zdev_t *dev, zbuf_t *buf, u16_t offset) argument
82 return zmw_cpu_to_le16(*(u16_t *)((u8_t *)buf->data+offset));
85 asmlinkage void zfwBufWriteByte(zdev_t *dev, zbuf_t *buf, u16_t offset, argument
88 *(u8_t *)((u8_t *)buf->data+offset) = value;
91 asmlinkage void zfwBufWriteHalfWord(zdev_t *dev, zbuf_t *buf, u16_t offset, argument
94 *(u16_t *)((u8_t *)buf->data+offset) = zmw_cpu_to_le16(value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dlocking.c30 * @def read_lock(fd, offset, whence, len)
34 * @param offset (r) byte offset relative to l_whence
43 * @def write_lock(fd, offset, whence, len)
47 * @param offset (r) byte offset relative to l_whence
56 * @def unlock(fd, offset, whence, len)
60 * @param offset (r) byte offset relative to l_whence
77 * @param offset (
86 lock_reg(int fd, int cmd, int type, off_t offset, int whence, off_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dcow_sys.h26 static inline int cow_seek_file(int fd, __u64 offset) argument
28 return os_seek_file(fd, offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm_atmel.h29 #define atmel_getb(chip, offset) readb(chip->vendor->iobase + offset);
30 #define atmel_putb(val, chip, offset) writeb(val, chip->vendor->iobase + offset)
81 #define atmel_getb(chip, offset) inb(chip->vendor->base + offset)
82 #define atmel_putb(val, chip, offset) outb(val, chip->vendor->base + offset)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dkvm_minstate.h132 .mem.offset 0,0; st8.spill [r16] = r8,16; \
133 .mem.offset 8,0; st8.spill [r17] = r9,16; \
135 .mem.offset 0,0; st8.spill [r16] = r10,24; \
136 .mem.offset 8,0; st8.spill [r17] = r11,24; \
158 .mem.offset 0,0; st8.spill [r16] = r20,16;/* save original r1 */ \
159 .mem.offset 8,0; st8.spill [r17] = r12,16; \
162 .mem.offset 0,0; st8.spill [r16] = r13,16; \
163 .mem.offset 8,0; st8.spill [r17] = r10,16; /* save ar.fpsr */\
166 .mem.offset 0,0; st8.spill [r16] = r15,16; \
167 .mem.offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dserial.c35 int offset)
37 offset <<= up->regshift;
39 WARN_ONCE(!up->membase, "unmapped read: uart[%d]\n", offset);
41 return (unsigned int)__raw_readl(up->membase + offset);
44 static inline void serial_write_reg(struct plat_serial8250_port *p, int offset, argument
47 offset <<= p->regshift;
49 WARN_ONCE(!p->membase, "unmapped write: uart[%d]\n", offset);
51 __raw_writel(value, p->membase + offset);
34 serial_read_reg(struct plat_serial8250_port *up, int offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dclksel.c41 unsigned int clksel, offset; local
46 offset = MSOFFSET;
48 offset = ATAOFFSET;
50 offset = LCDOFFSET;
52 offset = AUDOFFSET;
54 offset = CPUOFFSET;
56 clksel &= ~(0x03 << offset);
57 clksel |= (clkval << offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnmblib.c155 static BOOL handle_name_ptrs(unsigned char *ubuf,int *offset,int length, argument
160 while ((ubuf[*offset] & 0xC0) == 0xC0) {
164 (*offset) = ((ubuf[*offset] & ~0xC0)<<8) | ubuf[(*offset)+1];
165 if (loop_count++ == 10 || (*offset) < 0 || (*offset)>(length-2)) {
184 int offset = ofs; local
186 if (length - offset < 2)
190 if (!handle_name_ptrs(ubuf,&offset,lengt
288 put_nmb_name(char *buf,int offset,struct nmb_name *name) argument
355 parse_alloc_res_rec(char *inbuf,int *offset,int length, struct res_rec **recs, int count) argument
393 put_res_rec(char *buf,int offset,struct res_rec *recs,int count) argument
418 put_compressed_name_ptr(unsigned char *buf,int offset,struct res_rec *rec,int ptr_offset) argument
445 int offset; local
496 int nm_flags,offset; local
819 int offset=0; local
894 int offset=0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c103 unsigned int offset; /* pointer to compressed data in archive */ member in struct:entry
324 unsigned int offset = sizeof(struct cramfs_super) + image_length; local
327 offset += opt_pad;
360 super->root.offset = offset >> 2;
362 return offset;
365 static void set_data_offset(struct entry *entry, char *base, unsigned long offset) argument
369 assert ((offset & 3) == 0);
371 if (offset >= (1 << (2 + CRAMFS_OFFSET_WIDTH))) {
375 inode->offset
385 write_directory_structure(struct entry *entry, char *base, unsigned int offset) argument
499 do_compress(char *base, unsigned int offset, char const *name, char *uncompressed, unsigned int size) argument
550 write_data(struct entry *entry, char *base, unsigned int offset) argument
570 write_file(char *file, char *base, unsigned int offset) argument
618 ssize_t offset, written; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dread.c50 D1(printk(KERN_DEBUG "Node read from %08x: node_crc %08x, calculated CRC %08x. dsize %x, csize %x, offset %x, buf %p\n",
53 je32_to_cpu(ri->offset), buf));
154 unsigned char *buf, uint32_t offset, uint32_t len)
156 uint32_t end = offset + len;
161 f->inocache->ino, offset, offset+len));
163 frag = jffs2_lookup_node_frag(&f->fragtree, offset);
168 while(offset < end) {
169 D2(printk(KERN_DEBUG "jffs2_read_inode_range: offset %d, end %d\n", offset, en
153 jffs2_read_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, unsigned char *buf, uint32_t offset, uint32_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java12 * Keeps track of a set of visited objects and their corresponding offset in a
54 * Adds a visited object and offset, growing the visited arrays as needed.
57 int add(Object o, int offset) { argument
65 offsets[i] = offset;
77 * Sets the offset for an existing slot index.
79 void setOffset(int index, int offset) { argument
80 offsets[index] = offset;
84 * Returns the offset for a visited object, or -1 if never visited.
96 * Returns the visited object for a given offset, or null if never visited.
98 Object getObject(int offset) { argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_seek.c15 * Seek to a page/byte offset in the file.
34 off_t offset; local
43 offset = (off_t)pgsize * pgno + relative;
47 "fileops: seek %s to %lu", fhp->name, (u_long)offset);
49 offbytes.bigint = offset;
56 fhp->offset = relative;
59 "seek: %lu: (%lu * %lu) + %lu", (u_long)offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkallsyms.h29 unsigned long *offset);
34 unsigned long *offset,
44 int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name);
63 unsigned long *offset)
70 unsigned long *offset,
87 static inline int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name) argument
61 kallsyms_lookup_size_offset(unsigned long addr, unsigned long *symbolsize, unsigned long *offset) argument
68 kallsyms_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname, char *namebuf) argument

Completed in 368 milliseconds

1234567891011>>