Searched defs:offset (Results 126 - 150 of 3437) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dhv_driver.h41 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/drivers/
H A Dcow_sys.h26 static inline int cow_seek_file(int fd, __u64 offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dsyscall.c41 old_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Delfcore.c14 int elf_core_write_extra_phdrs(struct file *file, loff_t offset, size_t *size, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) argument
61 public int Get(byte[] destination, int offset, int count) argument
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv04_cursor.c38 nv04_cursor_set_offset(struct nouveau_crtc *nv_crtc, uint32_t offset) argument
H A Dnv50_cursor.c118 nv50_cursor_set_offset(struct nouveau_crtc *nv_crtc, uint32_t offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dmaccess.c25 int offset, mask; local
32 mask >>= offset; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddma.h43 dma_prog_region_offset_to_bus( struct dma_prog_region *prog, unsigned long offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dcrash_dump_32.c53 copy_oldmem_page(unsigned long pfn, char *buf, size_t csize, unsigned long offset, int userbuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dearly.c10 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) argument
18 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) argument
26 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) argument
34 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, argument
41 write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) argument
47 write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsyscall.c53 asmlinkage long xtensa_fadvise64_64(int fd, int advice, unsigned long long offset, unsigned long long len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/async_tx/
H A Dasync_memset.c42 async_memset(struct page *dest, int val, unsigned int offset, size_t len, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Ddma.c66 dma_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Dgpiolib-au1000.c39 static int gpio2_get(struct gpio_chip *chip, unsigned offset) argument
44 static void gpio2_set(struct gpio_chip *chip, unsigned offset, int value) argument
49 static int gpio2_direction_input(struct gpio_chip *chip, unsigned offset) argument
54 static int gpio2_direction_output(struct gpio_chip *chip, unsigned offset, argument
61 static int gpio2_to_irq(struct gpio_chip *chip, unsigned offset) argument
67 gpio1_get(struct gpio_chip *chip, unsigned offset) argument
72 gpio1_set(struct gpio_chip *chip, unsigned offset, int value) argument
78 gpio1_direction_input(struct gpio_chip *chip, unsigned offset) argument
83 gpio1_direction_output(struct gpio_chip *chip, unsigned offset, int value) argument
90 gpio1_to_irq(struct gpio_chip *chip, unsigned offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dserial.c23 unsigned int octeon_serial_in(struct uart_port *up, int offset) argument
34 void octeon_serial_out(struct uart_port *up, int offset, int value) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt_internal.h70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dconfigs.c58 ikconfig_read_current(struct file *file, char __user *buf, size_t len, loff_t * offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dfind_next_bit.c23 find_next_bit(const unsigned long *addr, unsigned long size, unsigned long offset) argument
67 find_next_zero_bit(const unsigned long *addr, unsigned long size, unsigned long offset) argument
188 generic_find_next_zero_le_bit(const unsigned long *addr, unsigned long size, unsigned long offset) argument
232 generic_find_next_le_bit(const unsigned long *addr, unsigned long size, unsigned long offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfadvise.c27 SYSCALL_DEFINE(fadvise64_64)(int fd, loff_t offset, loff_t len, int advice) argument
138 asmlinkage long SyS_fadvise64_64(long fd, loff_t offset, loff_t len, long advice) argument
147 SYSCALL_DEFINE(fadvise64)(int fd, loff_t offset, size_t len, int advice) argument
152 asmlinkage long SyS_fadvise64(long fd, loff_t offset, long len, long advice) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtimecompare.h78 s64 offset; member in struct:timecompare
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dvideobuf-dma-sg.h50 int offset; member in struct:videobuf_dmabuf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dutil_mem.h30 unsigned int offset; /* zero-offset of this block */ member in struct:snd_util_memblk
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dgetline.cc39 getstr (char **lineptr, size_t *n, FILE *stream, char terminator, size_t offset) argument

Completed in 115 milliseconds

1234567891011>>