Searched refs:driverPath (Results 1 - 5 of 5) sorted by relevance

/haiku/3rdparty/korli/
H A Dgenerate_ids_from_drivers.sh21 driverPath=src/add-ons/kernel/drivers/network/ether/$1
25 sed -e 's/#include.*//g' $TOPDIR/$driverPath/dev/$bsdname/if_${bsdname}.c | awk '/VENDORID_.*,$/ { printf("%s\t", $0); next } 1' | gcc -E -include $TOPDIR/$driverPath/dev/$headername/if_${headername}${5}.h - | sed -E -n "/${bsdname}_${table}\[/,/^$/p" | sed -r -e 's/.*0x([^ ,]+), 0x([^ ,]+).*/\1\t\2/' -e '/^[[:alnum:]]/!d' | awk -F'\t' -v driverPath=$driverPath 'NF > 1 { printf "pci %s %s .... .... ...... : CONFIG__UNKNOWN__ : %s\n", $1, $2, driverPath }' | uniq
31 driverPath=src/add-ons/kernel/drivers/network/wlan/$1
37 sed -e 's/#include.*//g' $TOPDIR/$driverPath/dev/$bsdname/if_${bsdname}${sourcesuffix}.c | awk '/VENDORID_.*,$/ { printf("%s\t", $0); next } 1' | gcc -E -include $TOPDIR/$driverPath/dev/$headername/if_${headername}${headersuffix}.h - | sed -E -n "/${bsdname}_${table}\[/,/^\};$/p" | sed -e 's/0X/0x/g' | sed -r -e 's/[^0x]*0x([^ ,]+), 0x([^ ,]+).*/\1\t\2/' -e '/^[[:alnum:]]/!d' | awk -F'\t' -v driverPath
[all...]
/haiku/src/kits/print/
H A DPrinter.cpp431 BPath driverPath(_DriverPath());
432 if (driverPath.InitCheck() != B_OK)
435 return load_add_on(driverPath.Path());
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp145 TabletDevice::TabletDevice(TabletInputDevice& target, const char* driverPath) argument
148 fPath(driverPath),
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp167 MouseDevice::MouseDevice(MouseInputDevice& target, const char* driverPath) argument
170 fPath(driverPath),
/haiku/src/kits/game/
H A DWindowScreen.cpp975 BString driverPath;
976 link.ReadString(driverPath);
1002 status = cloneHook((void*)driverPath.String());

Completed in 112 milliseconds