Searched refs:root_resource_handle (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/dev/bus/acpi/
H A Dpci.h13 zx_status_t pci_report_current_resources(zx_handle_t root_resource_handle);
H A Dpci.c527 * @param root_resource_handle The handle to pass to the kernel when talking
532 zx_status_t pci_report_current_resources(zx_handle_t root_resource_handle) { argument
541 .pci_handle = root_resource_handle,
552 .pci_handle = root_resource_handle,
H A Dbus-acpi.c41 zx_handle_t root_resource_handle; variable
569 root_resource_handle = get_root_resource();
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacfuchsia.h29 extern zx_handle_t root_resource_handle;
/fuchsia/zircon/system/core/userboot/
H A Dstart.c204 zx_handle_t root_resource_handle; local
206 &root_resource_handle);
334 do_powerctl(log, root_resource_handle, ZX_SYSTEM_POWERCTL_SHUTDOWN);
336 do_powerctl(log, root_resource_handle, ZX_SYSTEM_POWERCTL_REBOOT);
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosfuchsia.cpp33 __WEAK zx_handle_t root_resource_handle; variable
116 zx_status_t st = zx_vmo_create_physical(root_resource_handle, phys, size, &vmo);
219 zx_ioports_request(root_resource_handle, 0, 65536);
246 zx_status_t zx_status = zx_pc_firmware_tables(root_resource_handle, &acpi_rsdp, &smbios);
918 zx_status_t status = zx_interrupt_create(root_resource_handle, InterruptLevel,
1114 zx_status_t status = zx_pci_cfg_pio_rw(root_resource_handle, bus, dev, func, offset,
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost-api.cpp168 extern zx_handle_t root_resource_handle;
171 return root_resource_handle;
H A Ddevhost.cpp958 zx_handle_t root_resource_handle; variable
979 root_resource_handle = zx_take_startup_handle(PA_HND(PA_RESOURCE, 0));
980 if (root_resource_handle == ZX_HANDLE_INVALID) {
H A Ddevmgr.cpp59 static zx_handle_t root_resource_handle; variable
69 return root_resource_handle;
575 root_resource_handle = zx_take_startup_handle(PA_HND(PA_RESOURCE, 0));

Completed in 101 milliseconds