Home
last modified time | relevance | path

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

/xen/tools/hotplug/NetBSD/
A Dblock23 xparams=$(xenstore-read "$xpath/params")
24 if [ -b "$xparams" ]; then
26 elif [ -f "$xparams" ]; then
28 elif [ -z "$xparams" ]; then
31 error "$xparams is not a valid file type to use as block device." \
75 vnconfig /dev/${disk}d $xparams >/dev/null; then
86 device=$xparams

Completed in 3 milliseconds