Searched refs:cl (Results 1 – 4 of 4) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | clnt_udp.c | 123 CLIENT *cl; in clntudp_bufcreate() local 128 cl = (CLIENT *) rt_malloc (sizeof(CLIENT)); in clntudp_bufcreate() 129 if (cl == NULL) in clntudp_bufcreate() 159 cl->cl_ops = &udp_ops; in clntudp_bufcreate() 160 cl->cl_private = (char*) cu; in clntudp_bufcreate() 195 cl->cl_auth = authnone_create(); in clntudp_bufcreate() 196 return (cl); in clntudp_bufcreate() 200 if (cl) rt_free(cl); in clntudp_bufcreate() 306 if (!AUTH_VALIDATE(cl->cl_auth, in clntudp_call() 394 static void clntudp_destroy(CLIENT *cl) in clntudp_destroy() argument [all …]
|
| A D | clnt.h | 213 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument 214 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.c | 1355 DWORD cl, n; in fill_first_frag() local 1360 res = put_fat(obj->fs, cl, cl + 1); in fill_first_frag() 1602 DWORD cl, ncl, *tbl; in clmt_clust() local 1822 DWORD cl; local 1829 return cl; 1837 DWORD cl /* Value to be set */ argument 3663 DWORD cl, bcs, clst, tm; local 4398 if (cl != 0) { 4403 pcl = cl; ncl++; 4404 cl = get_fat(&fp->obj, cl); [all …]
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 1385 DWORD cl, n; in fill_first_frag() local 1390 res = put_fat(obj->fs, cl, cl + 1); in fill_first_frag() 1632 DWORD cl, ncl; in clmt_clust() local 1853 DWORD cl; local 1860 return cl; 1868 DWORD cl /* Value to be set */ argument 3727 DWORD cl, bcs, clst, tm; local 4464 if (cl != 0) { 4469 pcl = cl; ncl++; 4470 cl = get_fat(&fp->obj, cl); [all …]
|
Completed in 41 milliseconds