Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh306 insttmpfile=$(mktemp -t instsmf.XXXXXX)
307 if [[ $? == 1 || -z "$insttmpfile" ]]; then
329 /usr/bin/nawk '{print $3}' >>$insttmpfile
333 [[ -n $LOGFILE ]] && cat $insttmpfile >&2
351 /usr/bin/egrep -s "$NETPHYSDEF" $insttmpfile
359 /usr/bin/egrep -s "$NETPHYSNWAM" $insttmpfile
367 for i in $(/usr/bin/egrep network/routing $insttmpfile)
386 /usr/bin/egrep -s "$i:" $insttmpfile || continue
398 for i in $(/usr/bin/egrep network/shares/group $insttmpfile)
405 /usr/bin/rm -f $insttmpfile