Searched refs:node_ref (Results 101 - 125 of 190) sorted by relevance

12345678

/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp118 node_ref ref;
172 node_ref ref;
/haiku/headers/private/storage/
H A DNodeMonitorHandler.h25 static void make_node_ref(dev_t device, ino_t node, node_ref * ref);
/haiku/src/servers/print/
H A DPrinter.h59 static Printer* Find(node_ref* node);
H A DPrintServerApp.cpp195 node_ref node;
233 PrintServerApp::EntryCreated(node_ref* node, entry_ref* entry)
244 PrintServerApp::EntryRemoved(node_ref* node)
256 PrintServerApp::AttributeChanged(node_ref* node)
/haiku/src/servers/package/
H A DPackageFileManager.cpp87 const node_ref& newDirectory)
H A DVolume.cpp105 void Init(const node_ref& nodeRef, bool isPackagesDir)
123 const node_ref& NodeRef() const
134 node_ref fNodeRef;
182 Volume::Init(const node_ref& rootDirectoryRef, node_ref& _packageRootRef)
284 node_ref(info->packagesDirectoryInfos[i].deviceID,
698 const node_ref&
848 || node_ref(deviceID, directoryID) != PackagesDirectoryRef()) {
1061 node_ref adminNode;
1280 const node_ref packagesDirRe
[all...]
/haiku/src/kits/print/
H A DPrintTransport.cpp106 node_ref ref;
H A DPrinter.cpp63 BPrinter::BPrinter(const node_ref& nodeRef)
101 BPrinter::SetTo(const node_ref& nodeRef)
276 node_ref nodeRef;
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp233 node_ref nodeRef;
254 node_ref toNodeRef;
255 node_ref fromNodeRef;
256 node_ref nodeRef;
302 node_ref nodeRef;
433 node_ref nodeRef;
580 node_ref nodeRef;
1011 BTranslatorRoster::Private::_FindTranslator(node_ref& nodeRef)
1043 node_ref nodeRefA;
1047 node_ref nodeRef
[all...]
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp81 node_ref nodeRef;
/haiku/src/kits/tracker/
H A DVirtualDirectoryEntryList.cpp48 const node_ref& definitionFileRef, const BStringList& directoryPaths)
H A DVirtualDirectoryWindow.cpp100 node_ref nodeRef;
H A DNavigator.cpp232 const node_ref* nodeRef;
246 sizeof(node_ref));
H A DOpenWithWindow.h174 virtual bool IsShowing(const node_ref*) const;
247 virtual bool Represents(const node_ref*) const;
/haiku/src/servers/app/font/
H A DFontManager.h72 status_t _AddFont(FT_Face face, node_ref nodeRef,
H A DFontStyle.cpp31 FontStyle::FontStyle(node_ref& nodeRef, const char* path, FT_Face face,
150 FontStyle::UpdatePath(const node_ref& parentNodeRef)
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp42 node_ref
45 node_ref ref;
H A DFDManager.cpp89 FDManager::SetDirectory(BDirectory* directory, const node_ref* ref)
/haiku/src/kits/package/
H A DDaemonClient.cpp108 _info.SetBaseDirectoryRef(node_ref(baseDirectoryDevice, baseDirectoryNode));
110 node_ref(packagesDirectoryDevice, packagesDirectoryNode));
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp72 node_ref nodeRef;
164 node_ref nodeRef;
/haiku/headers/private/shared/
H A DFunctionObject.h113 class ParameterBinder<const node_ref*> {
116 ParameterBinder(const node_ref* p)
120 ParameterBinder &operator=(const node_ref* newp)
123 const node_ref* Pass() const
126 node_ref p;
/haiku/src/kits/storage/
H A DDirectory.cpp53 BDirectory::BDirectory(const node_ref* nref)
120 BDirectory::SetTo(const node_ref* nref)
239 node_ref ref;
H A DEntryOperationEngineBase.cpp62 BEntryOperationEngineBase::Entry::Entry(const node_ref& directoryRef,
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp191 BInfoWindow::IsShowing(const node_ref* node) const
423 node_ref itemNode;
450 node_ref itemNode;
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp128 node_ref rootNode;
526 node_ref nodeRef = node_ref())
583 // get the node_ref of the mount point
584 node_ref nodeRef;
525 CheckWatchingMessage(bool mounted, dev_t expectedDevice, BTestHandler &handler, node_ref nodeRef = node_ref()) argument

Completed in 261 milliseconds

12345678