| /openbmc/u-boot/drivers/clk/imx/ |
| H A D | clk-imx8.c | 49 u16 resource; in imx8_clk_get_rate() local 56 resource = SC_R_A35; in imx8_clk_get_rate() 60 resource = SC_R_I2C_0; in imx8_clk_get_rate() 64 resource = SC_R_I2C_1; in imx8_clk_get_rate() 68 resource = SC_R_I2C_2; in imx8_clk_get_rate() 72 resource = SC_R_I2C_3; in imx8_clk_get_rate() 78 resource = SC_R_SDHC_0; in imx8_clk_get_rate() 84 resource = SC_R_SDHC_1; in imx8_clk_get_rate() 89 resource = SC_R_UART_0; in imx8_clk_get_rate() 93 resource = SC_R_UART_1; in imx8_clk_get_rate() [all …]
|
| /openbmc/u-boot/include/linux/ |
| H A D | ioport.h | 18 struct resource { struct 23 struct resource *parent, *sibling, *child; argument 28 struct resource *res; 110 extern struct resource ioport_resource; 111 extern struct resource iomem_resource; 113 extern int request_resource(struct resource *root, struct resource *new); 114 extern int release_resource(struct resource *new); 115 extern void reserve_region_with_split(struct resource *root, 118 extern int insert_resource(struct resource *parent, struct resource *new); 119 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new); [all …]
|
| H A D | mbus.h | 14 struct resource; 61 void mvebu_mbus_get_pcie_mem_aperture(struct resource *res); 62 void mvebu_mbus_get_pcie_io_aperture(struct resource *res);
|
| /openbmc/bmcweb/test/redfish-core/lib/ |
| H A D | system_test.cpp | 52 allowed.emplace_back(resource::ResetType::ForceOff); in TEST() 53 allowed.emplace_back(resource::ResetType::PowerCycle); in TEST() 54 allowed.emplace_back(resource::ResetType::Nmi); in TEST() 55 allowed.emplace_back(resource::ResetType::On); in TEST() 56 allowed.emplace_back(resource::ResetType::ForceOn); in TEST() 57 allowed.emplace_back(resource::ResetType::ForceRestart); in TEST() 58 allowed.emplace_back(resource::ResetType::GracefulRestart); in TEST() 59 allowed.emplace_back(resource::ResetType::GracefulShutdown); in TEST() 85 allowed.emplace_back(resource::ResetType::ForceOff); in TEST() 86 allowed.emplace_back(resource::ResetType::PowerCycle); in TEST() [all …]
|
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | redfish.py | 113 for resource in resources_to_be_enumerated: 120 ("JsonSchemas" in resource) 121 or ("SessionService" in resource) 122 or ("PostCodes" in resource) 123 or ("Registries" in resource) 124 or ("#" in resource) 128 response = execute_redfish_cmd(parms + resource) 134 walk_nested_dict(response, url=resource)
|
| /openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/ |
| H A D | sci.h | 59 int sc_pm_set_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, 61 int sc_pm_set_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, 63 int sc_pm_get_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, 65 int sc_pm_set_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, 67 int sc_pm_get_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, 69 int sc_pm_clock_enable(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, 73 int sc_misc_get_control(sc_ipc_t ipc, sc_rsrc_t resource, sc_ctrl_t ctrl, 84 sc_bool_t sc_rm_is_resource_owned(sc_ipc_t ipc, sc_rsrc_t resource);
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_redfish_utils.py | 246 for resource in self.__pending_enumeration.copy(): 248 resource, valid_status_codes=[200, 404, 500] 297 for resource in resources_to_be_enumerated: 304 ("JsonSchemas" in resource) 305 or ("SessionService" in resource) 306 or ("PostCodes" in resource) 307 or ("Registries" in resource) 308 or ("Journal" in resource) 309 or ("#" in resource) 315 resource, valid_status_codes=[200, 404, 405, 500] [all …]
|
| H A D | bmc_redfish.py | 250 for resource in resources_to_be_enumerated: 256 ("JsonSchemas" in resource) 257 or ("SessionService" in resource) 258 or ("#" in resource) 263 resource, valid_status_codes=[200, 404, 500] 271 resource 275 resource 278 self.walk_nested_dict(self._rest_response_.dict, url=resource)
|
| H A D | bmc_redfish_resource.robot | 2 Documentation BMC redfish resource keyword. 4 Resource resource.robot
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0012-implement-buffer-wrapping-interface-for-dispmanx.patch | 20 @@ -133,8 +133,50 @@ dispmanx_create_buffer(struct wl_client *client, struct wl_resource *resource, 25 +dispmanx_wrap_buffer(struct wl_client *client, struct wl_resource *resource, 34 + wl_resource_post_error(resource, 42 + wl_resource_post_no_memory(resource); 51 + buffer->resource = wl_resource_create(resource->client, &wl_buffer_interface, 53 + if (!buffer->resource) { 54 + wl_resource_post_no_memory(resource); 60 + wl_resource_set_implementation(buffer->resource,
|
| H A D | 0007-initialize-front-back-wayland-buffers.patch | 26 resource = surface->back_wl_buffer->resource; 31 resource = DISPMANX_NO_HANDLE;
|
| /openbmc/u-boot/drivers/misc/imx8/ |
| H A D | scu_api.c | 17 int sc_pm_set_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, in sc_pm_set_clock_rate() argument 29 RPC_U16(&msg, 4U) = (u16)resource; in sc_pm_set_clock_rate() 36 __func__, *rate, resource, clk, RPC_R8(&msg)); in sc_pm_set_clock_rate() 43 int sc_pm_get_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, in sc_pm_get_clock_rate() argument 54 RPC_U16(&msg, 0U) = (u16)resource; in sc_pm_get_clock_rate() 61 __func__, resource, clk, RPC_R8(&msg)); in sc_pm_get_clock_rate() 71 int sc_pm_clock_enable(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, in sc_pm_clock_enable() argument 82 RPC_U16(&msg, 0U) = (u16)resource; in sc_pm_clock_enable() 91 __func__, resource, clk, enable, autog, RPC_R8(&msg)); in sc_pm_clock_enable() 96 int sc_pm_set_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_resource_power_mode() argument [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
| H A D | 0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch | 20 g_test_add_func ("/resource/automatic", test_resource_automatic); 22 g_test_add_func ("/resource/module", test_resource_module); 23 - g_test_add_func ("/resource/binary-linked", test_resource_binary_linked); 24 + /* g_test_add_func ("/resource/binary-linked", test_resource_binary_linked); */ 26 g_test_add_func ("/resource/uri/query-info", test_uri_query_info); 27 g_test_add_func ("/resource/uri/file", test_uri_file);
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | decorators.py | 8 import resource 146 _, ulimit_memory = resource.getrlimit(resource.RLIMIT_MEMLOCK) 149 ulimit_memory == resource.RLIM_INFINITY or ulimit_memory >= locked_memory * 1024,
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0030-scan-build-py-respect-LLVM_LIBDIR_SUFFIX-like-other-.patch | 46 foreach(resource ${LibScanbuildResources}) 47 - add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/lib/libscanbuild/resources/${resource} 48 …stom_command(OUTPUT ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/libscanbuild/resources/${resource} 59 ${CMAKE_CURRENT_SOURCE_DIR}/lib/libscanbuild/resources/${resource} 62 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/lib/libscanbuild/resources/${resource}) 63 - list(APPEND Depends ${CMAKE_BINARY_DIR}/lib/libscanbuild/resources/${resource}) 64 …ist(APPEND Depends ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/libscanbuild/resources/${resource}) 65 install(FILES lib/libscanbuild/resources/${resource}
|
| /openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
| H A D | dump_manager_resource.cpp | 18 namespace resource namespace 36 openpower::dump::resource::Entry* upEntry = NULL; in notify() 39 openpower::dump::resource::Entry* resEntry = in notify() 40 dynamic_cast<openpower::dump::resource::Entry*>(entry.second.get()); in notify() 89 id, std::make_unique<resource::Entry>( in notify() 201 id, std::make_unique<resource::Entry>( in createDump()
|
| /openbmc/u-boot/include/dm/ |
| H A D | of_addr.h | 45 struct resource; 61 struct resource *r);
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-hotplug.rst | 19 resource to the guest, and provide an interface for the guest to manage 20 configuration/removal of the resource associated with it. 28 paths in the device tree depending on the type of resource the DRCs manage. 30 In some cases, the DRCs themselves may be provided by a dynamic resource, 48 consist of the type of the resource followed by a space and a numerical 77 ``1`` for CPU resource. 79 ``2`` for PHB resource. 81 ``3`` for VIO resource. 83 ``4`` for PCI resource. 85 ``8`` for memory resource. [all …]
|
| /openbmc/u-boot/board/broadcom/bcmstb/ |
| H A D | bcmstb.c | 90 struct fdt_resource resource = { 0 }; in bcmstb_sdhci_address() local 117 "host", &resource); in bcmstb_sdhci_address() 124 return resource.start; in bcmstb_sdhci_address()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | check-test-wrapper | 5 import resource 54 resource.setrlimit(resource.RLIMIT_AS, (limit, limit))
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-ptyprocess_0.7.0.bb | 20 python3-resource \ 28 python3-resource \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0006-Use-uintmax_t-for-handling-rlim_t.patch | 52 @@ -44,7 +44,7 @@ int setrlimit_closest(int resource, const struct rlimit *rlim) { 56 …it " RLIM_FMT " for resource RLIMIT_%s. Will attempt setting value " RLIM_FMT " instead.", rlim->r… 57 …RLIM_FMT " for resource RLIMIT_%s. Will attempt setting value " RLIM_FMT " instead.", (uintmax_t)r… 59 return RET_NERRNO(setrlimit(resource, &fixed));
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0007-Use-uintmax_t-for-handling-rlim_t.patch | 52 @@ -47,7 +47,7 @@ int setrlimit_closest(int resource, const struct rlimit *rlim) { 56 …it " RLIM_FMT " for resource RLIMIT_%s. Will attempt setting value " RLIM_FMT " instead.", rlim->r… 57 …RLIM_FMT " for resource RLIMIT_%s. Will attempt setting value " RLIM_FMT " instead.", (uintmax_t)r… 59 return RET_NERRNO(setrlimit(resource, &fixed));
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xrestop/ |
| H A D | xrestop_0.4.bb | 1 SUMMARY = "XRes: A top-like resource usage tool for X" 3 DESCRIPTION = "top-like statistics of X11 server resource usage by clients"
|
| /openbmc/qemu/bsd-user/ |
| H A D | bsd-proc.h | 141 int resource = target_to_host_resource(arg1); in do_bsd_getrlimit() local 145 switch (resource) { in do_bsd_getrlimit() 159 ret = get_errno(getrlimit(resource, &rlim)); in do_bsd_getrlimit() 177 int resource = target_to_host_resource(arg1); in do_bsd_setrlimit() local 181 if (RLIMIT_STACK == resource) { in do_bsd_setrlimit() 191 ret = get_errno(setrlimit(resource, &rlim)); in do_bsd_setrlimit()
|