Searched refs:handle (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dvfs_default_quota.c33 #define DEFAULT_QUOTA_UID(handle) \
34 (uid_t)lp_parm_int(SNUM((handle)->conn),DEFAULT_QUOTA_NAME,"uid",DEFAULT_QUOTA_UID_DEFAULT)
36 #define DEFAULT_QUOTA_UID_NOLIMIT(handle) \
37 lp_parm_bool(SNUM((handle)->conn),DEFAULT_QUOTA_NAME,"uid nolimit",DEFAULT_QUOTA_UID_NOLIMIT_DEFAULT)
39 #define DEFAULT_QUOTA_GID(handle) \
40 (gid_t)lp_parm_int(SNUM((handle)->conn),DEFAULT_QUOTA_NAME,"gid",DEFAULT_QUOTA_GID_DEFAULT)
42 #define DEFAULT_QUOTA_GID_NOLIMIT(handle) \
43 lp_parm_bool(SNUM((handle)->conn),DEFAULT_QUOTA_NAME,"gid nolimit",DEFAULT_QUOTA_GID_NOLIMIT_DEFAULT)
45 static int default_quota_get_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
49 if ((ret=SMB_VFS_NEXT_GET_QUOTA(handle, con
99 default_quota_set_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
[all...]
H A Dvfs_audit.c32 static int audit_connect(vfs_handle_struct *handle, connection_struct *conn, const char *svc, const char *user);
33 static void audit_disconnect(vfs_handle_struct *handle, connection_struct *conn);
34 static DIR *audit_opendir(vfs_handle_struct *handle, connection_struct *conn, const char *fname);
35 static int audit_mkdir(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode);
36 static int audit_rmdir(vfs_handle_struct *handle, connection_struct *conn, const char *path);
37 static int audit_open(vfs_handle_struct *handle, connection_struct *conn, const char *fname, int flags, mode_t mode);
38 static int audit_close(vfs_handle_struct *handle, files_struct *fsp, int fd);
39 static int audit_rename(vfs_handle_struct *handle, connection_struct *conn, const char *old, const char *new);
40 static int audit_unlink(vfs_handle_struct *handle, connection_struct *conn, const char *path);
41 static int audit_chmod(vfs_handle_struct *handle, connection_struc
78 audit_syslog_facility(vfs_handle_struct *handle) argument
88 audit_syslog_priority(vfs_handle_struct *handle) argument
100 audit_connect(vfs_handle_struct *handle, connection_struct *conn, const char *svc, const char *user) argument
114 audit_disconnect(vfs_handle_struct *handle, connection_struct *conn) argument
122 audit_opendir(vfs_handle_struct *handle, connection_struct *conn, const char *fname) argument
136 audit_mkdir(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
150 audit_rmdir(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
164 audit_open(vfs_handle_struct *handle, connection_struct *conn, const char *fname, int flags, mode_t mode) argument
179 audit_close(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
193 audit_rename(vfs_handle_struct *handle, connection_struct *conn, const char *old, const char *new) argument
207 audit_unlink(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
221 audit_chmod(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
235 audit_chmod_acl(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
249 audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode) argument
263 audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode) argument
[all...]
H A Dvfs_extd_audit.c35 static int audit_connect(vfs_handle_struct *handle, connection_struct *conn, const char *svc, const char *user);
36 static void audit_disconnect(vfs_handle_struct *handle, connection_struct *conn);
37 static DIR *audit_opendir(vfs_handle_struct *handle, connection_struct *conn, const char *fname);
38 static int audit_mkdir(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode);
39 static int audit_rmdir(vfs_handle_struct *handle, connection_struct *conn, const char *path);
40 static int audit_open(vfs_handle_struct *handle, connection_struct *conn, const char *fname, int flags, mode_t mode);
41 static int audit_close(vfs_handle_struct *handle, files_struct *fsp, int fd);
42 static int audit_rename(vfs_handle_struct *handle, connection_struct *conn, const char *old, const char *new);
43 static int audit_unlink(vfs_handle_struct *handle, connection_struct *conn, const char *path);
44 static int audit_chmod(vfs_handle_struct *handle, connection_struc
81 audit_syslog_facility(vfs_handle_struct *handle) argument
91 audit_syslog_priority(vfs_handle_struct *handle) argument
103 audit_connect(vfs_handle_struct *handle, connection_struct *conn, const char *svc, const char *user) argument
119 audit_disconnect(vfs_handle_struct *handle, connection_struct *conn) argument
128 audit_opendir(vfs_handle_struct *handle, connection_struct *conn, const char *fname) argument
146 audit_mkdir(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
164 audit_rmdir(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
182 audit_open(vfs_handle_struct *handle, connection_struct *conn, const char *fname, int flags, mode_t mode) argument
201 audit_close(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
219 audit_rename(vfs_handle_struct *handle, connection_struct *conn, const char *old, const char *new) argument
237 audit_unlink(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
255 audit_chmod(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
273 audit_chmod_acl(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
291 audit_fchmod(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode) argument
309 audit_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode) argument
[all...]
H A Dvfs_recycle.c35 static int recycle_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user);
36 static void recycle_disconnect(vfs_handle_struct *handle, connection_struct *conn);
37 static int recycle_unlink(vfs_handle_struct *handle, connection_struct *conn, const char *name);
51 static int recycle_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
56 return SMB_VFS_NEXT_CONNECT(handle, conn, service, user);
59 static void recycle_disconnect(vfs_handle_struct *handle, connection_struct *conn) argument
64 SMB_VFS_NEXT_DISCONNECT(handle, conn);
67 static const char *recycle_repository(vfs_handle_struct *handle) argument
72 tmp_str = lp_parm_const_string(SNUM(handle->conn), "recycle", "repository",".recycle");
79 static BOOL 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_exclude(vfs_handle_struct *handle) argument
123 recycle_exclude_dir(vfs_handle_struct *handle) argument
134 recycle_noversions(vfs_handle_struct *handle) argument
145 recycle_maxsize(vfs_handle_struct *handle) argument
156 recycle_directory_exist(vfs_handle_struct *handle, const char *dname) argument
169 recycle_file_exist(vfs_handle_struct *handle, const char *fname) argument
188 recycle_get_file_size(vfs_handle_struct *handle, const char *fname) argument
206 recycle_create_dir(vfs_handle_struct *handle, const char *dname) argument
301 recycle_do_touch(vfs_handle_struct *handle, const char *fname) argument
323 recycle_unlink(vfs_handle_struct *handle, connection_struct *conn, const char *file_name) argument
[all...]
H A Dvfs_readonly.c57 static int readonly_connect(vfs_handle_struct *handle, argument
64 const char **period = lp_parm_string_list(SNUM(handle->conn),
65 (handle->param ? handle->param : MODULE_NAME),
77 return SMB_VFS_NEXT_CONNECT(handle, conn, service, user);
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/libiptc/
H A Dlibip6tc.h20 /* Transparent handle type. */
24 int ip6tc_is_chain(const char *chain, const ip6tc_handle_t handle);
30 const char *ip6tc_first_chain(ip6tc_handle_t *handle);
31 const char *ip6tc_next_chain(ip6tc_handle_t *handle);
35 ip6tc_handle_t *handle);
39 ip6tc_handle_t *handle);
43 ip6tc_handle_t *handle);
46 int ip6tc_builtin(const char *chain, const ip6tc_handle_t handle);
51 ip6tc_handle_t *handle);
61 ip6tc_handle_t *handle);
[all...]
H A Dlibiptc.h28 /* Transparent handle type. */
32 int iptc_is_chain(const char *chain, const iptc_handle_t handle);
38 const char *iptc_first_chain(iptc_handle_t *handle);
39 const char *iptc_next_chain(iptc_handle_t *handle);
43 iptc_handle_t *handle);
47 iptc_handle_t *handle);
51 iptc_handle_t *handle);
54 int iptc_builtin(const char *chain, const iptc_handle_t handle);
59 iptc_handle_t *handle);
69 iptc_handle_t *handle);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dext3_jbd.h57 /* We break up a large truncate or write transaction once the handle's
67 ext3_mark_iloc_dirty(handle_t *handle,
76 int ext3_reserve_inode_write(handle_t *handle, struct inode *inode,
79 int ext3_mark_inode_dirty(handle_t *handle, struct inode *inode);
91 handle_t *handle,
102 journal_abort_handle(handle);
103 if (!handle->h_err)
104 handle->h_err = err;
109 handle_t *handle, struct buffer_head *bh)
111 int err = journal_get_undo_access(handle, b
88 ext3_journal_abort_handle(const char *caller, const char *err_fn, struct buffer_head *bh, handle_t *handle, int err) argument
108 __ext3_journal_get_undo_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
118 __ext3_journal_get_write_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
128 __ext3_journal_dirty_data(const char *where, handle_t *handle, struct buffer_head *bh, int async) argument
138 ext3_journal_forget(handle_t *handle, struct buffer_head *bh) argument
144 __ext3_journal_revoke(const char *where, handle_t *handle, unsigned long blocknr, struct buffer_head *bh) argument
154 __ext3_journal_get_create_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
164 __ext3_journal_dirty_metadata(const char *where, handle_t *handle, struct buffer_head *bh) argument
231 __ext3_journal_stop(const char *where, handle_t *handle, struct inode *inode) argument
263 ext3_journal_extend(handle_t *handle, int nblocks) argument
268 ext3_journal_restart(handle_t *handle, int nblocks) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dext3_jbd.h57 /* We break up a large truncate or write transaction once the handle's
67 ext3_mark_iloc_dirty(handle_t *handle,
76 int ext3_reserve_inode_write(handle_t *handle, struct inode *inode,
79 int ext3_mark_inode_dirty(handle_t *handle, struct inode *inode);
91 handle_t *handle,
102 journal_abort_handle(handle);
103 if (!handle->h_err)
104 handle->h_err = err;
109 handle_t *handle, struct buffer_head *bh)
111 int err = journal_get_undo_access(handle, b
88 ext3_journal_abort_handle(const char *caller, const char *err_fn, struct buffer_head *bh, handle_t *handle, int err) argument
108 __ext3_journal_get_undo_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
118 __ext3_journal_get_write_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
128 __ext3_journal_dirty_data(const char *where, handle_t *handle, struct buffer_head *bh, int async) argument
138 ext3_journal_forget(handle_t *handle, struct buffer_head *bh) argument
144 __ext3_journal_revoke(const char *where, handle_t *handle, unsigned long blocknr, struct buffer_head *bh) argument
154 __ext3_journal_get_create_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
164 __ext3_journal_dirty_metadata(const char *where, handle_t *handle, struct buffer_head *bh) argument
231 __ext3_journal_stop(const char *where, handle_t *handle, struct inode *inode) argument
263 ext3_journal_extend(handle_t *handle, int nblocks) argument
268 ext3_journal_restart(handle_t *handle, int nblocks) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/input/
H A Dinput.c65 struct input_handle *handle = dev->handle; local
174 while (handle) {
175 if (handle->open)
176 handle->handler->event(handle, type, code, value);
177 handle = handle->dnext;
188 int input_open_device(struct input_handle *handle) argument
190 handle
196 input_close_device(struct input_handle *handle) argument
203 input_link_handle(struct input_handle *handle) argument
211 input_unlink_handle(struct input_handle *handle) argument
229 struct input_handle *handle; local
270 struct input_handle *handle = dev->handle; local
308 struct input_handle *handle; local
338 struct input_handle *handle = handler->handle; local
415 input_unregister_minor(devfs_handle_t handle) argument
[all...]
H A Dkeybdev.c159 struct input_handle *handle; local
161 for (handle = keybdev_handler.handle; handle; handle = handle->hnext) {
163 input_event(handle->dev, EV_LED, LED_SCROLLL, !!(led & 0x01));
164 input_event(handle->dev, EV_LED, LED_NUML, !!(led & 0x02));
165 input_event(handle->dev, EV_LED, LED_CAPSL, !!(led & 0x04));
170 void keybdev_event(struct input_handle *handle, unsigne argument
182 struct input_handle *handle; local
208 keybdev_disconnect(struct input_handle *handle) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/nsswitch/
H A Dnss_winbind_syms.c29 void *handle, *sym; local
39 handle = dlopen(argv[1], RTLD_NOW);
41 if (handle == NULL) {
49 sym = dlsym(handle, symlist[i]);
61 dlclose(handle);
H A Dpam_winbind_syms.c21 void *handle, *sym; local
31 handle = dlopen(argv[1], RTLD_NOW);
33 if (handle == NULL) {
41 sym = dlsym(handle, symlist[i]);
53 dlclose(handle);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dcfe_devfuncs.h62 int cfe_close(int handle);
63 int cfe_readblk(int handle,cfe_offset_t offset,unsigned char *buffer,int length);
64 int cfe_read(int handle,unsigned char *buffer,int length);
65 int cfe_writeblk(int handle,cfe_offset_t offset,unsigned char *buffer,int length);
66 int cfe_write(int handle,unsigned char *buffer,int length);
67 int cfe_ioctl(int handle,unsigned int ioctlnum,unsigned char *buffer,int length,int *retlen,
69 int cfe_inpstat(int handle);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_proc.c161 * On success, a pointer to a handle structure
164 * int parseOpt(parseHandle *handle, char **param);
184 inline int parseFree(parseHandle * handle) argument
186 kfree(handle->cmdPos);
187 kfree(handle);
195 parseHandle *handle; /* new handle */ local
199 handle = (parseHandle *) kmalloc(sizeof(parseHandle), GFP_KERNEL);
200 if (!handle)
202 handle
221 parseOpt(parseHandle * handle, char **param) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dget_readline.c44 void *handle = NULL; local
69 if ((handle = dlopen(cp, RTLD_NOW))) {
75 if (!handle)
78 info->readline_handle = handle;
80 dlsym(handle, "readline");
82 dlsym(handle, "add_history");
84 dlsym(handle, "rl_forced_update_display");
87 dlsym(handle, "rl_completion_matches");
88 if ((t = dlsym(handle, "rl_readline_name")) != NULL)
91 dlsym(handle, "rl_attempted_completion_functio
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/VFS/
H A Dskel_transparent.c40 static int skel_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
42 return SMB_VFS_NEXT_CONNECT(handle, conn, service, user);
45 static void skel_disconnect(vfs_handle_struct *handle, connection_struct *conn) argument
47 SMB_VFS_NEXT_DISCONNECT(handle, conn);
50 static SMB_BIG_UINT skel_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, argument
54 return SMB_VFS_NEXT_DISK_FREE(handle, conn, path, small_query, bsize,
58 static int skel_get_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
60 return SMB_VFS_NEXT_GET_QUOTA(handle, conn, qtype, id, dq);
63 static int skel_set_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
65 return SMB_VFS_NEXT_SET_QUOTA(handle, con
68 skel_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, BOOL labels) argument
73 skel_opendir(vfs_handle_struct *handle, connection_struct *conn, const char *fname) argument
78 skel_readdir(vfs_handle_struct *handle, connection_struct *conn, DIR *dirp) argument
83 skel_mkdir(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
88 skel_rmdir(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
93 skel_closedir(vfs_handle_struct *handle, connection_struct *conn, DIR *dir) argument
98 skel_open(vfs_handle_struct *handle, connection_struct *conn, const char *fname, int flags, mode_t mode) argument
103 skel_close(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
108 skel_read(vfs_handle_struct *handle, files_struct *fsp, int fd, void *data, size_t n) argument
113 skel_pread(vfs_handle_struct *handle, files_struct *fsp, int fd, void *data, size_t n, SMB_OFF_T offset) argument
118 skel_write(vfs_handle_struct *handle, files_struct *fsp, int fd, const void *data, size_t n) argument
123 skel_pwrite(vfs_handle_struct *handle, files_struct *fsp, int fd, const void *data, size_t n, SMB_OFF_T offset) argument
128 skel_lseek(vfs_handle_struct *handle, files_struct *fsp, int filedes, SMB_OFF_T offset, int whence) argument
133 skel_rename(vfs_handle_struct *handle, connection_struct *conn, const char *old, const char *new) argument
138 skel_fsync(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
143 skel_stat(vfs_handle_struct *handle, connection_struct *conn, const char *fname, SMB_STRUCT_STAT *sbuf) argument
148 skel_fstat(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_STRUCT_STAT *sbuf) argument
153 skel_lstat(vfs_handle_struct *handle, connection_struct *conn, const char *path, SMB_STRUCT_STAT *sbuf) argument
158 skel_unlink(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
163 skel_chmod(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
168 skel_fchmod(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode) argument
173 skel_chown(vfs_handle_struct *handle, connection_struct *conn, const char *path, uid_t uid, gid_t gid) argument
178 skel_fchown(vfs_handle_struct *handle, files_struct *fsp, int fd, uid_t uid, gid_t gid) argument
183 skel_chdir(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
188 skel_getwd(vfs_handle_struct *handle, connection_struct *conn, char *buf) argument
193 skel_utime(vfs_handle_struct *handle, connection_struct *conn, const char *path, struct utimbuf *times) argument
198 skel_ftruncate(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_OFF_T offset) argument
203 skel_lock(vfs_handle_struct *handle, files_struct *fsp, int fd, int op, SMB_OFF_T offset, SMB_OFF_T count, int type) argument
208 skel_symlink(vfs_handle_struct *handle, connection_struct *conn, const char *oldpath, const char *newpath) argument
213 skel_readlink(vfs_handle_struct *handle, connection_struct *conn, const char *path, char *buf, size_t bufsiz) argument
218 skel_link(vfs_handle_struct *handle, connection_struct *conn, const char *oldpath, const char *newpath) argument
223 skel_mknod(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode, SMB_DEV_T dev) argument
228 skel_realpath(vfs_handle_struct *handle, connection_struct *conn, const char *path, char *resolved_path) argument
233 skel_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, uint32 security_info, struct security_descriptor_info **ppdesc) argument
238 skel_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info, struct security_descriptor_info **ppdesc) argument
243 skel_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, uint32 security_info_sent, struct security_descriptor_info *psd) argument
248 skel_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info_sent, struct security_descriptor_info *psd) argument
253 skel_chmod_acl(vfs_handle_struct *handle, connection_struct *conn, const char *name, mode_t mode) argument
263 skel_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode) argument
273 skel_sys_acl_get_entry(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) argument
278 skel_sys_acl_get_tag_type(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry_d, SMB_ACL_TAG_T *tag_type_p) argument
283 skel_sys_acl_get_permset(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry_d, SMB_ACL_PERMSET_T *permset_p) argument
288 skel_sys_acl_get_qualifier(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry_d) argument
293 skel_sys_acl_get_file(vfs_handle_struct *handle, connection_struct *conn, const char *path_p, SMB_ACL_TYPE_T type) argument
298 skel_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
303 skel_sys_acl_clear_perms(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset) argument
308 skel_sys_acl_add_perm(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) argument
313 skel_sys_acl_to_text(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, ssize_t *plen) argument
318 skel_sys_acl_init(vfs_handle_struct *handle, connection_struct *conn, int count) argument
323 skel_sys_acl_create_entry(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry) argument
328 skel_sys_acl_set_tag_type(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, SMB_ACL_TAG_T tagtype) argument
333 skel_sys_acl_set_qualifier(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, void *qual) argument
338 skel_sys_acl_set_permset(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, SMB_ACL_PERMSET_T permset) argument
343 skel_sys_acl_valid(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl ) argument
348 skel_sys_acl_set_file(vfs_handle_struct *handle, connection_struct *conn, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
353 skel_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T theacl) argument
358 skel_sys_acl_delete_def_file(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
363 skel_sys_acl_get_perm(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) argument
368 skel_sys_acl_free_text(vfs_handle_struct *handle, connection_struct *conn, char *text) argument
373 skel_sys_acl_free_acl(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T posix_acl) argument
378 skel_sys_acl_free_qualifier(vfs_handle_struct *handle, connection_struct *conn, void *qualifier, SMB_ACL_TAG_T tagtype) argument
383 skel_getxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name, void *value, size_t size) argument
388 skel_lgetxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name, void *value, size_t size) argument
394 skel_fgetxattr(vfs_handle_struct *handle, struct files_struct *fsp,int fd, const char *name, void *value, size_t size) argument
399 skel_listxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, char *list, size_t size) argument
404 skel_llistxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, char *list, size_t size) argument
409 skel_flistxattr(vfs_handle_struct *handle, struct files_struct *fsp,int fd, char *list, size_t size) argument
414 skel_removexattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name) argument
419 skel_lremovexattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name) argument
424 skel_fremovexattr(vfs_handle_struct *handle, struct files_struct *fsp,int fd, const char *name) argument
429 skel_setxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name, const void *value, size_t size, int flags) argument
434 skel_lsetxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name, const void *value, size_t size, int flags) argument
439 skel_fsetxattr(vfs_handle_struct *handle, struct files_struct *fsp,int fd, const char *name, const void *value, size_t size, int flags) argument
[all...]
H A Dskel_opaque.c41 static int skel_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
46 static void skel_disconnect(vfs_handle_struct *handle, connection_struct *conn) argument
51 static SMB_BIG_UINT skel_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, argument
59 static int skel_get_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
64 static int skel_set_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
69 static int skel_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, BOOL labels) argument
74 static DIR *skel_opendir(vfs_handle_struct *handle, connection_struct *conn, const char *fname) argument
79 static struct dirent *skel_readdir(vfs_handle_struct *handle, connection_struct *conn, DIR *dirp) argument
84 static int skel_mkdir(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
89 static int skel_rmdir(vfs_handle_struct *handle, connection_struc argument
94 skel_closedir(vfs_handle_struct *handle, connection_struct *conn, DIR *dir) argument
99 skel_open(vfs_handle_struct *handle, connection_struct *conn, const char *fname, int flags, mode_t mode) argument
104 skel_close(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
109 skel_read(vfs_handle_struct *handle, files_struct *fsp, int fd, void *data, size_t n) argument
114 skel_pread(vfs_handle_struct *handle, struct files_struct *fsp, int fd, void *data, size_t n, SMB_OFF_T offset) argument
119 skel_write(vfs_handle_struct *handle, files_struct *fsp, int fd, const void *data, size_t n) argument
124 skel_pwrite(vfs_handle_struct *handle, struct files_struct *fsp, int fd, const void *data, size_t n, SMB_OFF_T offset) argument
129 skel_lseek(vfs_handle_struct *handle, files_struct *fsp, int filedes, SMB_OFF_T offset, int whence) argument
134 skel_rename(vfs_handle_struct *handle, connection_struct *conn, const char *old, const char *new) argument
139 skel_fsync(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
144 skel_stat(vfs_handle_struct *handle, connection_struct *conn, const char *fname, SMB_STRUCT_STAT *sbuf) argument
149 skel_fstat(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_STRUCT_STAT *sbuf) argument
154 skel_lstat(vfs_handle_struct *handle, connection_struct *conn, const char *path, SMB_STRUCT_STAT *sbuf) argument
159 skel_unlink(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
164 skel_chmod(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode) argument
169 skel_fchmod(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode) argument
174 skel_chown(vfs_handle_struct *handle, connection_struct *conn, const char *path, uid_t uid, gid_t gid) argument
179 skel_fchown(vfs_handle_struct *handle, files_struct *fsp, int fd, uid_t uid, gid_t gid) argument
184 skel_chdir(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
189 skel_getwd(vfs_handle_struct *handle, connection_struct *conn, char *buf) argument
194 skel_utime(vfs_handle_struct *handle, connection_struct *conn, const char *path, struct utimbuf *times) argument
199 skel_ftruncate(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_OFF_T offset) argument
204 skel_lock(vfs_handle_struct *handle, files_struct *fsp, int fd, int op, SMB_OFF_T offset, SMB_OFF_T count, int type) argument
209 skel_symlink(vfs_handle_struct *handle, connection_struct *conn, const char *oldpath, const char *newpath) argument
214 skel_readlink(vfs_handle_struct *handle, connection_struct *conn, const char *path, char *buf, size_t bufsiz) argument
219 skel_link(vfs_handle_struct *handle, connection_struct *conn, const char *oldpath, const char *newpath) argument
224 skel_mknod(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode, SMB_DEV_T dev) argument
229 skel_realpath(vfs_handle_struct *handle, connection_struct *conn, const char *path, char *resolved_path) argument
234 skel_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, uint32 security_info, struct security_descriptor_info **ppdesc) argument
240 skel_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info, struct security_descriptor_info **ppdesc) argument
246 skel_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, uint32 security_info_sent, struct security_descriptor_info *psd) argument
252 skel_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info_sent, struct security_descriptor_info *psd) argument
258 skel_chmod_acl(vfs_handle_struct *handle, connection_struct *conn, const char *name, mode_t mode) argument
264 skel_fchmod_acl(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode) argument
270 skel_sys_acl_get_entry(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, int entry_id, SMB_ACL_ENTRY_T *entry_p) argument
276 skel_sys_acl_get_tag_type(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry_d, SMB_ACL_TAG_T *tag_type_p) argument
282 skel_sys_acl_get_permset(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry_d, SMB_ACL_PERMSET_T *permset_p) argument
288 skel_sys_acl_get_qualifier(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry_d) argument
294 skel_sys_acl_get_file(vfs_handle_struct *handle, connection_struct *conn, const char *path_p, SMB_ACL_TYPE_T type) argument
300 skel_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp, int fd) argument
306 skel_sys_acl_clear_perms(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset) argument
312 skel_sys_acl_add_perm(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) argument
318 skel_sys_acl_to_text(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl, ssize_t *plen) argument
324 skel_sys_acl_init(vfs_handle_struct *handle, connection_struct *conn, int count) argument
330 skel_sys_acl_create_entry(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry) argument
336 skel_sys_acl_set_tag_type(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, SMB_ACL_TAG_T tagtype) argument
342 skel_sys_acl_set_qualifier(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, void *qual) argument
348 skel_sys_acl_set_permset(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, SMB_ACL_PERMSET_T permset) argument
354 skel_sys_acl_valid(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T theacl ) argument
360 skel_sys_acl_set_file(vfs_handle_struct *handle, connection_struct *conn, const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl) argument
366 skel_sys_acl_set_fd(vfs_handle_struct *handle, files_struct *fsp, int fd, SMB_ACL_T theacl) argument
372 skel_sys_acl_delete_def_file(vfs_handle_struct *handle, connection_struct *conn, const char *path) argument
378 skel_sys_acl_get_perm(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm) argument
384 skel_sys_acl_free_text(vfs_handle_struct *handle, connection_struct *conn, char *text) argument
390 skel_sys_acl_free_acl(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_T posix_acl) argument
396 skel_sys_acl_free_qualifier(vfs_handle_struct *handle, connection_struct *conn, void *qualifier, SMB_ACL_TAG_T tagtype) argument
402 skel_getxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name, void *value, size_t size) argument
408 skel_lgetxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name, void *value, size_t size) argument
415 skel_fgetxattr(vfs_handle_struct *handle, struct files_struct *fsp,int fd, const char *name, void *value, size_t size) argument
421 skel_listxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, char *list, size_t size) argument
427 skel_llistxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, char *list, size_t size) argument
433 skel_flistxattr(vfs_handle_struct *handle, struct files_struct *fsp,int fd, char *list, size_t size) argument
439 skel_removexattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name) argument
445 skel_lremovexattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name) argument
451 skel_fremovexattr(vfs_handle_struct *handle, struct files_struct *fsp,int fd, const char *name) argument
457 skel_setxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name, const void *value, size_t size, int flags) argument
463 skel_lsetxattr(vfs_handle_struct *handle, struct connection_struct *conn,const char *path, const char *name, const void *value, size_t size, int flags) argument
469 skel_fsetxattr(vfs_handle_struct *handle, struct files_struct *fsp,int fd, const char *name, const void *value, size_t size, int flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dvfs.h198 int (*connect)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *service, const char *user);
199 void (*disconnect)(struct vfs_handle_struct *handle, struct connection_struct *conn);
200 SMB_BIG_UINT (*disk_free)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize,
202 int (*get_quota)(struct vfs_handle_struct *handle, struct connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt);
203 int (*set_quota)(struct vfs_handle_struct *handle, struct connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt);
204 int (*get_shadow_copy_data)(struct vfs_handle_struct *handle, struct files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, BOOL labels);
208 DIR *(*opendir)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *fname);
209 struct dirent *(*readdir)(struct vfs_handle_struct *handle, struct connection_struct *conn, DIR *dirp);
210 int (*mkdir)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *path, mode_t mode);
211 int (*rmdir)(struct vfs_handle_struct *handle, struc
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables-standalone.c45 iptc_handle_t handle = NULL; local
54 ret = do_command(argc, argv, &table, &handle);
56 ret = iptc_commit(&handle);
H A Dip6tables-standalone.c44 ip6tc_handle_t handle = NULL; local
53 ret = do_command6(argc, argv, &table, &handle);
55 ret = ip6tc_commit(&handle);
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibiptc.c198 /* Allocate handle of given size */
288 static int dump_entry(STRUCT_ENTRY *e, const TC_HANDLE_T handle);
291 TC_DUMP_ENTRIES(const TC_HANDLE_T handle) argument
293 CHECK(handle);
297 handle->new_number, handle->entries.size);
298 printf("Table `%s'\n", handle->info.name);
300 handle->info.hook_entry[HOOK_PRE_ROUTING],
301 handle->info.hook_entry[HOOK_LOCAL_IN],
302 handle
412 find_label(const char *name, TC_HANDLE_T handle) argument
429 TC_IS_CHAIN(const char *chain, const TC_HANDLE_T handle) argument
436 get_chain_end(const TC_HANDLE_T handle, unsigned int start) argument
473 TC_FIRST_CHAIN(TC_HANDLE_T *handle) argument
487 TC_NEXT_CHAIN(TC_HANDLE_T *handle) argument
500 TC_FIRST_RULE(const char *chain, TC_HANDLE_T *handle) argument
520 TC_NEXT_RULE(const STRUCT_ENTRY *prev, TC_HANDLE_T *handle) argument
531 target_name(TC_HANDLE_T handle, const STRUCT_ENTRY *ce) argument
573 TC_GET_TARGET(const STRUCT_ENTRY *e, TC_HANDLE_T *handle) argument
581 TC_BUILTIN(const char *chain, const TC_HANDLE_T handle) argument
596 TC_GET_POLICY(const char *chain, STRUCT_COUNTERS *counters, TC_HANDLE_T *handle) argument
638 set_verdict(unsigned int offset, int delta_offset, TC_HANDLE_T *handle) argument
652 insert_rules(unsigned int num_rules, unsigned int rules_size, const STRUCT_ENTRY *insert, unsigned int offset, unsigned int num_rules_offset, int prepend, TC_HANDLE_T *handle) argument
726 delete_rules(unsigned int num_rules, unsigned int rules_size, unsigned int offset, unsigned int num_rules_offset, TC_HANDLE_T *handle) argument
801 map_target(const TC_HANDLE_T handle, STRUCT_ENTRY *e, unsigned int offset, STRUCT_ENTRY_TARGET *old) argument
857 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, TC_HANDLE_T *handle) argument
896 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, TC_HANDLE_T *handle) argument
940 TC_APPEND_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, TC_HANDLE_T *handle) argument
1014 TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, TC_HANDLE_T *handle) argument
1065 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, unsigned int rulenum, TC_HANDLE_T *handle) argument
1101 TC_CHECK_PACKET(const IPT_CHAINLABEL chain, STRUCT_ENTRY *entry, TC_HANDLE_T *handle) argument
1111 TC_FLUSH_ENTRIES(const IPT_CHAINLABEL chain, TC_HANDLE_T *handle) argument
1134 TC_ZERO_ENTRIES(const IPT_CHAINLABEL chain, TC_HANDLE_T *handle) argument
1157 TC_READ_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, TC_HANDLE_T *handle) argument
1187 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, TC_HANDLE_T *handle) argument
1225 TC_SET_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, STRUCT_COUNTERS *counters, TC_HANDLE_T *handle) argument
1266 TC_CREATE_CHAIN(const IPT_CHAINLABEL chain, TC_HANDLE_T *handle) argument
1337 TC_GET_REFERENCES(unsigned int *ref, const IPT_CHAINLABEL chain, TC_HANDLE_T *handle) argument
1356 TC_DELETE_CHAIN(const IPT_CHAINLABEL chain, TC_HANDLE_T *handle) argument
1400 TC_RENAME_CHAIN(const IPT_CHAINLABEL oldname, const IPT_CHAINLABEL newname, TC_HANDLE_T *handle) argument
1448 TC_SET_POLICY(const IPT_CHAINLABEL chain, const IPT_CHAINLABEL policy, STRUCT_COUNTERS *counters, TC_HANDLE_T *handle) argument
1521 TC_COMMIT(TC_HANDLE_T *handle) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dupnp_timeout.h37 int handle; member in struct:UPNP_TIMEOUT
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_drawable.h39 draw.handle = 0; /* NOOP */
40 DRM_DEBUG("%d\n", draw.handle);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Ddrawable.c40 draw.handle = 0; /* NOOP */
41 DRM_DEBUG("%d\n", draw.handle);

Completed in 187 milliseconds

1234567891011>>