Searched refs:devicePath (Results 1 - 12 of 12) sorted by last modified time

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp140 status_t Probe(const char* devicePath, uint32 updateCycle);
2026 device_node::Probe(const char* devicePath, uint32 updateCycle) argument
2046 if (!strcmp(devicePath, "disk")) {
2051 } else if (!strcmp(devicePath, "audio")) {
2054 } else if (!strcmp(devicePath, "net")) {
2056 } else if (!strcmp(devicePath, "graphics")) {
2058 } else if (!strcmp(devicePath, "video")) {
2060 } else if (!strcmp(devicePath, "power")) {
2062 } else if (!strcmp(devicePath, "input")) {
2070 sGenericContextPath = devicePath;
[all...]
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);
H A Dlegacy_drivers.cpp1484 char devicePath[64]; local
1485 snprintf(devicePath, sizeof(devicePath), "drivers/dev%s%s",
1515 return probe_for_drivers(devicePath);
/haiku/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/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp219 strlcpy(info->device_name, volume->devicePath, sizeof(info->device_name));
H A Diso9660.cpp677 strncpy(volume->devicePath,path,127);
H A Diso9660.h171 char devicePath[127]; member in struct:iso9660_volume
/haiku/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));
/haiku/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp41 KFileDiskDevice::SetTo(const char* filePath, const char* devicePath) argument
45 || (devicePath && strlen(devicePath) > B_PATH_NAME_LENGTH)) {
63 if (devicePath == NULL) {
83 devicePath = tmpDevicePath.Path();
85 error = _RegisterDevice(filePath, devicePath);
93 error = KDiskDevice::SetTo(devicePath);
/haiku/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/headers/private/kernel/disk_device_manager/
H A DKFileDiskDevice.h20 status_t SetTo(const char *filePath, const char *devicePath = NULL);
/haiku/headers/private/kernel/fs/
H A Ddevfs.h24 status_t devfs_rename_partition(const char* devicePath, const char* oldName,

Completed in 143 milliseconds