Searched refs:interface (Results 251 - 275 of 293) sorted by path

<<1112

/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp70 PowerStatusView::PowerStatusView(PowerStatusDriverInterface* interface, argument
75 fDriverInterface(interface),
825 fprintf(stderr, "No power interface found.\n");
H A DPowerStatusView.h24 PowerStatusDriverInterface* interface,
/haiku/src/apps/pulse/
H A DPulseWindow.h15 #include <interface/Window.h>
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp69 BNetworkInterface interface; local
71 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
72 uint32 flags = interface.Flags();
H A DUpdateManager.cpp69 BNetworkInterface interface; local
71 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
72 uint32 flags = interface.Flags();
/haiku/src/apps/tv/
H A DMainWin.cpp283 int interface = fController->CurrentInterface(); local
284 printf("MainWin::SetupChannelMenu: interface %d\n", interface);
314 int interface = fController->CurrentInterface(); local
315 printf("MainWin::SetInterfaceMenuMarker: interface %d\n", interface);
323 int index = (interface < 0) ? 0 : interface + 2;
379 s << B_TRANSLATE("Error, interface is busy:\n\n");
390 s << B_TRANSLATE("Error, connecting to interface faile
[all...]
/haiku/src/bin/
H A Diroster.cpp9 #include <interface/Input.h>
/haiku/src/bin/listusb/
H A Dlistusb.cpp84 DumpInterface(const BUSBInterface* interface) argument
86 if (!interface)
90 usb_get_class_info(interface->Class(), 0, 0, classInfo, sizeof(classInfo));
92 interface->Class(), classInfo);
93 usb_get_class_info(interface->Class(), interface->Subclass(), 0, classInfo, sizeof(classInfo));
95 interface->Subclass(), classInfo);
96 usb_get_class_info(interface->Class(), interface->Subclass(), interface
149 const BUSBInterface* interface = configuration->InterfaceAt(i); local
[all...]
H A Dusb_audio.cpp862 descriptor->interface);
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp76 printf("usage: %s [<interface> [<address family>] [<address> [<mask>] | "
78 " %s --delete <interface> [...]\n"
79 " %s <interface> [scan|join|leave] [<network> "
461 list_interface_addresses(BNetworkInterface& interface, uint32 flags) argument
463 int32 count = interface.CountAddresses();
466 if (interface.GetAddressAt(i, address) != B_OK)
502 // get link level interface for this interface
504 BNetworkInterface interface(name);
505 if (!interface
639 BNetworkInterface interface; local
[all...]
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp56 UserInterfaceListener* listener, DebuggerInterface* interface)
61 fDebuggerInterface(interface),
114 DebuggerInterface* interface)
117 interface);
55 DebugReportGenerator(::Team* team, UserInterfaceListener* listener, DebuggerInterface* interface) argument
113 Create(::Team* team, UserInterfaceListener* listener, DebuggerInterface* interface) argument
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp331 DebuggerInterface* interface, Architecture* architecture,
338 fDebuggerInterface(interface),
507 // create the target interface
330 DwarfImageDebugInfo(const ImageInfo& imageInfo, DebuggerInterface* interface, Architecture* architecture, FileManager* fileManager, GlobalTypeLookup* typeLookup, GlobalTypeCache* typeCache, TeamFunctionSourceInformation* sourceInfo, DwarfFile* file) argument
H A DDwarfTeamDebugInfo.cpp25 DebuggerInterface* interface, FileManager* fileManager,
30 fDebuggerInterface(interface),
24 DwarfTeamDebugInfo(Architecture* architecture, DebuggerInterface* interface, FileManager* fileManager, GlobalTypeLookup* typeLookup, TeamFunctionSourceInformation* sourceInfo, GlobalTypeCache* typeCache) argument
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp836 BNetworkInterface interface; local
839 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
840 int32 count = interface.CountAddresses();
843 if (interface.GetAddressAt(j, address) != B_OK)
H A DNetworkInterface.cpp112 BNetworkInterfaceAddress::SetTo(const BNetworkInterface& interface, int32 index) argument
115 return do_ifaliasreq(interface.Name(), B_SOCKET_GET_ALIAS, *this, true);
H A DNetworkRoster.cpp24 // information as AF_INET for the interface functions mostly.
55 BNetworkInterface& interface) const
92 interface.SetTo(interfaces[0].ifr_name);
125 BNetworkRoster::AddInterface(const BNetworkInterface& interface) argument
127 return AddInterface(interface.Name());
151 BNetworkRoster::RemoveInterface(const BNetworkInterface& interface) argument
153 return RemoveInterface(interface.Name());
H A DNetworkRoute.cpp283 ifreq* interface = (ifreq*)buffer;
286 while (interface < end) {
287 route_entry& routeEntry = interface->ifr_route;
290 || strcmp(interface->ifr_name, interfaceName) == 0)
320 interface = (ifreq *)((addr_t)interface + IF_NAMESIZE
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp78 BNetworkInterface interface; local
83 while (roster.GetNextInterface(&interfaceCookie, interface) == B_OK) {
84 BNetworkDevice device(interface.Name());
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp91 usb_interface_info* iface = config->interface[i].active;
138 // TODO: represent more than just interface[0], but how?
139 usb_interface_info* iface = config->interface[0].active;
313 usb_interface_info* iface = device_config->interface[iface_index].active;
/haiku/src/preferences/network/
H A DInterfaceAddressView.cpp44 const char* interface, BNetworkSettings& settings)
48 fInterface(interface),
100 fSettings.GetInterface(interface, fOriginalSettings);
182 const char* interface = message.GetString("interface", NULL); local
183 if (interface == NULL || strcmp(interface, fInterface.Name()) != 0)
203 /*! Updates the UI to match the current interface configuration.
205 The interface settings may be consulted to determine if the
273 BMessage interface; local
43 InterfaceAddressView(int family, const char* interface, BNetworkSettings& settings) argument
[all...]
H A DNetworkWindow.cpp337 BNetworkInterface interface; local
340 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
341 if ((interface.Flags() & IFF_LOOPBACK) != 0)
344 BNetworkDevice device(interface.Name());
352 InterfaceListItem* item = new InterfaceListItem(interface.Name(), type);
356 BString(interface.Name()), item));
422 // Per interface items
425 const BString& interface = iterator->first; local
431 cookie, interface.String());
/haiku/src/servers/app/
H A DEventDispatcher.cpp587 \a interface is allowed to be NULL.
590 EventDispatcher::SetHWInterface(HWInterface* interface) argument
594 fHWInterface = interface;
596 // adopt the cursor position of the new HW interface
597 if (interface != NULL)
598 fLastCursorPosition = interface->CursorPosition();
H A DEventDispatcher.h91 void SetHWInterface(HWInterface* interface);
H A DScreen.cpp42 Screen::Screen(::HWInterface *interface, int32 id) argument
45 fHWInterface(interface),
46 fDriver(interface != NULL ? interface->CreateDrawingEngine() : NULL)
H A DScreen.h25 Screen(::HWInterface *interface, int32 id);

Completed in 251 milliseconds

<<1112