Lines Matching refs:nfspt
196 local nfspt mountopts b
200 read nfspt mountopts < $b/diskless_remount
201 log "nfspt ${nfspt} mountopts ${mountopts}"
203 [ `expr "$nfspt" : '\(.\)'` = "/" ] && nfspt="${nfsroot}${nfspt}"
204 mount_nfs $mountopts $nfspt $b
205 chkerr $? "mount_nfs $nfspt $b"
331 nfspt=`/bin/cat $j/remount`
332 $nfspt $k
333 chkerr $? "$nfspt $k"
347 nfspt=`/bin/cat $j/remount`
348 $nfspt $j
349 chkerr $? "$nfspt $j"