Searched refs:devtype (Results 1 – 5 of 5) sorted by relevance
| /tools/xl/ |
| A D | check-xl-disk-parse | 80 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 D | block | 60 local devtype=$1 65 if [ "$devtype" = "file" ];
|
| A D | xen-hotplug-common.sh.in | 102 # call_hooks <devtype> <hook>
|
| /tools/libs/util/ |
| A D | libxlu_disk_l.l | 196 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 D | libxl_device.c | 558 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