Searched refs:CLIENT (Results 1 – 9 of 9) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | nfs_clnt.c | 27 nfsproc3_null_3(void *clnt_res, CLIENT *clnt) in nfsproc3_null_3() 36 nfsproc3_getattr_3(GETATTR3args arg1, GETATTR3res *clnt_res, CLIENT *clnt) in nfsproc3_getattr_3() 54 nfsproc3_lookup_3(LOOKUP3args arg1, LOOKUP3res *clnt_res, CLIENT *clnt) in nfsproc3_lookup_3() 63 nfsproc3_access_3(ACCESS3args arg1, ACCESS3res *clnt_res, CLIENT *clnt) in nfsproc3_access_3() 81 nfsproc3_read_3(READ3args arg1, READ3res *clnt_res, CLIENT *clnt) in nfsproc3_read_3() 90 nfsproc3_write_3(WRITE3args arg1, WRITE3res *clnt_res, CLIENT *clnt) in nfsproc3_write_3() 99 nfsproc3_create_3(CREATE3args arg1, CREATE3res *clnt_res, CLIENT *clnt) in nfsproc3_create_3() 108 nfsproc3_mkdir_3(MKDIR3args arg1, MKDIR3res *clnt_res, CLIENT *clnt) in nfsproc3_mkdir_3() 126 nfsproc3_mknod_3(MKNOD3args arg1, MKNOD3res *clnt_res, CLIENT *clnt) in nfsproc3_mknod_3() 144 nfsproc3_rmdir_3(RMDIR3args arg1, RMDIR3res *clnt_res, CLIENT *clnt) in nfsproc3_rmdir_3() [all …]
|
| A D | mount_clnt.c | 27 mountproc3_null_3(void *clnt_res, CLIENT *clnt) in mountproc3_null_3() 36 mountproc3_mnt_3(dirpath arg1, mountres3 *clnt_res, CLIENT *clnt) in mountproc3_mnt_3() 45 mountproc3_dump_3(mountlist *clnt_res, CLIENT *clnt) in mountproc3_dump_3() 54 mountproc3_umnt_3(dirpath arg1, void *clnt_res, CLIENT *clnt) in mountproc3_umnt_3() 63 mountproc3_umntall_3(void *clnt_res, CLIENT *clnt) in mountproc3_umntall_3() 72 mountproc3_export_3(exports *clnt_res, CLIENT *clnt) in mountproc3_export_3()
|
| A D | mount.h | 100 extern enum clnt_stat mountproc3_null_3(void *, CLIENT *); 102 extern enum clnt_stat mountproc3_mnt_3(dirpath , mountres3 *, CLIENT *); 104 extern enum clnt_stat mountproc3_dump_3(mountlist *, CLIENT *); 106 extern enum clnt_stat mountproc3_umnt_3(dirpath , void *, CLIENT *); 108 extern enum clnt_stat mountproc3_umntall_3(void *, CLIENT *); 110 extern enum clnt_stat mountproc3_export_3(exports *, CLIENT *);
|
| A D | nfs.h | 928 extern enum clnt_stat nfsproc3_null_3(void *, CLIENT *); 934 extern enum clnt_stat nfsproc3_lookup_3(LOOKUP3args , LOOKUP3res *, CLIENT *); 936 extern enum clnt_stat nfsproc3_access_3(ACCESS3args , ACCESS3res *, CLIENT *); 940 extern enum clnt_stat nfsproc3_read_3(READ3args , READ3res *, CLIENT *); 942 extern enum clnt_stat nfsproc3_write_3(WRITE3args , WRITE3res *, CLIENT *); 944 extern enum clnt_stat nfsproc3_create_3(CREATE3args , CREATE3res *, CLIENT *); 946 extern enum clnt_stat nfsproc3_mkdir_3(MKDIR3args , MKDIR3res *, CLIENT *); 950 extern enum clnt_stat nfsproc3_mknod_3(MKNOD3args , MKNOD3res *, CLIENT *); 952 extern enum clnt_stat nfsproc3_remove_3(REMOVE3args , REMOVE3res *, CLIENT *); 954 extern enum clnt_stat nfsproc3_rmdir_3(RMDIR3args , RMDIR3res *, CLIENT *); [all …]
|
| A D | dfs_nfs.c | 54 CLIENT *nfs_client; 55 CLIENT *mount_client;
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | clnt.h | 136 typedef struct CLIENT CLIENT; typedef 137 struct CLIENT { struct 140 enum clnt_stat (*cl_call) (CLIENT *, unsigned long, xdrproc_t, char*, xdrproc_t, argument 144 void (*cl_geterr) (CLIENT *, struct rpc_err *); 146 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, char*); 148 void (*cl_destroy) (CLIENT *); /* destroy this structure */ 149 bool_t (*cl_control) (CLIENT *, int, char *); 287 extern CLIENT *clnt_create (const char *__host, const unsigned long __prog, 312 extern CLIENT *clntudp_create (struct sockaddr_in *__raddr, unsigned long __program, 315 extern CLIENT *clntudp_bufcreate (struct sockaddr_in *__raddr, [all …]
|
| A D | clnt_udp.c | 64 static void clntudp_geterr(CLIENT *, struct rpc_err *); 65 static bool_t clntudp_freeres(CLIENT *, xdrproc_t, char*); 66 static bool_t clntudp_control(CLIENT *, int, char *); 67 static void clntudp_destroy(CLIENT *); 115 CLIENT *clntudp_bufcreate(struct sockaddr_in *raddr, in clntudp_bufcreate() 123 CLIENT *cl; in clntudp_bufcreate() 128 cl = (CLIENT *) rt_malloc (sizeof(CLIENT)); in clntudp_bufcreate() 202 return ((CLIENT *) NULL); in clntudp_bufcreate() 205 CLIENT *clntudp_create(struct sockaddr_in *raddr, in clntudp_create() 338 static void clntudp_geterr(CLIENT *cl, struct rpc_err *errp) in clntudp_geterr() [all …]
|
| A D | clnt_generic.c | 52 CLIENT *clnt_create(const char *hostname, const unsigned long prog, in clnt_create() 59 CLIENT *client; in clnt_create() 92 void clnt_perror(CLIENT *rpch, const char *s) in clnt_perror()
|
| A D | pmap.c | 35 register CLIENT *client = RT_NULL; in pmap_getport() 44 if (client != (CLIENT *) NULL) in pmap_getport()
|
Completed in 23 milliseconds