HomeSort by relevance Sort by last modified time
    Searched refs:rpc_task (Results 1 - 25 of 29) sorted by null

1 2

  /external/kernel-headers/original/linux/sunrpc/
auth.h 112 u32 * (*crmarshal)(struct rpc_task *, u32 *);
113 int (*crrefresh)(struct rpc_task *);
114 u32 * (*crvalidate)(struct rpc_task *, u32 *);
115 int (*crwrap_req)(struct rpc_task *, kxdrproc_t,
117 int (*crunwrap_resp)(struct rpc_task *, kxdrproc_t,
133 struct rpc_cred * rpcauth_bindcred(struct rpc_task *);
134 void rpcauth_holdcred(struct rpc_task *);
136 void rpcauth_unbindcred(struct rpc_task *);
137 u32 * rpcauth_marshcred(struct rpc_task *, u32 *);
138 u32 * rpcauth_checkverf(struct rpc_task *, u32 *)
    [all...]
sched.h 41 struct rpc_task { struct
66 void (*tk_timeout_fn)(struct rpc_task *);
67 void (*tk_callback)(struct rpc_task *);
68 void (*tk_action)(struct rpc_task *);
105 if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
109 ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
114 if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
116 typedef void (*rpc_action)(struct rpc_task *);
119 void (*rpc_call_prepare)(struct rpc_task *, void *);
120 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
xprt.h 54 struct rpc_task;
72 struct rpc_task * rq_task; /* RPC task data */
106 int (*reserve_xprt)(struct rpc_task *task);
107 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
109 void (*connect)(struct rpc_task *task);
110 void * (*buf_alloc)(struct rpc_task *task, size_t size);
111 void (*buf_free)(struct rpc_task *task);
112 int (*send_request)(struct rpc_task *task);
113 void (*set_retrans_timeout)(struct rpc_task *task);
114 void (*timer)(struct rpc_task *task)
    [all...]
clnt.h 126 void rpc_getport(struct rpc_task *, struct rpc_clnt *);
129 void rpc_call_setup(struct rpc_task *, struct rpc_message *, int);
136 void rpc_restart_call(struct rpc_task *);
  /bionic/libc/kernel/common/linux/sunrpc/
xprt.h 41 struct rpc_task;
51 struct rpc_task * rq_task;
79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task)
    [all...]
sched.h 38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
  /development/ndk/platforms/android-3/include/linux/sunrpc/
xprt.h 41 struct rpc_task;
51 struct rpc_task * rq_task;
79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task)
    [all...]
sched.h 38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
xprt.h 41 struct rpc_task;
51 struct rpc_task * rq_task;
79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task)
    [all...]
sched.h 38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
xprt.h 41 struct rpc_task;
51 struct rpc_task * rq_task;
79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task)
    [all...]
sched.h 38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
xprt.h 41 struct rpc_task;
51 struct rpc_task * rq_task;
79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task)
    [all...]
sched.h 38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
xprt.h 41 struct rpc_task;
51 struct rpc_task * rq_task;
79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task)
    [all...]
sched.h 38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
xprt.h 41 struct rpc_task;
51 struct rpc_task * rq_task;
79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task)
    [all...]
sched.h 38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
xprt.h 41 struct rpc_task;
51 struct rpc_task * rq_task;
79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task)
    [all...]
sched.h 38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, void *)
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 466 struct rpc_task task;
481 struct rpc_task task;
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
543 int (*read_done) (struct rpc_task *, struct nfs_read_data *);
545 int (*write_done) (struct rpc_task *, struct nfs_write_data *);
547 int (*commit_done) (struct rpc_task *, struct nfs_write_data *);
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 466 struct rpc_task task;
481 struct rpc_task task;
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
543 int (*read_done) (struct rpc_task *, struct nfs_read_data *);
545 int (*write_done) (struct rpc_task *, struct nfs_write_data *);
547 int (*commit_done) (struct rpc_task *, struct nfs_write_data *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 466 struct rpc_task task;
481 struct rpc_task task;
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
543 int (*read_done) (struct rpc_task *, struct nfs_read_data *);
545 int (*write_done) (struct rpc_task *, struct nfs_write_data *);
547 int (*commit_done) (struct rpc_task *, struct nfs_write_data *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 466 struct rpc_task task;
481 struct rpc_task task;
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
543 int (*read_done) (struct rpc_task *, struct nfs_read_data *);
545 int (*write_done) (struct rpc_task *, struct nfs_write_data *);
547 int (*commit_done) (struct rpc_task *, struct nfs_write_data *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 466 struct rpc_task task;
481 struct rpc_task task;
522 int (*unlink_done) (struct dentry *, struct rpc_task *);
543 int (*read_done) (struct rpc_task *, struct nfs_read_data *);
545 int (*write_done) (struct rpc_task *, struct nfs_write_data *);
547 int (*commit_done) (struct rpc_task *, struct nfs_write_data *);

Completed in 87 milliseconds

1 2