Searched refs:GetDeviceName (Results 1 - 17 of 17) sorted by relevance

/haiku/src/tests/kits/device/bserial/
H A DSerialIO.cpp41 if (port.GetDeviceName(i, nameBuffer, sizeof(nameBuffer)) != B_OK) {
/haiku/headers/os/device/
H A DJoystick.h41 status_t GetDeviceName(int32 index, char* name,
47 // GetDeviceName() with possibly newly plugged
H A DSerialPort.h106 status_t GetDeviceName(int32 index, char* name,
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h57 const char *GetDeviceName() const;
H A DVolume.cpp274 // GetDeviceName
276 Volume::GetDeviceName() const function in class:Volume
H A Dkernel_interface.cpp167 strlcpy(info->device_name, volume->GetDeviceName(),
/haiku/headers/os/midi/
H A DMidiPort.h59 status_t GetDeviceName(
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp101 status_t err = fJoystick->GetDeviceName(id, devName);
103 temp1 << "BJoystick::GetDeviceName(), id = " << id
162 err = stick->GetDeviceName(i, devName);
163 temp1 << "BJoystick::GetDeviceName(), id = " << i << ", name = "
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_info.cpp184 CONST PCHAR CEchoGals::GetDeviceName() function in class:CEchoGals
H A DCEchoGals.h157 CONST PCHAR GetDeviceName();
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DSerialMouse.cpp116 fSerialPort->GetDeviceName(i, dev_name);
/haiku/src/kits/midi/
H A DMidiPort.cpp243 BMidiPort::GetDeviceName(int32 n, char* name, size_t bufSize) function in class:BMidiPort
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp113 serial->GetDeviceName(i, devName);
/haiku/src/kits/device/
H A DSerialPort.cpp516 BSerialPort::GetDeviceName(int32 n, char *name, size_t bufSize) function in class:BSerialPort
H A DJoystick.cpp304 BJoystick::GetDeviceName(int32 index, char *name, size_t bufSize) function in class:BJoystick
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp115 fJoystick->GetDeviceName(i, buf, B_OS_NAME_LENGTH);
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp295 serialPort.GetDeviceName(i, buffer, 256);

Completed in 208 milliseconds