/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | rman.h | 46 struct resource { struct 54 bus_space_handle_t rman_get_bushandle(struct resource *); argument
|
/haiku/src/system/kernel/device_manager/ |
H A D | io_resources.cpp | 55 io_resource_private::Acquire(const io_resource& resource) in Acquire() 84 io_resource* resource = iterator.Next(); in Acquire() local 125 io_resource_private::_IsValid(const io_resource& resource) in _IsValid()
|
H A D | IOScheduler.cpp | 15 IOScheduler::IOScheduler(DMAResource* resource) in IOScheduler()
|
H A D | IOSchedulerSimple.cpp | 87 IOSchedulerSimple::IOSchedulerSimple(DMAResource* resource) in IOSchedulerSimple()
|
H A D | device_manager.cpp | 71 io_resource resource; // info about actual resource member 1268 while (io_resource_private* resource = fResources.RemoveHead()) { in ~device_node() local 1290 io_resource_private* resource = new(std::nothrow) io_resource_private; in AcquireResources() local
|
H A D | IOCache.cpp | 41 IOCache::IOCache(DMAResource* resource, size_t cacheLineSize) in IOCache()
|
/haiku/src/system/libroot/posix/sys/ |
H A D | rlimit.c | 16 getrlimit(int resource, struct rlimit *rlimit) in getrlimit() 25 setrlimit(int resource, const struct rlimit *rlimit) in setrlimit()
|
/haiku/src/tests/add-ons/kernel/kernelland_emu/ |
H A D | low_resource_manager.cpp | 21 low_resource(uint32 resource, uint64 requirements, uint32 flags, in low_resource()
|
/haiku/src/kits/storage/ |
H A D | Resources.cpp | 269 ResourceItem* resource = NULL; in LoadResource() local 295 ResourceItem* resource = NULL; in LoadResource() local 327 ResourceItem *resource = fContainer->ResourceAt(i); in PreloadResourceType() local 569 BResources::RemoveResource(const void* resource) in RemoveResource()
|
H A D | ResourceFile.cpp | 311 ResourceFile::ReadResource(ResourceItem& resource, bool force) in ReadResource() 352 if (ResourceItem* resource = container.ResourceAt(i)) in ReadResources() local
|
/haiku/src/add-ons/kernel/busses/pci/ecam/ |
H A D | ECAMPCIControllerACPI.cpp | 91 DecodeAddress(const T& resource, pci_resource_range& range) in DecodeAddress()
|
/haiku/src/tests/kits/storage/ |
H A D | ResourceStringsTest.cpp | 175 add_resource(BResources &resources, const ResourceInfo &resource) in add_resource() 508 FindStringTest(BResourceStrings &resourceStrings, const ResourceInfo &resource, in FindStringTest()
|
/haiku/src/system/kernel/arch/generic/ |
H A D | acpi_irq_routing_table.cpp | 907 acpi_resource* resource = (acpi_resource*)buffer.pointer; in read_irq_descriptor() local 1046 acpi_resource* resource = (acpi_resource*)buffer.pointer; in set_current_irq() local
|
/haiku/src/system/kernel/ |
H A D | low_resource_manager.cpp | 331 low_resource(uint32 resource, uint64 requirements, uint32 flags, uint32 timeout) in low_resource()
|
H A D | thread.cpp | 1336 common_getrlimit(int resource, struct rlimit * rlp) in common_getrlimit() 1377 common_setrlimit(int resource, const struct rlimit * rlp) in common_setrlimit() 3431 getrlimit(int resource, struct rlimit * rlp) in getrlimit() 3444 setrlimit(int resource, const struct rlimit * rlp) in setrlimit() 3888 _user_getrlimit(int resource, struct rlimit *urlp) in _user_getrlimit() 3914 _user_setrlimit(int resource, const struct rlimit *userResourceLimit) in _user_setrlimit()
|
/haiku/src/servers/print/ |
H A D | PrintServerApp.cpp | 203 Resource* resource = fResourceManager.Allocate(transport.String(), in RegisterPrinter() local
|
/haiku/src/add-ons/kernel/drivers/graphics/virtio/ |
H A D | virtio_gpu.cpp | 216 struct virtio_gpu_resource_create_2d resource = {}; in virtio_gpu_create_2d() local 240 struct virtio_gpu_resource_unref resource = {}; in virtio_gpu_unref() local
|
/haiku/src/add-ons/kernel/bus_managers/acpi/ |
H A D | EmbeddedController.cpp | 146 embedded_controller_io_ports_parse_callback(ACPI_RESOURCE* resource, in embedded_controller_io_ports_parse_callback()
|
/haiku/src/apps/deskbar/ |
H A D | ResourceSet.cpp | 756 BResources* resource = (BResources*)fResources.ItemAt(i); in LoadResource() local
|
/haiku/src/tests/system/kernel/device_manager/ |
H A D | dma_resource_test.cpp | 545 Test::Run(DMAResource& resource) in Run()
|
/haiku/src/tests/system/kernel/device_manager/playground/ |
H A D | device_manager.cpp | 67 io_resource resource; // info about actual resource member
|
/haiku/headers/os/drivers/pcmcia/ |
H A D | cs.h | 63 } resource; member
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 5209 vfs_getrlimit(int resource, struct rlimit* rlp) in vfs_getrlimit() 5242 vfs_setrlimit(int resource, const struct rlimit* rlp) in vfs_setrlimit()
|