Searched defs:handle (Results 201 - 225 of 729) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Ddma-mapping.h150 dma_alloc_noncoherent(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp) argument
156 dma_free_noncoherent(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle) argument
368 dma_unmap_single(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir) argument
388 dma_unmap_page(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir) argument
414 dma_sync_single_range_for_cpu(struct device *dev, dma_addr_t handle, unsigned long offset, size_t size, enum dma_data_direction dir) argument
426 dma_sync_single_range_for_device(struct device *dev, dma_addr_t handle, unsigned long offset, size_t size, enum dma_data_direction dir) argument
438 dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir) argument
444 dma_sync_single_for_device(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dime/
H A Ddimeclient.cpp250 static void *dime_read_open(struct soap *soap, void *handle, const char *id, const char *type, const char *options) argument
258 static void dime_read_close(struct soap *soap, void *handle) argument
262 static size_t dime_read(struct soap *soap, void *handle, char *buf, size_t len) argument
268 FILE *handle = NULL; local
288 dime_write_close(struct soap *soap, void *handle) argument
292 dime_write(struct soap *soap, void *handle, const char *buf, size_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dime/
H A Ddimeclient.cpp250 static void *dime_read_open(struct soap *soap, void *handle, const char *id, const char *type, const char *options) argument
258 static void dime_read_close(struct soap *soap, void *handle) argument
262 static size_t dime_read(struct soap *soap, void *handle, char *buf, size_t len) argument
268 FILE *handle = NULL; local
288 dime_write_close(struct soap *soap, void *handle) argument
292 dime_write(struct soap *soap, void *handle, const char *buf, size_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dslattach.c20 int handle; member in struct:globals
25 #define handle (G.handle ) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dbbsh.c186 static void handle(char *command) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Df_u32.c43 int get_u32_handle(__u32 *handle, char *str) argument
78 char * sprint_u32_handle(__u32 handle, char *buf) argument
774 static int u32_parse_opt(struct filter_util *qu, char *handle, in argument
825 unsigned handle; local
849 unsigned handle; local
861 unsigned handle; local
950 u32_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-restore.c60 struct ip6tc_handle *handle; local
118 struct ip6tc_handle *handle = NULL; local
[all...]
H A Diptables-restore.c61 struct iptc_handle *handle; local
119 struct iptc_handle *handle = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_ext.c42 static int snd_ctl_ext_close(snd_ctl_t *handle) argument
51 static int snd_ctl_ext_nonblock(snd_ctl_t *handle, int nonblock) argument
66 static int snd_ctl_ext_subscribe_events(snd_ctl_t *handle, int subscribe) argument
78 static int snd_ctl_ext_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info) argument
92 static int snd_ctl_ext_elem_list(snd_ctl_t *handle, snd_ctl_elem_list_t *list) argument
129 snd_ctl_ext_elem_info(snd_ctl_t *handle, snd_ctl_elem_info_t *info) argument
208 snd_ctl_ext_elem_read(snd_ctl_t *handle, snd_ctl_elem_value_t *control) argument
262 snd_ctl_ext_elem_write(snd_ctl_t *handle, snd_ctl_elem_value_t *control) argument
327 snd_ctl_ext_elem_tlv(snd_ctl_t *handle, int op_flag, unsigned int numid, unsigned int *tlv, unsigned int tlv_size) argument
414 snd_ctl_ext_read(snd_ctl_t *handle, snd_ctl_event_t *event) argument
422 snd_ctl_ext_poll_descriptors_count(snd_ctl_t *handle) argument
433 snd_ctl_ext_poll_descriptors(snd_ctl_t *handle, struct pollfd *pfds, unsigned int space) argument
449 snd_ctl_ext_poll_revents(snd_ctl_t *handle, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) argument
[all...]
H A Dsetup.c618 int snd_sctl_build(snd_sctl_t **sctl, snd_ctl_t *handle, snd_config_t *conf, snd_config_t *private_data, int mode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi_virt.c42 snd_seq_t *handle; member in struct:__anon1510
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer_hw.c47 static int snd_timer_hw_close(snd_timer_t *handle) argument
105 static int snd_timer_hw_info(snd_timer_t *handle, snd_timer_info_t * info) argument
117 static int snd_timer_hw_params(snd_timer_t *handle, snd_timer_params_t * params) argument
129 static int snd_timer_hw_status(snd_timer_t *handle, snd_timer_status_t * status) argument
146 static int snd_timer_hw_start(snd_timer_t *handle) argument
163 snd_timer_hw_stop(snd_timer_t *handle) argument
180 snd_timer_hw_continue(snd_timer_t *handle) argument
197 snd_timer_hw_read(snd_timer_t *handle, void *buffer, size_t size) argument
224 snd_timer_hw_open(snd_timer_t **handle, const char *name, int dev_class, int dev_sclass, int card, int device, int subdevice, int mode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DDomainBrowser.cs67 private IntPtr handle; field in class:Avahi.DomainBrowser
87 private static extern void avahi_domain_browser_free (IntPtr handle); argument
H A DRecordBrowser.cs81 private IntPtr handle; field in class:Avahi.RecordBrowser
103 private static extern void avahi_record_browser_free (IntPtr handle); argument
H A DServiceBrowser.cs69 private IntPtr handle; field in class:Avahi.ServiceBrowser
89 private static extern void avahi_service_browser_free (IntPtr handle); argument
H A DServiceResolver.cs40 private IntPtr handle; field in class:Avahi.ServiceResolver
72 private static extern void avahi_service_resolver_free (IntPtr handle); argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysacls.c362 SMB_ACL_T sys_acl_get_file(vfs_handle_struct *handle, argument
368 SMB_ACL_T sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
373 int sys_acl_set_file(vfs_handle_struct *handle, argument
379 int sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, argument
385 int sys_acl_delete_def_file(vfs_handle_struct *handle, argument
393 sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) argument
399 sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
404 sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d) argument
410 sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T acl_d) argument
416 sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) argument
424 sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) argument
430 sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
435 sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d) argument
441 sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T acl_d) argument
447 sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) argument
455 sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) argument
461 sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
466 sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d) argument
472 sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T acl_d) argument
478 sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) argument
486 sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) argument
492 sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
497 sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d) argument
503 sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T acl_d) argument
509 sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) argument
517 sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) argument
523 sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
528 sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d) argument
534 sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T acl_d) argument
540 sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) argument
548 sys_acl_get_file(vfs_handle_struct *handle, const char *path_p, SMB_ACL_TYPE_T type) argument
559 sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
569 sys_acl_set_file(vfs_handle_struct *handle, const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T acl_d) argument
580 sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T acl_d) argument
591 sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_catia.c74 static SMB_STRUCT_DIR *catia_opendir(vfs_handle_struct *handle, argument
84 static SMB_STRUCT_DIRENT *catia_readdir(vfs_handle_struct *handle, argument
96 static int catia_open(vfs_handle_struct *handle, argument
107 static int catia_rename(vfs_handle_struct *handle, argument
123 static int catia_stat(vfs_handle_struct *handle, argument
133 catia_lstat(vfs_handle_struct *handle, const char *path, SMB_STRUCT_STAT *sbuf) argument
143 catia_unlink(vfs_handle_struct *handle, const char *path) argument
152 catia_chmod(vfs_handle_struct *handle, const char *path, mode_t mode) argument
162 catia_chown(vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) argument
172 catia_chdir(vfs_handle_struct *handle, const char *path) argument
182 catia_getwd(vfs_handle_struct *handle, char *buf) argument
187 catia_ntimes(vfs_handle_struct *handle, const char *path, const struct timespec ts[2]) argument
193 catia_symlink(vfs_handle_struct *handle, const char *oldpath, const char *newpath) argument
199 catia_readlink(vfs_handle_struct *handle, const char *path, char *buf, size_t bufsiz) argument
205 catia_link(vfs_handle_struct *handle, const char *oldpath, const char *newpath) argument
211 catia_mknod(vfs_handle_struct *handle, const char *path, mode_t mode, SMB_DEV_T dev) argument
217 catia_realpath(vfs_handle_struct *handle, const char *path, char *resolved_path) argument
223 catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info, struct security_descriptor_info **ppdesc) argument
231 catia_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info_sent, struct security_descriptor_info *psd) argument
239 catia_chmod_acl(vfs_handle_struct *handle, const char *name, mode_t mode) argument
[all...]
H A Dvfs_gpfs.c36 static int vfs_gpfs_kernel_flock(vfs_handle_struct *handle, files_struct *fsp, argument
55 static int vfs_gpfs_setlease(vfs_handle_struct *handle, files_struct *fsp, argument
238 size_t gpfsacl_fget_nt_acl(vfs_handle_struct *handle, argument
245 size_t gpfsacl_get_nt_acl(vfs_handle_struct *handle, argument
345 static BOOL gpfsacl_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, uint32 security_info_sent, SEC_DESC *psd) argument
350 static BOOL gpfsacl_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, char *name, uint32 security_info_sent, SEC_DESC *psd) argument
460 SMB_ACL_T gpfsacl_sys_acl_get_file(vfs_handle_struct *handle, argument
482 SMB_ACL_T gpfsacl_sys_acl_get_fd(vfs_handle_struct *handle, argument
576 int gpfsacl_sys_acl_set_file(vfs_handle_struct *handle, argument
596 int gpfsacl_sys_acl_set_fd(vfs_handle_struct *handle, argument
603 gpfsacl_sys_acl_delete_def_file(vfs_handle_struct *handle, const char *path) argument
[all...]
H A Dvfs_netatalk.c175 static SMB_STRUCT_DIR *atalk_opendir(struct vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr) argument
196 static int atalk_rmdir(struct vfs_handle_struct *handle, const char *path) argument
226 static int atalk_rename(struct vfs_handle_struct *handle, const char *oldname, const char *newname) argument
258 atalk_unlink(struct vfs_handle_struct *handle, const char *path) argument
314 atalk_chmod(struct vfs_handle_struct *handle, const char *path, mode_t mode) argument
346 atalk_chown(struct vfs_handle_struct *handle, const char *path, uid_t uid, gid_t gid) argument
[all...]
H A Dvfs_recycle.c51 static int recycle_connect(vfs_handle_struct *handle, const char *service, const char *user) argument
59 static void recycle_disconnect(vfs_handle_struct *handle) argument
67 static const char *recycle_repository(vfs_handle_struct *handle) argument
79 recycle_keep_dir_tree(vfs_handle_struct *handle) argument
90 recycle_versions(vfs_handle_struct *handle) argument
101 recycle_touch(vfs_handle_struct *handle) argument
112 recycle_touch_mtime(vfs_handle_struct *handle) argument
123 recycle_exclude(vfs_handle_struct *handle) argument
134 recycle_exclude_dir(vfs_handle_struct *handle) argument
145 recycle_noversions(vfs_handle_struct *handle) argument
156 recycle_maxsize(vfs_handle_struct *handle) argument
168 recycle_minsize(vfs_handle_struct *handle) argument
180 recycle_directory_mode(vfs_handle_struct *handle) argument
197 recycle_subdir_mode(vfs_handle_struct *handle) argument
214 recycle_directory_exist(vfs_handle_struct *handle, const char *dname) argument
227 recycle_file_exist(vfs_handle_struct *handle, const char *fname) argument
246 recycle_get_file_size(vfs_handle_struct *handle, const char *fname) argument
264 recycle_create_dir(vfs_handle_struct *handle, const char *dname) argument
389 recycle_do_touch(vfs_handle_struct *handle, const char *fname, BOOL touch_mtime) argument
411 recycle_unlink(vfs_handle_struct *handle, const char *file_name) argument
[all...]
H A Dvfs_solarisacl.c63 SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle, argument
103 SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle, argument
135 int solarisacl_sys_acl_set_file(vfs_handle_struct *handle, argument
221 int solarisacl_sys_acl_set_fd(vfs_handle_struct *handle, argument
291 int solarisacl_sys_acl_delete_def_file(vfs_handle_struct *handle, argument
H A Dvfs_tru64acl.c37 SMB_ACL_T tru64acl_sys_acl_get_file(vfs_handle_struct *handle, argument
70 SMB_ACL_T tru64acl_sys_acl_get_fd(vfs_handle_struct *handle, argument
86 int tru64acl_sys_acl_set_file(vfs_handle_struct *handle, argument
131 int tru64acl_sys_acl_set_fd(vfs_handle_struct *handle, argument
146 int tru64acl_sys_acl_delete_def_file(vfs_handle_struct *handle, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dconn.c313 vfs_handle_struct *handle = NULL, *thandle = NULL; local
[all...]
H A Dnotify.c462 sys_notify_watch(struct sys_notify_context *ctx, struct notify_entry *e, void (*callback)(struct sys_notify_context *ctx, void *private_data, struct notify_event *ev), void *private_data, void *handle) argument

Completed in 342 milliseconds

1234567891011>>