Searched refs:offset (Results 51 - 75 of 5133) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Duser_dma.c41 * @offset - offset in the buffer to start copying from
49 struct sk_buff *skb, int offset, struct iovec *to,
53 int i, copy = start - offset;
62 skb->data + offset, copy);
68 offset += copy;
75 WARN_ON(start > offset + len);
78 copy = end - offset;
87 frag->page_offset + offset - start, copy);
93 offset
48 dma_skb_copy_datagram_iovec(struct dma_chan *chan, struct sk_buff *skb, int offset, struct iovec *to, size_t len, struct dma_pinned_list *pinned_list) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Diommu-helper.h7 unsigned long offset,
10 if (size + offset > dma_mask)
11 return dma_mask - offset + 1;
6 iommu_device_max_index(unsigned long size, unsigned long offset, u64 dma_mask) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dsendfile.h22 int sys_sendfile(int sock, int sendfd, off_t *offset, off_t len) argument
24 return sendfile(sock, sendfd, offset, len);
33 int sys_sendfile(int sock, int sendfd, off_t *offset, off_t len) argument
37 ret = sendfile(sendfd, sock, *offset, &len, NULL, 0);
38 *offset += len;
49 int sys_sendfile(int sock, int sendfd, off_t *offset, off_t len) argument
54 ret = sendfile(sendfd, sock, *offset, nbytes, NULL, &len, SF_MNOWAIT);
55 *offset += len;
64 int sys_sendfile(int sock, int sendfd, off_t *offset, off_t len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00pci.h42 const unsigned int offset,
45 *value = readl(rt2x00dev->csr.base + offset);
49 const unsigned int offset,
52 memcpy_fromio(value, rt2x00dev->csr.base + offset, length);
56 const unsigned int offset,
59 writel(value, rt2x00dev->csr.base + offset);
63 const unsigned int offset,
67 memcpy_toio(rt2x00dev->csr.base + offset, value, length);
73 * @offset: Register offset
41 rt2x00pci_register_read(struct rt2x00_dev *rt2x00dev, const unsigned int offset, u32 *value) argument
48 rt2x00pci_register_multiread(struct rt2x00_dev *rt2x00dev, const unsigned int offset, void *value, const u32 length) argument
55 rt2x00pci_register_write(struct rt2x00_dev *rt2x00dev, const unsigned int offset, u32 value) argument
62 rt2x00pci_register_multiwrite(struct rt2x00_dev *rt2x00dev, const unsigned int offset, const void *value, const u32 length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/rb532/
H A Dgpio.c56 * offset: bit index in the 4 byte address range
60 unsigned offset, void __iomem *ioaddr)
68 val &= ~(!bitval << offset); /* unset bit if bitval == 0 */
69 val |= (!!bitval << offset); /* set bit if bitval == 1 */
79 static inline int rb532_get_bit(unsigned offset, void __iomem *ioaddr) argument
81 return (readl(ioaddr) & (1 << offset));
86 static int rb532_gpio_get(struct gpio_chip *chip, unsigned offset) argument
91 return rb532_get_bit(offset, gpch->regbase + GPIOD);
98 unsigned offset, int value)
103 rb532_set_bit(value, offset, gpc
59 rb532_set_bit(unsigned bitval, unsigned offset, void __iomem *ioaddr) argument
97 rb532_gpio_set(struct gpio_chip *chip, unsigned offset, int value) argument
109 rb532_gpio_direction_input(struct gpio_chip *chip, unsigned offset) argument
125 rb532_gpio_direction_output(struct gpio_chip *chip, unsigned offset, int value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dorphan.c23 struct btrfs_root *root, u64 offset)
31 key.offset = offset;
44 struct btrfs_root *root, u64 offset)
52 key.offset = offset;
69 int btrfs_find_orphan_item(struct btrfs_root *root, u64 offset) argument
77 key.offset = offset;
22 btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 offset) argument
43 btrfs_del_orphan_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Doal_marc.h91 #define zmw_buf_readb(dev, buf, offset) (*(u8_t *)((u8_t *)buf->data+offset))
92 #define zmw_buf_readh(dev, buf, offset) zmw_cpu_to_le16(*(u16_t *) \
93 ((u8_t *)buf->data+offset))
94 #define zmw_buf_writeb(dev, buf, offset, value) (*(u8_t *) \
95 ((u8_t *)buf->data+offset) = value)
96 #define zmw_buf_writeh(dev, buf, offset, value) (*(u16_t *) \
97 ((u8_t *)buf->data+offset) = zmw_cpu_to_le16(value))
102 #define zmw_buf_readb(dev, buf, offset) zfwBufReadByte(dev, buf, offset)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dhttp.h21 extern int flac_http_open(const gchar * url, guint64 offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dhv_driver.h42 HV_SGL sgl[/* sgl_len */], __hv64 offset,
46 offset, (HV_IntArg)callback);
52 HV_SGL sgl[/* sgl_len */], __hv64 offset,
56 offset, (HV_IntArg)callback);
41 tile_hv_dev_preada(int devhdl, __hv32 flags, __hv32 sgl_len, HV_SGL sgl[ ], __hv64 offset, struct hv_driver_cb *callback) argument
51 tile_hv_dev_pwritea(int devhdl, __hv32 flags, __hv32 sgl_len, HV_SGL sgl[ ], __hv64 offset, struct hv_driver_cb *callback) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/skas/
H A Dstub-data.h12 long offset; member in struct:stub_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dhmatrix.c16 static inline void __hmatrix_write_reg(unsigned long offset, u32 value) argument
18 __raw_writel(value, (void __iomem __force *)(HMATRIX_BASE + offset));
21 static inline u32 __hmatrix_read_reg(unsigned long offset) argument
23 return __raw_readl((void __iomem __force *)(HMATRIX_BASE + offset));
28 * @offset: register offset
29 * @value: value to be written to the register at @offset
31 void hmatrix_write_reg(unsigned long offset, u32 value) argument
34 __hmatrix_write_reg(offset, value);
35 __hmatrix_read_reg(offset);
45 hmatrix_read_reg(unsigned long offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dmodule.c104 s32 offset; local
109 offset = ELF32_R_SYM(rel->r_info);
110 if (offset < 0 || offset > (symsec->sh_size / sizeof(Elf32_Sym))) {
116 sym = ((Elf32_Sym *)symsec->sh_addr) + offset;
120 "section %d reloc %d offset %d size %d\n",
140 offset = (*(u32 *)loc & 0x00ffffff) << 2;
141 if (offset & 0x02000000)
142 offset -= 0x04000000;
144 offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddir_iterate.c33 static int ext2fs_validate_entry(char *buf, int offset, int final_offset) argument
37 while (offset < final_offset) {
38 dirent = (struct ext2_dir_entry *)(buf + offset);
39 offset += dirent->rec_len;
45 return (offset == final_offset);
55 int offset,
93 int offset,
102 struct ext2_dir_entry *dirent, int offset, variable
107 return (*xl->func)(dirent, offset, blocksize, buf, xl->real_private);
115 int offset,
48 ext2fs_dir_iterate2(ext2_filsys fs, ext2_ino_t dir, int flags, char *block_buf, int (*func)(ext2_ino_t dir, int entry, struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data), void *priv_data) argument
110 ext2fs_dir_iterate(ext2_filsys fs, ext2_ino_t dir, int flags, char *block_buf, int (*func)(struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data), void *priv_data) argument
143 unsigned int offset = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Ddirectory.c26 sector_t *offset)
54 int lextoffset = epos->offset;
61 block = udf_get_lb_pblock(dir->i_sb, eloc, *offset);
63 (*offset)++;
65 if ((*offset << blocksize_bits) >= *elen)
66 *offset = 0;
68 epos->offset = lextoffset;
76 if (!(*offset & ((16 >> (blocksize_bits - 9)) - 1))) {
78 if (i + *offset > (*elen >> blocksize_bits))
79 i = (*elen >> blocksize_bits)-*offset;
21 udf_fileident_read(struct inode *dir, loff_t *nf_pos, struct udf_fileident_bh *fibh, struct fileIdentDesc *cfi, struct extent_position *epos, struct kernel_lb_addr *eloc, uint32_t *elen, sector_t *offset) argument
157 udf_get_fileident(void *buffer, int bufsize, int *offset) argument
198 udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) argument
221 udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dcs5535-gpio.c73 static void __cs5535_gpio_set(struct cs5535_gpio_chip *chip, unsigned offset, argument
76 if (offset < 16)
78 outl(1 << offset, chip->base + reg);
81 errata_outl(chip, 1 << (offset - 16), reg);
84 void cs5535_gpio_set(unsigned offset, unsigned int reg) argument
90 __cs5535_gpio_set(chip, offset, reg);
95 static void __cs5535_gpio_clear(struct cs5535_gpio_chip *chip, unsigned offset, argument
98 if (offset < 16)
100 outl(1 << (offset + 16), chip->base + reg);
103 errata_outl(chip, 1 << offset, re
106 cs5535_gpio_clear(unsigned offset, unsigned int reg) argument
117 cs5535_gpio_isset(unsigned offset, unsigned int reg) argument
142 chip_gpio_request(struct gpio_chip *c, unsigned offset) argument
169 chip_gpio_get(struct gpio_chip *chip, unsigned offset) argument
174 chip_gpio_set(struct gpio_chip *chip, unsigned offset, int val) argument
182 chip_direction_input(struct gpio_chip *c, unsigned offset) argument
195 chip_direction_output(struct gpio_chip *c, unsigned offset, int val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/hw/
H A DMMURegAcM.h33 const u32 offset = MMU_MMU_SYSCONFIG_OFFSET;\
34 register u32 data = __raw_readl((base_address)+offset);\
41 __raw_writel(new_value, base_address+offset);\
46 const u32 offset = MMU_MMU_SYSCONFIG_OFFSET;\
47 register u32 data = __raw_readl((base_address)+offset);\
54 __raw_writel(new_value, base_address+offset);\
63 const u32 offset = MMU_MMU_IRQSTATUS_OFFSET;\
66 __raw_writel(new_value, (base_address)+offset);\
75 const u32 offset = MMU_MMU_IRQENABLE_OFFSET;\
78 __raw_writel(new_value, (base_address)+offset);\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DLabel.java135 * Returns the offset corresponding to this label. This offset is computed
140 * @return the offset corresponding to this label.
145 throw new IllegalStateException("Label offset position has not been resolved yet");
152 * position of the label is known, the offset is computed and written
153 * directly. Otherwise, a null offset is written and a new forward reference
191 * yet. For backward references, the offset of the reference can be, and
195 * position will be used to compute the offset of this forward
197 * @param referencePosition the position where the offset for this forward
230 * small to store the offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/uv/
H A Duv_hub.h29 * M - The low M bits of a physical address represent the offset
56 * M - number of node offset bits (35 .. 40)
65 * M - number of node offset bits (35 .. 40)
123 unsigned long offset; member in struct:uv_scir_s
271 /* pnode, offset --> socket virtual */
272 static inline void *uv_pnode_offset_to_vaddr(int pnode, unsigned long offset) argument
274 return __va(((unsigned long)pnode << uv_hub_info->m_val) | offset);
290 static inline unsigned long *uv_global_mmr32_address(int pnode, unsigned long offset) argument
293 UV_GLOBAL_MMR32_PNODE_BITS(pnode) | offset);
296 static inline void uv_write_global_mmr32(int pnode, unsigned long offset, unsigne argument
301 uv_read_global_mmr32(int pnode, unsigned long offset) argument
310 uv_global_mmr64_address(int pnode, unsigned long offset) argument
316 uv_write_global_mmr64(int pnode, unsigned long offset, unsigned long val) argument
321 uv_read_global_mmr64(int pnode, unsigned long offset) argument
330 uv_global_gru_mmr_address(int pnode, unsigned long offset) argument
336 uv_write_global_mmr8(int pnode, unsigned long offset, unsigned char val) argument
341 uv_read_global_mmr8(int pnode, unsigned long offset) argument
350 uv_local_mmr_address(unsigned long offset) argument
355 uv_read_local_mmr(unsigned long offset) argument
360 uv_write_local_mmr(unsigned long offset, unsigned long val) argument
365 uv_read_local_mmr8(unsigned long offset) argument
370 uv_write_local_mmr8(unsigned long offset, unsigned char val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dread_write.c31 * @offset: Byte offset in the lower file to which to write the data
32 * @size: Number of bytes from @data to write at @offset in the lower
40 loff_t offset, size_t size)
49 inode_info->lower_file->f_pos = offset;
65 * @offset_in_page: The offset in the @page_for_lower from which to
70 * Determines the byte offset in the file for the given page and
71 * offset within the page, maps the page, and makes the call to write
81 loff_t offset; local
84 offset
39 ecryptfs_write_lower(struct inode *ecryptfs_inode, char *data, loff_t offset, size_t size) argument
112 ecryptfs_write(struct inode *ecryptfs_inode, char *data, loff_t offset, size_t size) argument
229 ecryptfs_read_lower(char *data, loff_t offset, size_t size, struct inode *ecryptfs_inode) argument
270 loff_t offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/Windows/MSVC10/libs/libGeoIP/
H A DGeoIP_X.hpp6 ssize_t pread(int fildes, void *buf, size_t nbyte, size_t offset) argument
8 lseek(fildes, offset, SEEK_SET);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/bitops/
H A Dfind.h6 size, unsigned long offset);
9 long size, unsigned long offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_flock.c18 __os_fdlock(env, fhp, offset, acquire, nowait)
22 off_t offset;
47 "fileops: flock %s %s offset %lu",
48 fhp->name, acquire ? "acquire": "release", (u_long)offset);
54 DB_ASSERT(env, offset < (u_int64_t)INT64_MAX);
55 offset = UINT64_MAX - offset;
56 low = (DWORD)offset;
57 high = (DWORD)(offset >> 32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dhipz_fns_core.h50 #define hipz_galpa_store_cq(gal, offset, value) \
51 hipz_galpa_store(gal, CQTEMM_OFFSET(offset), value)
53 #define hipz_galpa_load_cq(gal, offset) \
54 hipz_galpa_load(gal, CQTEMM_OFFSET(offset))
56 #define hipz_galpa_store_qp(gal, offset, value) \
57 hipz_galpa_store(gal, QPTEMM_OFFSET(offset), value)
58 #define hipz_galpa_load_qp(gal, offset) \
59 hipz_galpa_load(gal, QPTEMM_OFFSET(offset))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Duser_fixup.c21 static unsigned long compute_size(unsigned long start, unsigned long size, unsigned long *offset) argument
27 *offset = 0;
29 *offset = fault_addr - start;
37 unsigned long offset; local
39 size = compute_size((unsigned long) from, size, &offset);
41 memset(to + offset, 0, size);
49 unsigned long offset; local
51 return compute_size((unsigned long) to, size, &offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsmovecr.S5 | offset given in the instruction field.
7 | Input: An offset in the instruction word.
45 bfextu CMDREG1B(%a6){#9:#7},%d0 |get offset
48 | check range of offset
50 tstb %d0 |if zero, offset is to pi
64 tstb %d1 |offset is zero, check for rmode
78 subil #0xb,%d0 |make offset in 0 - 4 range
99 subil #0x30,%d0 |make offset in 0 - f range
128 mulul #12,%d0 |use offset to point into tables

Completed in 134 milliseconds

1234567891011>>