Searched refs:get_node_for_path (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/loader/
H A Dvfs.cpp790 get_node_for_path(Directory *directory, char *path, Node **_node) function
833 /*! Version of get_node_for_path() not modifying \a path.
836 get_node_for_path(Directory* directory, const char* path, Node** _node) function
843 return get_node_for_path(directory, mutablePath, _node);
1063 status_t error = get_node_for_path(directory, path, &node);
1087 if (get_node_for_path(directory, path, &node) != B_OK) {
1144 status_t error = get_node_for_path(directory, path, &node);
1207 status_t error = get_node_for_path(baseDirectory, path, &node);
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp167 static status_t get_node_for_path(struct devfs* fs, const char* path,
549 get_node_for_path(struct devfs* fs, const char* path, function
2031 status_t status = get_node_for_path(sDeviceFileSystem, path, &node);
2081 status_t status = get_node_for_path(sDeviceFileSystem, path, &node);
2101 status_t status = get_node_for_path(sDeviceFileSystem, info->device,
2121 status_t status = get_node_for_path(sDeviceFileSystem, devicePath, &device);
2167 status_t status = get_node_for_path(sDeviceFileSystem, path, &node);
2217 status_t status = get_node_for_path(sDeviceFileSystem, path, &node);

Completed in 49 milliseconds