Searched refs:interface (Results 251 - 275 of 293) sorted by last modified time

<<1112

/haiku/src/add-ons/kernel/network/stack/
H A Dnotifications.cpp26 notify_interface_added(net_interface* interface) argument
35 message.AddString("interface", interface->name);
42 notify_interface_removed(net_interface* interface) argument
51 message.AddString("interface", interface->name);
58 notify_interface_changed(net_interface* interface, uint32 oldFlags, argument
68 message.AddString("interface", interface->name);
H A Dsimple_net_buffer.cpp81 destination->interface = source->interface;
110 buffer->interface = NULL;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamBufferedFilterInterface.h10 #include <interface/Rect.h>
18 // BPositionIO interface
H A DCamFilterInterface.h10 #include <interface/Rect.h>
27 // BPositionIO interface
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp28 // printer interface types
41 const BUSBInterface *interface, const BUSBEndpoint *in, const BUSBEndpoint *out);
113 // Try to find a working printer interface in this device
117 const BUSBInterface *interface = config->InterfaceAt(idx); local
118 for (uint32 alt = 0; alt < interface->CountAlternates(); alt++) {
119 const BUSBInterface *alternate = interface->AlternateAt(alt);
125 // Found a usable Printer interface!
143 ((BUSBInterface*)interface)->SetAlternate(alt);
152 // We found a working printer interface, lets determine a unique ID
238 // Implementation of transport add-on interface
[all...]
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.h38 #include <interface/Window.h>
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dagp.c123 if (eng_ai.interface.agp_stat & AGP_rate_rev) nca.cmd |= AGP_rate_rev;
129 eng_agp_list_active(nca.cmd | (eng_ai.interface.agp_stat & AGP_rate_rev));
153 ((ai.interface.agp_cap_id & AGP_rev_major) >> AGP_rev_major_shift),
154 ((ai.interface.agp_cap_id & AGP_rev_minor) >> AGP_rev_minor_shift)));
157 if (!(ai.interface.agp_stat & AGP_rate_rev))
160 if (ai.interface.agp_stat & AGP_2_1x)
162 if (ai.interface.agp_stat & AGP_2_2x)
164 if (ai.interface.agp_stat & AGP_2_4x)
170 if (ai.interface.agp_stat & AGP_3_4x)
172 if (ai.interface
[all...]
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dbus_raw.cpp22 scsi_bus_interface *interface; member in struct:bus_raw_info
41 (driver_module_info **)&bus->interface, (void **)&bus->cookie);
88 return bus->interface->reset_bus(bus->cookie);
91 return bus->interface->path_inquiry(bus->cookie,
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_rh.cpp34 usb_interface_descriptor interface; member in struct:ehci_root_hub_configuration_s
46 // interface, endpoint and hub descriptors)
54 { // interface descriptor
63 0 // Index of interface string
H A Dohci_rh.cpp36 usb_interface_descriptor interface; member in struct:ohci_root_hub_configuration_s
48 // interface, endpoint and hub descriptors)
56 { // interface descriptor
65 0 // Index of interface string
H A Duhci_rh.cpp35 usb_interface_descriptor interface; member in struct:uhci_root_hub_configuration_s
47 // interface, endpoint and hub descriptors)
55 { // interface descriptor
64 0 // Index of interface string
/haiku/headers/build/os/interface/
H A DGraphicsDefs.h1 #include <../os/interface/GraphicsDefs.h>
H A DInterfaceDefs.h1 #include <../os/interface/InterfaceDefs.h>
H A DPoint.h1 #include <../os/interface/Point.h>
H A DRect.h1 #include <../os/interface/Rect.h>
H A DRegion.h1 #include <../os/interface/Region.h>
H A DSize.h1 #include <../os/interface/Size.h>
/haiku/headers/build/private/interface/
H A DRegionSupport.h1 #include <../private/interface/RegionSupport.h>
H A Dclipping.h1 #include <../private/interface/clipping.h>
H A Dutf8_functions.h1 #include <../private/interface/utf8_functions.h>
/haiku/headers/cpp/
H A DPlotFile.h36 #pragma interface
H A DSFile.h28 #pragma interface
H A Dbuiltinbuf.h29 #pragma interface
H A Deditbuf.h30 #pragma interface
H A Dfstream.h28 #pragma interface

Completed in 63 milliseconds

<<1112