search for: hdrv

Displaying 2 results from an estimated 2 matches for "hdrv".

Did you mean: drv
2009 Jun 29
2
Unable to use alsa, unusable driver for winecfg
...vironment variable, I got the following messages : > > trace:driver:OpenDriver (L"winealsa.drv", (null), 0x00000000); > trace:driver:DRIVER_TryOpenDriver32 (L"winealsa.drv", 00000000); > trace:driver:DRIVER_SendMessage Before call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0001 p1=00000000 p2=00000000 > trace:driver:DRIVER_SendMessage After call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0001 p1=00000000 p2=00000000 => 00000001 > trace:driver:DRIVER_SendMessage Before call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0002 p1=...
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
..."Labeling Drive: $drv" + parted "$drv" -s "mklabel ${LABEL_TYPE}" + fi + done create_hostvg + [ -n ${APPVGDRIVE} ] && create_appvg + stop_log } do_confirm() @@ -900,6 +1035,19 @@ fi done } +cross_check_host_app() +{ +for hdrv in $HOSTVGDRIVE; do + for adrv in $APPVGDRIVE; do + if [ "${hdrv}" = "${adrv}" ]; then + # Skip disk partitioning, AppVGs overlaps with HostVGs + return 1 + fi + done +done +return 0 +} + MEM_SIZE_MB=$(awk '/MemTotal:/ { print $2 }&...