taglinefilesource code
nfs_path75fs/nfs/nfsroot.cstatic char nfs_path[NFS_MAXPATHLEN];  /* Name of directory to mount */
nfs_path487fs/nfs/nfsroot.csprintf(nfs_path, buf, cp);
nfs_path549fs/nfs/nfsroot.cnfs_path, nfs_data.hostname);
nfs_path931fs/nfs/nfsroot.clen = strlen(nfs_path);
nfs_path933fs/nfs/nfsroot.cmemcpy(p, nfs_path, len);
nfs_path956fs/nfs/nfsroot.cstatus, nfs_path);