get_device
status_t (*get_device)(const char *hid, uint32 index, char *result,
status_t (*get_device)(const char *hid, uint32 index, char *result,
status_t get_device(const char* hid, uint32 index, char* result,
get_device,
get_device,
status_t status = gACPI->get_device(VMBUS_ACPI_HID_NAME, 0,
status_t status = acpi->get_device(kACPIPciExpressRootName, 0, rootPciName, 255);
status = acpi->get_device(kACPIPciRootName, 0, rootPciName, 255);
status = get_device(path, &device);
status = get_device("/boot/home/test-file-device", &device);
status_t status = get_device(path, &device);
Device* device = get_device(child, path);
return get_device(sRootNode, path);