Home
last modified time | relevance | path

Searched refs:clnt_create (Results 1 – 3 of 3) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dclnt_generic.c52 CLIENT *clnt_create(const char *hostname, const unsigned long prog, in clnt_create() function
A Dclnt.h287 extern CLIENT *clnt_create (const char *__host, const unsigned long __prog,
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c450 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 8 milliseconds