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

  /src/etc/etc.macppc/
MAKEDEV.conf 37 ounit=${i#tty}
38 ounit=$(($ounit + 0))
39 if [ $ounit -lt 10 ]; then
40 unit=0$ounit
42 unit=$ounit
44 ounit=$(($ounit - 10))
45 mkdev tty$unit c 45 $(($ounit + $dialin )) "" "" $u_uucp
46 mkdev dty$unit c 45 $(($ounit + $dialout)) "" "" $u_uuc
    [all...]
  /src/etc/etc.cobalt/
MAKEDEV.conf 39 ounit=00$unit
40 ounit=${ounit#${ounit%??}}
41 mkdev tty$ounit c 26 $(($unit + $dialin )) "" "" $u_uucp
42 mkdev dty$ounit c 26 $(($unit + $dialout)) "" "" $u_uucp
  /src/etc/etc.ofppc/
MAKEDEV.conf 32 ounit=${i#tty}
33 ounit=$(($ounit + 0))
34 if [ $ounit -lt 10 ]; then
35 unit=0$ounit
37 unit=$ounit
39 ounit=$(($ounit - 10))
40 mkdev tty$unit c 45 $(($ounit + $dialin )) "" "" $u_uucp
41 mkdev dty$unit c 45 $(($ounit + $dialout)) "" "" $u_uuc
    [all...]
  /src/etc/
MAKEDEV.tmpl 1336 ounit=00$unit
1337 ounit=${ounit#${ounit%??}}
1338 mkdev tty$ounit c %com_chr% $(($unit + $dialin )) "" "" $u_uucp
1339 mkdev dty$ounit c %com_chr% $(($unit + $dialout)) "" "" $u_uucp

Completed in 13 milliseconds