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

/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h43 bool ControlDevice(ppp_device_info_t *info) const;
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp184 struct ControlDevice : Device { struct in inherits:Device
185 ControlDevice(device_node* node) function in struct:ControlDevice
1004 ioctl_register(ControlDevice* controlDevice, ram_disk_ioctl_register* request)
1047 ioctl_unregister(ControlDevice* controlDevice,
1179 ControlDevice* device = new(std::nothrow) ControlDevice(node);
1268 ControlDevice* device = (ControlDevice*)cookie;
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp257 PPPInterface::ControlDevice(ppp_device_info_t *info) const function in class:PPPInterface
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp265 struct ControlDevice : Device {
266 ControlDevice(device_node* node)
764 ControlDevice* device = new(std::nothrow) ControlDevice(node);
844 ControlDevice* device = (ControlDevice*)cookie;
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp584 if (interface.ControlDevice(&info) != true) {
585 fprintf(stderr, "Error: Could not ControlDevice: %s!\n", name);

Completed in 56 milliseconds