HomeSort by relevance Sort by last modified time
    Searched refs:dev (Results 1 - 18 of 18) sorted by null

  /livemedia/livemedia/bootcd_skel/etc/
logindevperm 15 # ending in "/*", such as "/dev/fbs/*", specifies all entries (except "."
25 /dev/console 0600 /dev/mouse:/dev/kbd
26 /dev/console 0600 /dev/sound/* # audio devices
27 /dev/console 0600 /dev/fbs/* # frame buffers
28 /dev/console 0600 /dev/usb/[0-9a-f]+[.][0-9a-f]+/[0-9]+/* driver=scsa2usb,usb_mid,usbprn # libusb/ugen device
    [all...]
power.conf 33 device-dependency-property removable-media /dev/fb
  /livemedia/livemedia/bootcd_skel/lib/svc/method/
live-fs-usr 59 # if root dev is a read-only metadevice then fail
61 /dev/md/dsk/*)
62 dd if=/dev/null of=$special count=0 >/dev/null 2>&1 ||
95 # if usr dev is a read-only metadevice then fail
97 /dev/md/dsk/*)
98 dd if=/dev/null of=$special count=0 \
99 >/dev/null 2>&1 || exit $SMF_EXIT_ERR_FATAL
125 readvfstab /dev/fd < $vfstab
126 if [ "$mountp" -a -d /dev/fd ]; the
    [all...]
live-devices-local 45 echo "\rConfiguring devices." > /dev/msglog
46 /usr/sbin/devfsadm >/dev/msglog 2>&1
48 /usr/ucb/ucblinks >/dev/null 2>&1
56 /sbin/soconfig -f /dev/fd/0 >/dev/null 2>&1
57 /sbin/soconfig -f /etc/sock2path >/dev/null 2>&1
67 fbdev=`/usr/sbin/prtconf -F 2>/dev/null`
72 /usr/bin/rm -f /dev/fb
73 /usr/bin/ln -s $1 /dev/fb
100 echo "Mounting local partitions/cdroms" > /dev/msglo
    [all...]
live-fs-root 171 echo "\rRemounting root read/write" > /dev/msglog
179 echo "Probing for device nodes ..." > /dev/msglog
180 ls -lR /devices/pci* > /dev/null 2> /dev/msglog
186 echo "\rPreparing LiveUSB for use" > /dev/msglog
189 echo "\rPreparing LiveCD for use" > /dev/msglog
194 $lcmd | while read dev rdev
199 /usr/lib/fs/hsfs/fstyp -v $rdev 2>&1 | grep "Volume id: $volumeid" > /dev/null
206 echo "\rCurrently mounting ufs dev : $dev"
    [all...]
  /livemedia/livemedia/
usbcopy 43 rmformat 2>/dev/null | nawk 'BEGIN {
105 dev=${log[$choice]}
106 s0cdev=`echo $dev|sed -e 's/p0/s0/'`
109 echo "Missing device nodes for $dev"
113 if [ ! -n "$dev" ]; then
136 echo -n ${desc[$choice]}, $sz MB at $dev ?
153 fdisk -B $dev
158 acyls=`prtvtoc $dev | grep accessible | sed -e 's/ //g' -e 's/*//'|cut -f1 -d' '`
160 format -e $dev >/dev/null <<EO
    [all...]
