Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh264 }' >> $fstmpfile
272 if [ ! -s $fstmpfile ]; then
277 sort $fstmpfile | nawk -v zonepath=$zonepath '{
302 if [ ! -s $fstmpfile ]; then
307 sort -r $fstmpfile | nawk -v zonepath=$zonepath '{
881 fstmpfile=$(/usr/bin/mktemp -t -p /var/tmp)
882 if [[ -z "$fstmpfile" ]]; then
891 rm -f $fstmpfile
907 rm -f $fstmpfile $fscpiofile
921 rm -f $fstmpfile $fscpiofile $fspaxfile
[all …]