HelenOS sources
hw_resource_t 92 uspace/drv/bus/isa/isa.c hw_resource_t resources[ISA_MAX_HW_RES];
hw_resource_t 404 uspace/drv/bus/isa/isa.c hw_resource_t *resources = fun->hw_resources.resources;
hw_resource_t 420 uspace/drv/bus/isa/isa.c hw_resource_t *resources = fun->hw_resources.resources;
hw_resource_t 453 uspace/drv/bus/isa/isa.c hw_resource_t *resources = fun->hw_resources.resources;
hw_resource_t 476 uspace/drv/bus/isa/isa.c hw_resource_t *resources = fun->hw_resources.resources;
hw_resource_t 488 uspace/drv/bus/pci/pciintel/pci.c hw_resource_t *hw_resources = hw_res_list->resources;
hw_resource_t 603 uspace/drv/bus/pci/pciintel/pci.c hw_resource_t *hw_resources = hw_res_list->resources;
hw_resource_t 75 uspace/drv/bus/pci/pciintel/pci.h hw_resource_t resources[PCI_MAX_HW_RES];
hw_resource_t 429 uspace/drv/char/ns8250/ns8250.c hw_resource_t *res;
hw_resource_t 69 uspace/drv/platform/amdm37x/main.c static hw_resource_t ohci_res[] = {
hw_resource_t 84 uspace/drv/platform/amdm37x/main.c static hw_resource_t ehci_res[] = {
hw_resource_t 100 uspace/drv/platform/amdm37x/main.c static hw_resource_t disp_res[] = {
hw_resource_t 75 uspace/drv/platform/arm64virt/arm64virt.c static hw_resource_t arm64virt_ic_res[] = {
hw_resource_t 96 uspace/drv/platform/arm64virt/arm64virt.c static hw_resource_t arm64virt_uart_res[] = {
hw_resource_t 75 uspace/drv/platform/hikey960/hikey960.c static hw_resource_t hikey960_ic_res[] = {
hw_resource_t 96 uspace/drv/platform/hikey960/hikey960.c static hw_resource_t hikey960_uart_res[] = {
hw_resource_t 74 uspace/drv/platform/icp/icp.c static hw_resource_t icp_kbd_res[] = {
hw_resource_t 92 uspace/drv/platform/icp/icp.c static hw_resource_t icp_mouse_res[] = {
hw_resource_t 110 uspace/drv/platform/icp/icp.c static hw_resource_t icp_ic_res[] = {
hw_resource_t 53 uspace/drv/platform/mac/mac.c static hw_resource_t adb_res[] = {
hw_resource_t 84 uspace/drv/platform/mac/mac.c static hw_resource_t pci_conf_regs[] = {
hw_resource_t 92 uspace/drv/platform/malta/malta.c static hw_resource_t pci_conf_regs[] = {
hw_resource_t 77 uspace/drv/platform/msim/msim.c static hw_resource_t disk_regs[] = {
hw_resource_t 108 uspace/drv/platform/msim/msim.c static hw_resource_t console_regs[] = {
hw_resource_t 75 uspace/drv/platform/pc/pc.c static hw_resource_t pci_conf_regs[] = {
hw_resource_t 91 uspace/drv/platform/sun4u/sun4u.c static hw_resource_t obio_res[] = {
hw_resource_t 116 uspace/drv/platform/sun4u/sun4u.c static hw_resource_t pci_conf_regs[] = {
hw_resource_t 67 uspace/drv/platform/sun4v/sun4v.c static hw_resource_t console_res[] = {
hw_resource_t 198 uspace/drv/time/cmos-rtc/cmos-rtc.c hw_resource_t *res;
hw_resource_t 231 uspace/lib/c/generic/ddi.c errno_t pio_enable_resource(pio_window_t *win, hw_resource_t *res, void **virt,
hw_resource_t 56 uspace/lib/c/generic/device/hw_res.c size_t size = count * sizeof(hw_resource_t);
hw_resource_t 57 uspace/lib/c/generic/device/hw_res.c hw_resource_t *resources = (hw_resource_t *) malloc(size);
hw_resource_t 41 uspace/lib/c/generic/device/hw_res_parsed.c const hw_resource_t *res, int flags)
hw_resource_t 63 uspace/lib/c/generic/device/hw_res_parsed.c const hw_resource_t *res, int flags)
hw_resource_t 99 uspace/lib/c/generic/device/hw_res_parsed.c const pio_window_t *win, const hw_resource_t *res, int flags)
hw_resource_t 142 uspace/lib/c/generic/device/hw_res_parsed.c const pio_window_t *win, const hw_resource_t *res, int flags)
hw_resource_t 216 uspace/lib/c/generic/device/hw_res_parsed.c const hw_resource_t *resource = &res->resources[i];
hw_resource_t 68 uspace/lib/c/include/ddi.h extern errno_t pio_enable_resource(pio_window_t *, hw_resource_t *, void **,
hw_resource_t 107 uspace/lib/c/include/device/hw_res.h hw_resource_t *resources;
hw_resource_t 68 uspace/lib/posix/include/libc/ddi.h extern errno_t pio_enable_resource(pio_window_t *, hw_resource_t *, void **,
hw_resource_t 107 uspace/lib/posix/include/libc/device/hw_res.h hw_resource_t *resources;
hw_resource_t 153 uspace/lib/virtio/virtio-pci.c hw_resource_t *res = &hw_res.resources[j];
HelenOS homepage, sources at GitHub