Home
last modified time | relevance | path

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

/tools/xl/
A Dcheck-xl-disk-parse80 one 0 /root/image.iso,raw,hdc,devtype=cdrom
82 one 0 format=raw vdev=hdc access=ro devtype=cdrom target=/root/image.iso
107 one 0 devtype=cdrom,,,hdc
110 one 0 vdev=hdc,access=r,devtype=cdrom,target=
122 one 0 vdev=hdc,access=r,devtype=cdrom,format=empty
123 one 0 vdev=hdc,access=r,devtype=cdrom
/tools/hotplug/Linux/
A Dblock60 local devtype=$1
65 if [ "$devtype" = "file" ];
A Dxen-hotplug-common.sh.in102 # call_hooks <devtype> <hook>
/tools/libs/util/
A Dlibxlu_disk_l.l196 devtype=cdrom,? { DPC->disk->is_cdrom = 1; }
197 devtype=disk,? { DPC->disk->is_cdrom = 0; }
198 devtype=[^,]*,? { xlu__disk_err(DPC,yytext,"unknown value for type"); }
/tools/libs/light/
A Dlibxl_device.c558 static int device_virtdisk_matches(const char *virtpath, const char *devtype, in device_virtdisk_matches() argument
566 tl = strlen(devtype); in device_virtdisk_matches()
567 if (memcmp(virtpath, devtype, tl)) in device_virtdisk_matches()

Completed in 28 milliseconds