Searched refs:fstmpfile (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dimage_install.ksh71 [[ -n "$fstmpfile" ]] && umnt_fs
H A Dcommon.ksh669 rm -f $fstmpfile $fscpiofile $fspaxfile
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dimage_install.ksh68 [[ -n "$fstmpfile" ]] && umnt_fs
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh398 }' >> $fstmpfile
405 if [ ! -s $fstmpfile ]; then
410 sort $fstmpfile | nawk -v zonepath=$ZONEPATH '{
434 if [[ -z $fstmpfile || ! -s $fstmpfile ]]; then
439 sort -r "$fstmpfile" | nawk -v zonepath=$ZONEPATH '{
1167 fstmpfile=$(/usr/bin/mktemp -t -p /var/tmp)
1168 if [[ -z "$fstmpfile" ]]; then
1177 rm -f $fstmpfile
1200 rm -f $fstmpfile
[all...]

Completed in 22 milliseconds