Searched refs:clnt_create (Results 1 – 3 of 3) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | clnt_generic.c | 52 CLIENT *clnt_create(const char *hostname, const unsigned long prog, in clnt_create() function
|
| A D | clnt.h | 287 extern CLIENT *clnt_create (const char *__host, const unsigned long __prog,
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | dfs_nfs.c | 450 nfs->mount_client = clnt_create((char *)nfs->host, MOUNT_PROGRAM, MOUNT_V3, "udp"); in nfs_mount() 468 nfs->nfs_client = clnt_create((char *)nfs->host, NFS_PROGRAM, NFS_V3, "udp"); in nfs_mount()
|
Completed in 13 milliseconds