Searched refs:dev_path (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/platform/efi/protocol/
H A Ddevice-path-to-text.h19 char16_t* (*ConvertDevicePathToText) (const efi_device_path_protocol* dev_path,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.h27 CRadeonPlug( CRadeonAddOn *addon, const BPath &dev_path, int id );
31 const char *getDeviceName() { return dev_path.Path(); }
32 const char *getDeviceShortName() { return dev_path.Leaf(); }
42 BPath dev_path; // path of device driver member in class:CRadeonPlug
H A DRadeonAddOn.cpp31 : addon( aaddon ), dev_path( adev_path ), id( aid ), node( NULL )
/haiku/src/bin/acpi_call/
H A Dacpi_call.cpp57 char dev_path[MAXPATHLEN] = "/dev/acpi/call"; variable
105 fd = open(dev_path, O_RDWR);
142 strlcpy(dev_path, optarg, MAXPATHLEN);

Completed in 48 milliseconds