Searched refs:Close (Results 126 - 150 of 254) sorted by relevance

1234567891011

/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp201 Close();
428 Close();
454 Close();
/haiku/headers/private/kernel/boot/net/
H A DTCP.h71 status_t Close();
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp45 RootFileSystem::Close(void *cookie) function in class:RootFileSystem
H A Dload_driver_settings.cpp109 settings->Close(cookie);
H A Dloader.cpp169 modules->Close(cookie);
H A Dvfs.cpp109 Node::Close(void *cookie) function in class:Node
111 TRACE(("%p::Close()\n", this));
452 status_t status = fNode->Close(fCookie);
775 directory->Close(subCookie);
778 gRoot->Close(cookie);
1243 dir->directory->Close(dir->cookie);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.h86 status_t Close(NodeHandle* handle);
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp253 disksWindow->Close();
/haiku/src/kits/media/legacy/
H A DOldAudioModule.h66 void Close();
H A DOldAudioModule.cpp218 BDACRenderer::Close() function in class:BDACRenderer
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h40 virtual void Close(bool killTeam) = 0;
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp184 return device->Close();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h73 status_t Close();
H A DRequestBuilder.h34 status_t Close(uint32 seq, const uint32* id,
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h67 status_t Close();
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp55 shape.Close();
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.h111 status_t Close();
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h58 status_t Close();
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp109 virtual status_t Close(void* cookie);
360 TarFS::Directory::Close(void* cookie) function in class:TarFS::Directory
362 _inherited::Close(cookie);
659 partition->Close(cookie);
/haiku/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp152 AbstractModuleDevice::Close(void* cookie) function in class:AbstractModuleDevice
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp623 shape.Close();
641 shape.Close();
652 shape.Close();
665 shape.Close();
/haiku/src/preferences/input/
H A DMouseView.cpp233 mouseShape.Close();
378 mouseShape.Close();
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DJoystickProtocolHandler.cpp219 JoystickProtocolHandler::Close(uint32 *cookie) function in class:JoystickProtocolHandler
228 return ProtocolHandler::Close(cookie);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp67 void Close() function in struct:LocalDebuggerInterface::DebugContext
126 void Close() function in struct:LocalDebuggerInterface::DebugContextPool
133 context->Close();
138 context->Close();
255 Close(false);
311 LocalDebuggerInterface::Close(bool killTeam) function in class:LocalDebuggerInterface
/haiku/src/servers/app/font/
H A DFontEngine.cpp209 goto Close;
275 goto Close;
282 Close:

Completed in 134 milliseconds

1234567891011