Searched refs:hostInterface (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/
H A DDebuggerGlobals.cpp31 TargetHostInterface* hostInterface;
34 hostInterface);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.h28 TargetHostInterface* hostInterface);
32 static StartTeamWindow* Create(TargetHostInterface* hostInterface);
H A DStartTeamWindow.cpp26 StartTeamWindow::StartTeamWindow(TargetHostInterface* hostInterface) argument
37 fTargetHostInterface(hostInterface)
49 StartTeamWindow::Create(TargetHostInterface* hostInterface) argument
51 StartTeamWindow* self = new StartTeamWindow(hostInterface);
/haiku/src/apps/debugger/
H A DDebugger.cpp366 TargetHostInterface* hostInterface; local
368 reinterpret_cast<void**>(&hostInterface)) != B_OK) {
371 hostInterface = TargetHostInterfaceRoster::Default()
375 _ShowStartTeamWindow(hostInterface);
544 TargetHostInterface* hostInterface = TargetHostInterfaceRoster::Default() local
546 status_t error = _ShowStartTeamWindow(hostInterface);
602 TargetHostInterface* hostInterface = TargetHostInterfaceRoster::Default() local
604 fStartTeamWindow = StartTeamWindow::Create(hostInterface);
665 TargetHostInterface* hostInterface local
667 return hostInterface
738 TargetHostInterface* hostInterface local
796 TargetHostInterface* hostInterface local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h200 uint8_t hostInterface; /* host interface */ member in struct:mwl_hal_hwspec
H A Dmwlhal.c586 hw->hostInterface = pCmd->HostIf;
589 mh->mh_revs.mh_phyRev = hw->hostInterface; /* XXX */

Completed in 62 milliseconds