Searched refs:devicePath (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp47 KFileDiskDevice::SetTo(const char* filePath, const char* devicePath) argument
51 || (devicePath && strlen(devicePath) > B_PATH_NAME_LENGTH)) {
69 if (devicePath == NULL) {
89 devicePath = tmpDevicePath.Path();
91 error = _RegisterDevice(filePath, devicePath);
99 error = KDiskDevice::SetTo(devicePath);
/haiku-fatelf/headers/private/kernel/fs/
H A Ddevfs.h24 status_t devfs_rename_partition(const char* devicePath, const char* oldName,
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKFileDiskDevice.h20 status_t SetTo(const char *filePath, const char *devicePath = NULL);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dntfs.h113 char devicePath[MAX_PATH]; member in struct:nspace
H A Dfs_func.c367 strcpy(ns->devicePath,device);
500 strncpy(fss->device_name, ns->devicePath, sizeof(fss->device_name));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp201 char *devicePath = argv[0]; local
202 int device = open(devicePath, O_RDONLY);
205 sProgramName, devicePath, strerror(errno));
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h168 char devicePath[127]; member in struct:iso9660_volume
H A Dkernel_interface.cpp218 strlcpy(info->device_name, volume->devicePath, sizeof(info->device_name));
H A Diso9660.cpp642 strncpy(volume->devicePath,path,127);
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp129 status_t Probe(const char* devicePath, uint32 updateCycle);
1546 device_node::Probe(const char* devicePath, uint32 updateCycle) argument
1567 if (!strcmp(devicePath, "disk")) {
1569 } else if (!strcmp(devicePath, "audio")) {
1572 } else if (!strcmp(devicePath, "net")) {
1574 } else if (!strcmp(devicePath, "graphics")) {
1576 } else if (!strcmp(devicePath, "video")) {
1610 status = child->Probe(devicePath, updateCycle);
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevice_manager.cpp138 status_t Probe(const char* devicePath, uint32 updateCycle);
1865 device_node::Probe(const char* devicePath, uint32 updateCycle) argument
1886 if (!strcmp(devicePath, "disk")) {
1888 } else if (!strcmp(devicePath, "audio")) {
1891 } else if (!strcmp(devicePath, "net")) {
1893 } else if (!strcmp(devicePath, "graphics")) {
1895 } else if (!strcmp(devicePath, "video")) {
1902 sGenericContextPath = devicePath;
1922 status = child->Probe(devicePath, updateCycle);
H A Dlegacy_drivers.cpp1474 char devicePath[64]; local
1475 snprintf(devicePath, sizeof(devicePath), "drivers/dev%s%s",
1511 return probe_for_drivers(devicePath);
H A Ddevfs.cpp2114 devfs_rename_partition(const char* devicePath, const char* oldName, argument
2121 status_t status = get_node_for_path(sDeviceFileSystem, devicePath, &device);
/haiku-fatelf/src/tests/apps/partitioner/
H A DPartitioner.cpp855 const char* devicePath = argv[argi]; local
860 status_t error = roster.GetDeviceForPath(devicePath, &device);
863 "%s\n", devicePath, strerror(error));

Completed in 143 milliseconds