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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/osf-share/
H A Dcma_handle.h34 #define cma__validate_attr(handle) \
36 (cma_t_handle *)(handle), \
39 #define cma__validate_cv(handle) \
41 (cma_t_handle *)(handle), \
44 #define cma__validate_mutex(handle) \
46 (cma_t_handle *)(handle), \
49 #define cma__validate_tcb(handle) \
51 (cma_t_handle *)(handle), \
54 #define cma__validate_stack(handle) \
56 (cma_t_handle *)(handle), \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/osf-share/
H A Dcma_handle.h34 #define cma__validate_attr(handle) \
36 (cma_t_handle *)(handle), \
39 #define cma__validate_cv(handle) \
41 (cma_t_handle *)(handle), \
44 #define cma__validate_mutex(handle) \
46 (cma_t_handle *)(handle), \
49 #define cma__validate_tcb(handle) \
51 (cma_t_handle *)(handle), \
54 #define cma__validate_stack(handle) \
56 (cma_t_handle *)(handle), \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/osf-share/
H A Dcma_handle.h34 #define cma__validate_attr(handle) \
36 (cma_t_handle *)(handle), \
39 #define cma__validate_cv(handle) \
41 (cma_t_handle *)(handle), \
44 #define cma__validate_mutex(handle) \
46 (cma_t_handle *)(handle), \
49 #define cma__validate_tcb(handle) \
51 (cma_t_handle *)(handle), \
54 #define cma__validate_stack(handle) \
56 (cma_t_handle *)(handle), \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dsolib-disc.c24 #define dlsym(handle, func) GetProcAddress (handle, func)
25 #define dlclose(handle) FreeLibrary (handle)
33 void *handle; local
36 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
37 if (!handle)
43 func = (void (*)(void)) dlsym (handle, "shrfunc");
52 dlclose (handle);
H A Dunload.c25 # define dlsym(handle, func) GetProcAddress (handle, TEXT (func))
27 # define dlsym(handle, func) GetProcAddress (handle, func)
29 #define dlclose(handle) FreeLibrary (handle)
39 void *handle; local
44 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
46 if (!handle)
52 unloadshr = (int (*)(int))dlsym (handle, "shrfunc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dsolib-disc.c24 #define dlsym(handle, func) GetProcAddress (handle, func)
25 #define dlclose(handle) FreeLibrary (handle)
33 void *handle; local
36 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
37 if (!handle)
43 func = (void (*)(void)) dlsym (handle, "shrfunc");
52 dlclose (handle);
H A Dunload.c25 # define dlsym(handle, func) GetProcAddress (handle, TEXT (func))
27 # define dlsym(handle, func) GetProcAddress (handle, func)
29 #define dlclose(handle) FreeLibrary (handle)
39 void *handle; local
44 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
46 if (!handle)
52 unloadshr = (int (*)(int))dlsym (handle, "shrfunc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dsolib-disc.c24 #define dlsym(handle, func) GetProcAddress (handle, func)
25 #define dlclose(handle) FreeLibrary (handle)
33 void *handle; local
36 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
37 if (!handle)
43 func = (void (*)(void)) dlsym (handle, "shrfunc");
52 dlclose (handle);
H A Dunload.c25 # define dlsym(handle, func) GetProcAddress (handle, TEXT (func))
27 # define dlsym(handle, func) GetProcAddress (handle, func)
29 #define dlclose(handle) FreeLibrary (handle)
39 void *handle; local
44 handle = dlopen (SHLIB_NAME, RTLD_LAZY);
46 if (!handle)
52 unloadshr = (int (*)(int))dlsym (handle, "shrfunc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Dext3_jbd.c7 int __ext3_journal_get_undo_access(const char *where, handle_t *handle, argument
10 int err = journal_get_undo_access(handle, bh);
12 ext3_journal_abort_handle(where, __func__, bh, handle,err);
16 int __ext3_journal_get_write_access(const char *where, handle_t *handle, argument
19 int err = journal_get_write_access(handle, bh);
21 ext3_journal_abort_handle(where, __func__, bh, handle,err);
25 int __ext3_journal_forget(const char *where, handle_t *handle, argument
28 int err = journal_forget(handle, bh);
30 ext3_journal_abort_handle(where, __func__, bh, handle,err);
34 int __ext3_journal_revoke(const char *where, handle_t *handle, argument
43 __ext3_journal_get_create_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
52 __ext3_journal_dirty_metadata(const char *where, handle_t *handle, struct buffer_head *bh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext3/
H A Dext3_jbd.c7 int __ext3_journal_get_undo_access(const char *where, handle_t *handle, argument
10 int err = journal_get_undo_access(handle, bh);
12 ext3_journal_abort_handle(where, __func__, bh, handle,err);
16 int __ext3_journal_get_write_access(const char *where, handle_t *handle, argument
19 int err = journal_get_write_access(handle, bh);
21 ext3_journal_abort_handle(where, __func__, bh, handle,err);
25 int __ext3_journal_forget(const char *where, handle_t *handle, argument
28 int err = journal_forget(handle, bh);
30 ext3_journal_abort_handle(where, __func__, bh, handle,err);
34 int __ext3_journal_revoke(const char *where, handle_t *handle, argument
43 __ext3_journal_get_create_access(const char *where, handle_t *handle, struct buffer_head *bh) argument
52 __ext3_journal_dirty_metadata(const char *where, handle_t *handle, struct buffer_head *bh) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/lib/libpam/
H A Dopenpam_dlfunc.h36 dlfunc(void *handle, const char *symbol) argument
39 return ((dlfunc_t)dlsym(handle, symbol));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/smb_server/
H A Dhandle.c25 init the handle structures
44 find a handle given a handle id
50 struct smbsrv_handle *handle; local
59 handle = talloc_get_type(p, struct smbsrv_handle);
60 if (!handle) return NULL;
62 /* only give it away when the ntvfs subsystem has made the handle valid */
63 if (!handle->ntvfs) return NULL;
65 handle->statistics.last_use_time = request_time;
67 return handle;
85 smbsrv_handle_destructor(struct smbsrv_handle *handle) argument
113 struct smbsrv_handle *handle; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/lib/libpam/
H A Dopenpam_dlfunc.h36 dlfunc(void *handle, const char *symbol) argument
39 return ((dlfunc_t)dlsym(handle, symbol));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/smb_server/
H A Dhandle.c25 init the handle structures
44 find a handle given a handle id
50 struct smbsrv_handle *handle; local
59 handle = talloc_get_type(p, struct smbsrv_handle);
60 if (!handle) return NULL;
62 /* only give it away when the ntvfs subsystem has made the handle valid */
63 if (!handle->ntvfs) return NULL;
65 handle->statistics.last_use_time = request_time;
67 return handle;
85 smbsrv_handle_destructor(struct smbsrv_handle *handle) argument
113 struct smbsrv_handle *handle; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/smb_server/
H A Dhandle.c25 init the handle structures
44 find a handle given a handle id
50 struct smbsrv_handle *handle; local
59 handle = talloc_get_type(p, struct smbsrv_handle);
60 if (!handle) return NULL;
62 /* only give it away when the ntvfs subsystem has made the handle valid */
63 if (!handle->ntvfs) return NULL;
65 handle->statistics.last_use_time = request_time;
67 return handle;
85 smbsrv_handle_destructor(struct smbsrv_handle *handle) argument
113 struct smbsrv_handle *handle; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/lib/libpam/
H A Dopenpam_dlfunc.h36 dlfunc(void *handle, const char *symbol) argument
39 return ((dlfunc_t)dlsym(handle, symbol));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/
H A Devbug.c39 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) argument
42 dev_name(&handle->dev->dev), type, code, value);
48 struct input_handle *handle; local
51 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
52 if (!handle)
55 handle->dev = dev;
56 handle->handler = handler;
57 handle->name = "evbug";
59 error = input_register_handle(handle);
63 error = input_open_device(handle);
81 evbug_disconnect(struct input_handle *handle) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/
H A Devbug.c39 static void evbug_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) argument
42 dev_name(&handle->dev->dev), type, code, value);
48 struct input_handle *handle; local
51 handle = kzalloc(sizeof(struct input_handle), GFP_KERNEL);
52 if (!handle)
55 handle->dev = dev;
56 handle->handler = handler;
57 handle->name = "evbug";
59 error = input_register_handle(handle);
63 error = input_open_device(handle);
81 evbug_disconnect(struct input_handle *handle) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/include/
H A Ddlfcn.h22 static inline void *dlsym(void *handle, const char *sym) argument
24 if (handle != _FAKE_DLFCN_HDL)
34 static inline int dlclose(void *handle) argument
36 return (handle == _FAKE_DLFCN_HDL) ? 0 : 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/include/
H A Ddlfcn.h22 static inline void *dlsym(void *handle, const char *sym) argument
24 if (handle != _FAKE_DLFCN_HDL)
34 static inline int dlclose(void *handle) argument
36 return (handle == _FAKE_DLFCN_HDL) ? 0 : 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/include/
H A Ddlfcn.h22 static inline void *dlsym(void *handle, const char *sym) argument
24 if (handle != _FAKE_DLFCN_HDL)
34 static inline int dlclose(void *handle) argument
36 return (handle == _FAKE_DLFCN_HDL) ? 0 : 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dvfs.h111 open handle. JRA. */
157 #define VFS_FIND(__fn__) while (handle->fns->__fn__==NULL) { \
158 handle = handle->next; \
176 int (*connect_fn)(struct vfs_handle_struct *handle, const char *service, const char *user);
177 void (*disconnect)(struct vfs_handle_struct *handle);
178 uint64_t (*disk_free)(struct vfs_handle_struct *handle, const char *path, bool small_query, uint64_t *bsize,
180 int (*get_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt);
181 int (*set_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt);
182 int (*get_shadow_copy_data)(struct vfs_handle_struct *handle, struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dvfs.h111 open handle. JRA. */
157 #define VFS_FIND(__fn__) while (handle->fns->__fn__==NULL) { \
158 handle = handle->next; \
176 int (*connect_fn)(struct vfs_handle_struct *handle, const char *service, const char *user);
177 void (*disconnect)(struct vfs_handle_struct *handle);
178 uint64_t (*disk_free)(struct vfs_handle_struct *handle, const char *path, bool small_query, uint64_t *bsize,
180 int (*get_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt);
181 int (*set_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt);
182 int (*get_shadow_copy_data)(struct vfs_handle_struct *handle, struc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dvfs.h111 open handle. JRA. */
157 #define VFS_FIND(__fn__) while (handle->fns->__fn__==NULL) { \
158 handle = handle->next; \
176 int (*connect_fn)(struct vfs_handle_struct *handle, const char *service, const char *user);
177 void (*disconnect)(struct vfs_handle_struct *handle);
178 uint64_t (*disk_free)(struct vfs_handle_struct *handle, const char *path, bool small_query, uint64_t *bsize,
180 int (*get_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt);
181 int (*set_quota)(struct vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt);
182 int (*get_shadow_copy_data)(struct vfs_handle_struct *handle, struc
[all...]

Completed in 228 milliseconds

1234567891011>>