Searched defs:handle (Results 101 - 125 of 729) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dioctl.c35 handle_t *handle = NULL; local
121 handle_t *handle; local
[all...]
H A Dxattr_security.c52 ext3_init_security(handle_t *handle, struct inode *inode, struct inode *dir) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dioctl.c35 handle_t *handle = NULL; local
144 handle_t *handle; local
[all...]
H A Dxattr_security.c52 ext4_init_security(handle_t *handle, struct inode *inode, struct inode *dir) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/memrar/
H A Dmemrar_allocator.c239 struct memrar_address_range const *handle = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dioctl.c51 handle_t *handle = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemsys.h155 handle_union handle; /* reference to backing-store storage object */ member in struct:backing_store_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dutils.c260 acpi_evaluate_integer(acpi_handle handle, argument
294 acpi_evaluate_reference(acpi_handle handle, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_memory.c109 int drm_free_agp(DRM_AGP_MEM * handle, int pages) argument
116 int drm_bind_agp(DRM_AGP_MEM * handle, unsigned int start) argument
122 int drm_unbind_agp(DRM_AGP_MEM * handle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_gem_debug.c137 i915_gem_object_check_coherency(struct drm_gem_object *obj, int handle) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_notifier.c97 nouveau_notifier_alloc(struct nouveau_channel *chan, uint32_t handle, argument
H A Dnv04_fbcon.c162 nv04_fbcon_grobj_new(struct drm_device *dev, int class, uint32_t handle) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c144 radeon_crtc_cursor_set(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Ddma.c70 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, argument
101 dma_addr_t handle = virt_to_bus(addr); local
18 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t flag) argument
62 dma_free_coherent(struct device *dev, size_t size, void *addr, dma_addr_t handle) argument
112 dma_addr_t handle = page_to_phys(page) + offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dsoc-of-simple.c140 const phandle *handle; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/io/
H A Dblkif.h57 blkif_vdev_t handle; /* only for read/write requests */ member in struct:blkif_request
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvo-aacenc.c35 VO_HANDLE handle; member in struct:AACContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/glthread/
H A Dthread.c65 HANDLE volatile handle; member in struct:gl_thread_struct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndw32ce.c167 HANDLE handle; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dac.c46 key_copy (gcry_ac_handle_t handle, argument
61 gcry_ac_handle_t handle; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Ddma-coherent.c39 __dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) argument
81 __dma_free(struct device *dev, size_t size, struct page *page, dma_addr_t handle) argument
90 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) argument
104 dma_free_coherent(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle) argument
118 dma_alloc_writecombine(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) argument
136 dma_free_writecombine(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndw32ce.c167 HANDLE handle; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dac.c46 key_copy (gcry_ac_handle_t handle, argument
61 gcry_ac_handle_t handle; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dofw-shark.c132 OF_getproplen(ofw_handle_t openfirmware, int handle, char *prop) argument
161 OF_getprop(ofw_handle_t openfirmware, int handle, char *prop, void *buf, unsigned int buflen) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Df_rsvp.c170 static int rsvp_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n) argument
231 unsigned handle; local
316 static int rsvp_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
[all...]

Completed in 326 milliseconds

1234567891011>>