Home
last modified time | relevance | path

Searched defs:handler (Results 26 – 50 of 804) sorted by relevance

12345678910>>...33

/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c252 static inline int process_frame_data(struct hp_handler *handler, in process_frame_data()
281 struct hp_handler *handler = (struct hp_handler *)fq; in normal_dqrr() local
300 struct hp_handler *handler = (struct hp_handler *)fq; in special_dqrr() local
319 struct hp_handler *handler; in create_per_cpu_handlers() local
354 struct hp_handler *handler = list_entry(loop, struct hp_handler, in destroy_per_cpu_handlers() local
392 struct hp_handler *handler = h; in init_handler() local
447 struct hp_handler *handler; in init_phase2() local
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_pdr_effecter_test.cpp33 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
134 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
182 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
205 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dproperty.hpp16 const std::vector<std::pair<std::string, VariantType>>&)>&& handler) in getAllProperties()
31 const std::string& path, const std::string& interface, Handler&& handler) in getAllProperties()
46 std::function<void(boost::system::error_code, PropertyType)>&& handler) in getProperty()
111 Handler&& handler) in setProperty()
/openbmc/linux/drivers/acpi/
H A Dwakeup.c114 struct acpi_wakeup_handler *handler; in acpi_register_wakeup_handler() local
146 struct acpi_wakeup_handler *handler; in acpi_unregister_wakeup_handler() local
162 struct acpi_wakeup_handler *handler; in acpi_check_wakeup_handlers() local
/openbmc/linux/drivers/acpi/acpica/
H A Dnsobject.c314 acpi_object_handler handler, void *data) in acpi_ns_attach_data()
371 acpi_object_handler handler) in acpi_ns_detach_data()
416 acpi_object_handler handler, void **data) in acpi_ns_get_attached_data()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_updater_unittest.cpp368 UpdateHandlerMock handler; in TEST_F() local
386 UpdateHandlerMock handler; in TEST_F() local
408 UpdateHandlerMock handler; in TEST_F() local
427 UpdateHandlerMock handler; in TEST_F() local
446 UpdateHandlerMock handler; in TEST_F() local
467 UpdateHandlerMock handler; in TEST_F() local
/openbmc/linux/kernel/trace/
H A Drethook.c101 struct rethook *rethook_alloc(void *data, rethook_handler_t handler) in rethook_alloc()
151 rethook_handler_t handler; in rethook_recycle() local
170 rethook_handler_t handler = rethook_get_handler(rh); in rethook_try_get() local
294 rethook_handler_t handler; in rethook_trampoline_handler() local
/openbmc/phosphor-ipmi-flash/tools/
H A Dhandler.hpp66 UpdateHandler(ipmiblob::BlobInterface* blob, DataInterface* handler) : in UpdateHandler()
90 DataInterface* handler; member in host_tool::UpdateHandler
/openbmc/phosphor-ipmi-flash/bmc/
H A Dimage_handler.hpp68 std::unique_ptr<ImageHandlerInterface> handler) : in HandlerPack()
80 std::unique_ptr<ImageHandlerInterface> handler; member in ipmi_flash::HandlerPack
/openbmc/google-ipmi-sys/
H A Dpsu.cpp35 const HandlerInterface* handler) in psuHardReset()
60 const HandlerInterface* handler) in psuHardResetOnShutdown()
/openbmc/linux/drivers/media/rc/
H A Drc-ir-raw.c24 struct ir_raw_handler *handler; in ir_raw_event_thread() local
245 struct ir_raw_handler *handler; in change_protocol() local
522 struct ir_raw_handler *handler; in ir_raw_encode_scancode() local
592 struct ir_raw_handler *handler; in ir_raw_encode_carrier() local
659 struct ir_raw_handler *handler; in ir_raw_event_unregister() local
/openbmc/phosphor-ipmi-blobs/test/
H A Dprocess_unittest.cpp72 IpmiBlobHandler handler = validateBlobCommand(0xff, request); in TEST_F() local
80 IpmiBlobHandler handler = validateBlobCommand( in TEST_F() local
94 IpmiBlobHandler handler = validateBlobCommand( in TEST_F() local
118 IpmiBlobHandler handler = validateBlobCommand( in TEST_F() local
142 IpmiBlobHandler handler = validateBlobCommand( in TEST_F() local
/openbmc/sdeventplus/test/source/
H A Devent.cpp77 sd_event_handler_t handler; in TEST_F() local
119 sd_event_handler_t handler; in TEST_F() local
157 sd_event_handler_t handler; in TEST_F() local
209 sd_event_handler_t handler; in TEST_F() local
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_canhandle_enumerate_unittest.cpp14 VersionBlobHandler handler(createMockVersionConfigs(blobNames)); in TEST() local
24 VersionBlobHandler handler(createMockVersionConfigs(blobNames)); in TEST() local
H A Dversion_createhandler_unittest.cpp15 VersionBlobHandler handler(createMockVersionConfigs(blobs)); in TEST() local
25 VersionBlobHandler handler(std::move(configs)); in TEST() local
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_canhandle_enumerate_unittest.cpp28 LogBlobHandler handler(createMockLogConfigs(blobNames)); in TEST() local
38 LogBlobHandler handler(createMockLogConfigs(blobNames)); in TEST() local
H A Dlog_createhandler_unittest.cpp29 LogBlobHandler handler(createMockLogConfigs(blobs)); in TEST() local
39 LogBlobHandler handler(std::move(configs)); in TEST() local
/openbmc/pldm/fw-update/
H A Dinventory_manager.hpp41 pldm::requester::Handler<pldm::requester::Request>& handler, in InventoryManager()
91 pldm::requester::Handler<pldm::requester::Request>& handler; member in pldm::fw_update::InventoryManager
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.hpp178 setOemPlatformHandler(pldm::responder::oem_platform::Handler* handler) in setOemPlatformHandler()
187 inline void setOemUtilsHandler(pldm::responder::oem_utils::Handler* handler) in setOemUtilsHandler()
294 pldm::requester::Handler<pldm::requester::Request>* handler; member in pldm::HostPDRHandler
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_commit_unittest.cpp48 auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler( in TEST_F() local
68 auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler( in TEST_F() local
/openbmc/linux/fs/jffs2/
H A Dxattr_user.c19 static int jffs2_user_getxattr(const struct xattr_handler *handler, in jffs2_user_getxattr()
27 static int jffs2_user_setxattr(const struct xattr_handler *handler, in jffs2_user_setxattr()
/openbmc/linux/fs/hfsplus/
H A Dxattr_user.c15 static int hfsplus_user_getxattr(const struct xattr_handler *handler, in hfsplus_user_getxattr()
24 static int hfsplus_user_setxattr(const struct xattr_handler *handler, in hfsplus_user_setxattr()
H A Dxattr_trusted.c15 static int hfsplus_trusted_getxattr(const struct xattr_handler *handler, in hfsplus_trusted_getxattr()
24 static int hfsplus_trusted_setxattr(const struct xattr_handler *handler, in hfsplus_trusted_setxattr()
/openbmc/linux/fs/btrfs/
H A Dprops.c68 const struct prop_handler *handler; in btrfs_validate_prop() local
97 const struct prop_handler *handler; in btrfs_ignore_prop() local
109 const struct prop_handler *handler; in btrfs_set_prop() local
197 const struct prop_handler *handler; in iterate_object_props() local
256 const struct prop_handler *handler, in inode_prop_iterator()
/openbmc/linux/fs/ext2/
H A Dxattr_user.c21 ext2_xattr_user_get(const struct xattr_handler *handler, in ext2_xattr_user_get()
32 ext2_xattr_user_set(const struct xattr_handler *handler, in ext2_xattr_user_set()

12345678910>>...33