_AddNode
void _AddNode(Variable* variable);
_AddNode(child->GetVariable(), NULL, child);
_AddNode(modelNode->GetVariable(), modelNode, child,
error = _AddNode(variable, NULL, _child);
status_t _AddNode(Variable* variable, ModelNode* parent,
_AddNode(variable);
_AddNode(variable);
status_t error = _AddNode(fBaseAncestor->NodeRef(),
status_t error = _AddNode(nodeRef, isDirectory, notify && _WatchFilesOnly(),
status_t _AddNode(const node_ref& nodeRef,
return _AddNode(device, node, NULL, B_WATCH_DIRECTORY, fDirectoryWatcher);
return _AddNode(device, node, path.Path(), B_WATCH_STAT, fModuleWatcher);
status_t _AddNode(dev_t device, ino_t node, const char* path,