HomeSort by: relevance | last modified time | path
    Searched refs:bootobj (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/alpha/stand/common/
checksize.sh 40 echo "$progname bootobj bootfile maxload maxtotal" 1>&2
44 bootobj=$1
53 size_data=`$SIZE $bootobj`
55 echo "$progname: couldn't get size of $bootobj" 2>&1
62 echo -n "checking sizes for $bootfile/$bootobj... "
  /src/sys/arch/evbmips/stand/sbmips/common/
checksize.sh 40 echo "$progname bootobj bootfile maxload maxtotal" 1>&2
44 bootobj=$1
53 size_data=`$SIZE $bootobj`
55 echo "$progname: couldn't get size of $bootobj" 2>&1
62 echo -n "checking sizes for $bootfile/$bootobj... "
  /src/sys/arch/sbmips/stand/common/
checksize.sh 40 echo "$progname bootobj bootfile maxload maxtotal" 1>&2
44 bootobj=$1
53 size_data=`$SIZE $bootobj`
55 echo "$progname: couldn't get size of $bootobj" 2>&1
62 echo -n "checking sizes for $bootfile/$bootobj... "

Completed in 13 milliseconds