usbgen 39 zfs list $USB_ZVOL >/dev/null 2>&1 && zfs destroy $USB_ZVOL
45 rdevs=/dev/zvol/rdsk/$USB_ZVOL
46 devs=/dev/zvol/dsk/$USB_ZVOL
94 lofiadm $devs >/dev/null 2>&1 && lofiadm -d $devs
dummy_install 92 /root/installer/install_live ufs /dev/dsk/$rootdev /dev/dsk/$swapdev $progress
mkrepo 45 echo "WARNING: svccfg apply $1 failed" | tee /dev/msglog
52 echo > /dev/msglog
53 echo "WARNING: svccfg import $1 failed" | tee /dev/msglog
build_live_dvd 59 # 8) Create some essential symbolic links in /dev in the miniroot. These
62 # pre-populate /dev on the hard disk before the newly installed OS boots
94 zfs list $PREFIX_DATASET >/dev/null 2>&1 || zfs create $PREFIX_DATASET
147 zfs list $PROTO_DATASET >/dev/null 2>&1 || zfs create $PROTO_DATASET
152 zfs list $SKELETON_SNAPSHOT >/dev/null 2>&1 && NEED_SKELETON=false
153 zfs list $POSTRUN_SNAPSHOT >/dev/null 2>&1 && NEED_POSTRUN=false
154 zfs list $PKG_SNAPSHOT >/dev/null 2>&1 && NEED_PKGS=false
274 grep "^$d/" $PACKAGEDIR/buildpkg.list > /dev/null
373 newfs -m 0 $rlofidev < /dev/null 2> /dev/nul
    [all...]
  /livemedia/livemedia/packages/powernow/lib/svc/method/
svc-powernow 52 cnt=`ls /devices/pseudo/powernow@*:* 2>/dev/null | wc -l`
59 /usr/sbin/powernowd > /dev/msglog &
  /livemedia/livemedia/packages/powernow/usr/share/misc/powernow/
install 35 if grep -s "$1" $2 > /dev/null 2>&1
69 if $probe && [ "$type" != "X" ] && expr $dest : '.*\.conf' > /dev/null
108 if expr $dest : '.*\.conf' > /dev/null && [ -f $dest ]
116 if expr $dest : '.*\.conf' > /dev/null
134 if [ ! -h /dev/$drv ]
136 ln -s ../devices/pseudo/$drv@0:$drv /dev/$drv
  /livemedia/livemedia/bootcd_skel/root/installer/
install-finish 50 # RAW_SLICE is a /dev path
52 echo "$RAW_SLICE" | grep "p0:boot$" > /dev/null 2>&1
77 awk '{ print $1 }' "$TMP2" | grep 191 > /dev/null
120 grep "/boot/multiboot kernel/unix -s" $MENUFILE > /dev/null 2>&1
129 > /dev/null 2>&1
145 grep "^setprop[ ]\{1,\}bootpath" $BOOTENVRC > /dev/null
163 grep "^setprop[ ]\{1,\}bootpath" $BOOTENVRC > /dev/null
190 /^ / {if (poolstart == 1 && \$1 != "mirror") print "/dev/rdsk/" \$1}
201 if [[ $metadev = /dev/dsk/* ]] ; then
202 rootdevlist=`echo "$metadev" | sed -e "s#/dev/dsk/##"
    [all...]
install_live 115 find dev devices -print | cpio -pmud /a
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/
install 36 if print "$loc" | grep '^[./]*$' > /dev/null; then
45 if print "$loc" | grep '[^a-zA-Z0-9_.-/]' > /dev/null; then
  /livemedia/livemedia/packages/clofi/
lofi.c 36 * lofi is controlled through /dev/lofictl - this is the only device exported
39 * devices are exported in /dev/lofi and /dev/rlofi. Currently, these devices
41 * as the name in /dev/lofi. If we ever decide to support virtual disks,
49 * the open until the /dev/lofi device is opened, for a number of reasons.
228 lofi_free_handle(dev_t dev, minor_t minor, struct lofi_state *lsp,
240 newdev = makedevice(getmajor(dev), minor);
311 lofi_close(dev_t dev, int flag, int otyp, struct cred *credp)
317 minor = getminor(dev);
330 lofi_free_handle(dev, minor, lsp, credp)
    [all...]
  /livemedia/livemedia/bootcd_skel/lib/opengl/ogl_select/
nvidia_vendor_select 100 cd /dev
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Docs/Examples/
oneliners_examples.txt 27 0 14 open:entry gnome-netstatus- /dev/kstat

Completed in 420 milliseconds