Searched refs:interface (Results 76 - 100 of 293) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/os/arch/x86/
H A Dsyscalls.inc11 * syscall interface works as such:
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp76 const char* interface)
78 fInterface(interface)
106 const char* interface, const char* label, BNetworkSettings& settings)
110 fInterface(interface),
223 BNetworkInterface interface(fInterface);
231 int32 index = interface.FindFirstAddress(fFamily);
235 interface.GetAddressAt(index, address);
264 const char* interface)
75 BNetworkSettingsInterfaceItem( const char* interface) argument
105 BNetworkInterfaceListItem(int family, const char* interface, const char* label, BNetworkSettings& settings) argument
263 CreateNextInterfaceItem(uint32& cookie, const char* interface) argument
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCPExtension.cpp22 \param interface Owning interface.
26 KPPPInterface& interface, driver_parameter *settings)
28 fInterface(interface),
25 KPPPLCPExtension(const char *name, uint8 code, KPPPInterface& interface, driver_parameter *settings) argument
H A DKPPPProtocol.cpp35 \param interface The owner.
43 uint32 overhead, KPPPInterface& interface,
51 fInterface(interface),
69 if (interface.Mode() == PPP_CLIENT_MODE)
77 //! Removes this protocol from the interface and frees the type.
41 KPPPProtocol(const char *name, ppp_phase activationPhase, uint16 protocolNumber, ppp_level level, int32 addressFamily, uint32 overhead, KPPPInterface& interface, driver_parameter *settings, int32 flags, const char *type, KPPPOptionHandler *optionHandler) argument
H A D_KPPPAuthenticationHandler.h14 _KPPPAuthenticationHandler(KPPPInterface& interface);
H A D_KPPPPFCHandler.h15 KPPPInterface& interface);
/haiku/src/add-ons/accelerants/via/engine/
H A Dagp.c19 eng_ai.interface.status = 0;
94 if (eng_ai.interface.status & AGP_3_MODE)
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp253 "valid user interface!\n");
261 DebuggerInterface* interface = NULL; local
265 error = Attach(teamID, options.thread, interface);
272 error = LoadCore(options.coreFilePath, interface, threadID);
280 BReference<DebuggerInterface> debuggerInterfaceReference(interface,
285 error = debugger->Init(interface, threadID,
290 printf("Error: debugger for team %" B_PRId32 " on interface %s failed"
291 " to init: %s!\n", interface->TeamID(), Name(), strerror(error));
295 printf("debugger for team %" B_PRId32 " on interface %s created and"
296 " initialized successfully!\n", interface
352 TargetHostInterfaceQuit( TargetHostInterface* interface) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h53 TargetHostInterface* interface);
76 TargetHostInterface* interface) = 0;
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.h37 status_t control_routes(struct net_interface* interface, net_domain* domain,
46 void invalidate_routes(net_domain* domain, net_interface* interface);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp129 fConfigurations[i].interface = (usb_interface_list*)malloc(
131 if (fConfigurations[i].interface == NULL) {
136 memset(fConfigurations[i].interface, 0,
145 TRACE("got interface descriptor\n");
166 interfaceDescriptor->interface);
176 .interface[interfaceDescriptor->interface_number];
185 " alternate interface\n");
192 // Set active interface always to the first one
204 Interface* interface = new(std::nothrow) Interface(this, local
206 if (interface
362 usb_interface_info* interface = &interfaceList->alt[k]; local
398 usb_interface_info* interface = &interfaceList->alt[k]; local
658 SetAltInterface(const usb_interface_info* interface) argument
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp25 const AddressType &address, net_interface *interface)
26 : fParent(parent), fMulticastAddress(address), fInterface(interface)
165 net_interface *interface, GroupInterface* &state, bool create)
167 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index));
170 state = new (nothrow) GroupInterface(this, groupAddress, interface);
24 MulticastGroupInterface(Filter *parent, const AddressType &address, net_interface *interface) argument
164 GetState(const AddressType &groupAddress, net_interface *interface, GroupInterface* &state, bool create) argument
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.cpp33 const AddressType &address, net_interface *interface)
37 fInterface(interface)
176 net_interface *interface, GroupInterface* &state, bool create)
178 state = fStates.Lookup(std::make_pair(&groupAddress, interface->index));
181 state = new (nothrow) GroupInterface(this, groupAddress, interface);
32 MulticastGroupInterface(Filter *parent, const AddressType &address, net_interface *interface) argument
175 GetState(const AddressType &groupAddress, net_interface *interface, GroupInterface* &state, bool create) argument
/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/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp107 const usb_interface_info *interface = config->interface[i].active; local
108 if (interface == NULL || interface->descr == NULL)
111 uint8 interfaceClass = interface->descr->interface_class;
112 TRACE("interface %" B_PRIuSIZE ": class: %u; subclass: %u; protocol: "
113 "%u\n", i, interfaceClass, interface->descr->interface_subclass,
114 interface->descr->interface_protocol);
127 && interface->descr->interface_subclass
130 && interface
[all...]
/haiku/src/apps/activitymonitor/
H A DSystemInfo.cpp169 BNetworkInterface interface; local
171 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
173 if (interface.GetStats(stats) == B_OK) {
/haiku/src/servers/launch/
H A DNetworkWatcher.cpp136 BNetworkInterface interface; local
138 while (roster.GetNextInterface(&cookie, interface) == B_OK) {
139 uint32 flags = interface.Flags();
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h81 const char* interface);
97 const char* interface, const char* label,
133 const char* interface);
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.h97 } interface; member in union:__anon543
171 uint32 interface; member in struct:__anon543::__anon558
179 uint32 interface; member in struct:__anon543::__anon559
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DKLSI.cpp26 usb_interface_info *interface = config->interface[0].active; local
27 for (size_t i = 0; i < interface->endpoint_count; i++) {
28 usb_endpoint_info *endpoint = &interface->endpoint[i];
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamBufferedFilterInterface.h10 #include <interface/Rect.h>
18 // BPositionIO interface
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.h13 DrawingEngine(AccelerantHWInterface* interface,
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Ddevice_info.h27 uint16 interface; /**/ member in struct:_usb_device_info
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPStateMachine.h32 KPPPStateMachine(KPPPInterface& interface);
40 //! Returns the interface that owns this state machine.
92 // sub-interface events
93 void UpFailedEvent(KPPPInterface& interface);
94 void UpEvent(KPPPInterface& interface);
95 void DownEvent(KPPPInterface& interface);
H A DKPPPLCPExtension.h19 KPPPLCPExtension(const char *name, uint8 code, KPPPInterface& interface,
31 //! Returns the owning interface.

Completed in 136 milliseconds

1234567891011>>