Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/openbmc/phosphor-ipmi-blobs/
H A Dmanager.cpp28 bool BlobManager::registerHandler(std::unique_ptr<GenericBlobInterface> handler) in registerHandler()
69 GenericBlobInterface* handler = getHandler(path); in open() local
110 GenericBlobInterface* handler = getHandler(path); in stat() local
123 if (auto handler = getActionHandler(session)) in stat() local
132 if (auto handler = getActionHandler(session)) in commit() local
141 if (auto handler = getActionHandler(session)) in close() local
170 if (auto handler = getActionHandler(session, OpenFlags::read)) in read() local
180 if (auto handler = getActionHandler(session, OpenFlags::write)) in write() local
189 GenericBlobInterface* handler = getHandler(path); in deleteBlob() local
210 if (auto handler = getActionHandler(session)) in writeMeta() local
[all …]
/openbmc/linux/net/ipv4/
H A Dtunnel4.c31 int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_register()
63 int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_deregister()
90 #define for_each_tunnel_rcu(head, handler) \ argument
97 struct xfrm_tunnel *handler; in tunnel4_rcv() local
117 struct xfrm_tunnel *handler; in tunnel4_rcv_cb() local
143 struct xfrm_tunnel *handler; in tunnel64_rcv() local
163 struct xfrm_tunnel *handler; in tunnelmpls4_rcv() local
182 struct xfrm_tunnel *handler; in tunnel4_err() local
194 struct xfrm_tunnel *handler; in tunnel64_err() local
207 struct xfrm_tunnel *handler; in tunnelmpls4_err() local
H A Dxfrm4_protocol.c40 #define for_each_protocol_rcu(head, handler) \ argument
48 struct xfrm4_protocol *handler; in xfrm4_rcv_cb() local
65 struct xfrm4_protocol *handler; in xfrm4_rcv_encap() local
99 struct xfrm4_protocol *handler; in xfrm4_esp_rcv() local
115 struct xfrm4_protocol *handler; in xfrm4_esp_err() local
127 struct xfrm4_protocol *handler; in xfrm4_ah_rcv() local
143 struct xfrm4_protocol *handler; in xfrm4_ah_err() local
155 struct xfrm4_protocol *handler; in xfrm4_ipcomp_rcv() local
171 struct xfrm4_protocol *handler; in xfrm4_ipcomp_err() local
217 int xfrm4_protocol_register(struct xfrm4_protocol *handler, in xfrm4_protocol_register()
[all …]
/openbmc/linux/net/ipv6/
H A Dtunnel6.c32 int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_register()
76 int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_deregister()
117 #define for_each_tunnel_rcu(head, handler) \ argument
124 struct xfrm6_tunnel *handler; in tunnelmpls6_rcv() local
142 struct xfrm6_tunnel *handler; in tunnel6_rcv() local
162 struct xfrm6_tunnel *handler; in tunnel6_rcv_cb() local
187 struct xfrm6_tunnel *handler; in tunnel46_rcv() local
206 struct xfrm6_tunnel *handler; in tunnel6_err() local
218 struct xfrm6_tunnel *handler; in tunnel46_err() local
230 struct xfrm6_tunnel *handler; in tunnelmpls6_err() local
H A Dxfrm6_protocol.c41 #define for_each_protocol_rcu(head, handler) \ argument
49 struct xfrm6_protocol *handler; in xfrm6_rcv_cb() local
66 struct xfrm6_protocol *handler; in xfrm6_rcv_encap() local
112 struct xfrm6_protocol *handler; in xfrm6_esp_rcv() local
129 struct xfrm6_protocol *handler; in xfrm6_esp_err() local
141 struct xfrm6_protocol *handler; in xfrm6_ah_rcv() local
158 struct xfrm6_protocol *handler; in xfrm6_ah_err() local
170 struct xfrm6_protocol *handler; in xfrm6_ipcomp_rcv() local
187 struct xfrm6_protocol *handler; in xfrm6_ipcomp_err() local
233 int xfrm6_protocol_register(struct xfrm6_protocol *handler, in xfrm6_protocol_register()
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c45 struct mmu_rb_handler **handler) in hfi1_mmu_rb_register()
78 void hfi1_mmu_rb_unregister(struct mmu_rb_handler *handler) in hfi1_mmu_rb_unregister()
120 int hfi1_mmu_rb_insert(struct mmu_rb_handler *handler, in hfi1_mmu_rb_insert()
147 struct mmu_rb_node *hfi1_mmu_rb_get_first(struct mmu_rb_handler *handler, in hfi1_mmu_rb_get_first()
160 static struct mmu_rb_node *__mmu_rb_search(struct mmu_rb_handler *handler, in __mmu_rb_search()
217 struct mmu_rb_handler *handler = mnode->handler; in hfi1_mmu_rb_release() local
226 void hfi1_mmu_rb_evict(struct mmu_rb_handler *handler, void *evict_arg) in hfi1_mmu_rb_evict()
264 struct mmu_rb_handler *handler = in mmu_notifier_range_start() local
294 struct mmu_rb_handler *handler = container_of(work, in handle_remove() local
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfile_handler_unittest.cpp28 FileHandler handler(TESTPATH); in TEST_F() local
35 FileHandler handler(TESTPATH); in TEST_F() local
46 FileHandler handler(TESTPATH); in TEST_F() local
55 FileHandler handler(TESTPATH); in TEST_F() local
82 FileHandler handler(TESTPATH); in TEST_F() local
104 FileHandler handler(TESTPATH); in TEST_F() local
120 FileHandler handler(TESTPATH); in TEST_F() local
H A Dfirmware_handler_unittest.cpp25 auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler( in TEST() local
37 auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler( in TEST() local
56 auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler( in TEST() local
74 auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler( in TEST() local
102 auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler( in TEST() local
/openbmc/linux/arch/mips/lib/
H A Dmemcpy.S115 #define EXC(insn, type, reg, addr, handler) \ argument
149 #define LOAD(reg, addr, handler) EXC(ld, LD_INSN, reg, addr, handler) argument
150 #define LOADL(reg, addr, handler) EXC(ldl, LD_INSN, reg, addr, handler) argument
151 #define LOADR(reg, addr, handler) EXC(ldr, LD_INSN, reg, addr, handler) argument
154 #define STORE(reg, addr, handler) EXC(sd, ST_INSN, reg, addr, handler) argument
186 #define LOAD(reg, addr, handler) EXC(lw, LD_INSN, reg, addr, handler) argument
187 #define LOADL(reg, addr, handler) EXC(lwl, LD_INSN, reg, addr, handler) argument
188 #define LOADR(reg, addr, handler) EXC(lwr, LD_INSN, reg, addr, handler) argument
191 #define STORE(reg, addr, handler) EXC(sw, ST_INSN, reg, addr, handler) argument
204 #define LOADB(reg, addr, handler) EXC(lb, LD_INSN, reg, addr, handler) argument
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp159 explicit IpmiHandler(Handler&& handler) : in IpmiHandler()
328 explicit IpmiHandler(const ipmid_callback_t& handler, void* ctx = nullptr) : in IpmiHandler()
421 explicit IpmiHandler(const oem::Handler& handler) : handler_(handler) {} in IpmiHandler()
509 inline auto makeLegacyHandler(const ipmid_callback_t& handler, in makeLegacyHandler()
528 inline auto makeLegacyHandler(oem::Handler&& handler) in makeLegacyHandler()
549 inline auto makeHandler(Handler&& handler) in makeHandler()
587 Handler&& handler) in registerHandler()
626 Handler&& handler) in registerGroupHandler()
661 Handler&& handler) in registerOemHandler()
/openbmc/phosphor-host-postd/lpcsnoop/
H A Dsnoop_listen.hpp42 SnoopListen(sdbusplus::bus_t& busIn, sd_bus_message_handler_t handler) : in SnoopListen()
46 SnoopListen(sdbusplus::bus_t& busIn, message_handler_t handler) : in SnoopListen()
50 SnoopListen(sdbusplus::bus_t& busIn, postcode_handler_t handler, in SnoopListen()
70 static void defaultMessageHandler(postcode_handler_t& handler, FILE* f, in defaultMessageHandler()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_base_test.cpp31 base::Handler handler(event); in TEST_F() local
48 base::Handler handler(event); in TEST_F() local
65 base::Handler handler(event); in TEST_F() local
90 base::Handler handler(event); in TEST_F() local
121 base::Handler handler(event); in TEST_F() local
146 base::Handler handler(event); in TEST_F() local
H A Dlibpldmresponder_platform_test.cpp44 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
83 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
116 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
147 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
180 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
241 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
289 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_effecter/good", in TEST() local
597 StateSensorHandler handler{"./event_jsons/good"}; in TEST() local
752 Handler handler(&mockedUtils, 0, nullptr, "", inPDRRepo, nullptr, nullptr, in TEST() local
797 Handler handler(&mockedUtils, 0, nullptr, "./pdr_jsons/state_sensor/good", in TEST() local
[all …]
/openbmc/linux/arch/powerpc/sysdev/
H A Dpmi.c29 struct list_head handler; member
102 struct pmi_handler *handler; in pmi_notify_handlers() local
178 struct pmi_handler *handler, *tmp; in pmi_of_remove() local
241 int pmi_register_handler(struct pmi_handler *handler) in pmi_register_handler()
254 void pmi_unregister_handler(struct pmi_handler *handler) in pmi_unregister_handler()
/openbmc/qemu/hw/core/
H A Dirq.c34 qemu_irq_handler handler; member
47 qemu_irq *qemu_extend_irqs(qemu_irq *old, int n_old, qemu_irq_handler handler, in qemu_extend_irqs()
63 qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n) in qemu_allocate_irqs()
68 qemu_irq qemu_allocate_irq(qemu_irq_handler handler, void *opaque, int n) in qemu_allocate_irq()
108 void qemu_irq_intercept_in(qemu_irq *gpio_in, qemu_irq_handler handler, int n) in qemu_irq_intercept_in()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_fileio_test.cpp229 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST() local
263 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() local
298 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() local
333 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() local
371 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() local
403 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST() local
442 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() local
478 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() local
551 oem_ibm::Handler handler(oemPlatformHandler.get(), hostSocketFd, host_eid, in TEST_F() local
854 auto handler = getHandlerByType(PLDM_FILE_TYPE_PEL, fileHandle); in TEST() local
[all …]
/openbmc/obmc-console/
H A Dtty-handler.c30 struct handler handler; member
39 static struct tty_handler *to_tty_handler(struct handler *handler) in to_tty_handler()
159 static enum poller_ret tty_poll(struct handler *handler, int events, in tty_poll()
239 static int tty_init(struct handler *handler, struct console *console, in tty_init()
298 static void tty_fini(struct handler *handler) in tty_fini()
307 static int tty_baudrate(struct handler *handler, speed_t baudrate) in tty_baudrate()
H A Dsocket-handler.c48 struct handler handler; member
62 static struct socket_handler *to_socket_handler(struct handler *handler) in to_socket_handler()
243 client_timeout(struct handler *handler __attribute__((unused)), void *data) in client_timeout()
263 static enum poller_ret client_poll(struct handler *handler, int events, in client_poll()
302 static enum poller_ret socket_poll(struct handler *handler, int events, in socket_poll()
419 static int socket_init(struct handler *handler, struct console *console, in socket_init()
483 static void socket_fini(struct handler *handler) in socket_fini()
/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp29 auto make_zoneHandler(T&& handler) in make_zoneHandler()
55 auto make_handler(U&& handler) in make_handler()
202 U&& handler) in propertiesChanged()
216 auto getProperties(U&& handler) in getProperties()
306 U&& handler) in interfacesAdded()
378 auto interfacesRemoved(const char* path, const char* intf, U&& handler) in interfacesRemoved()
475 auto nameOwnerChanged(U&& handler) in nameOwnerChanged()
490 auto nameHasOwner(U&& handler) in nameHasOwner()
/openbmc/linux/fs/afs/
H A Dxattr.c36 static int afs_xattr_get_acl(const struct xattr_handler *handler, in afs_xattr_get_acl()
99 static int afs_xattr_set_acl(const struct xattr_handler *handler, in afs_xattr_set_acl()
138 static int afs_xattr_get_yfs(const struct xattr_handler *handler, in afs_xattr_get_yfs()
230 static int afs_xattr_set_yfs(const struct xattr_handler *handler, in afs_xattr_set_yfs()
268 static int afs_xattr_get_cell(const struct xattr_handler *handler, in afs_xattr_get_cell()
295 static int afs_xattr_get_fid(const struct xattr_handler *handler, in afs_xattr_get_fid()
333 static int afs_xattr_get_volume(const struct xattr_handler *handler, in afs_xattr_get_volume()
/openbmc/linux/drivers/irqchip/
H A Dirq-sifive-plic.c104 static void plic_toggle(struct plic_handler *handler, int hwirq, int enable) in plic_toggle()
117 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_toggle() local
149 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_irq_eoi() local
257 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_suspend() local
288 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_resume() local
367 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_handle_irq() local
387 static void plic_set_threshold(struct plic_handler *handler, u32 threshold) in plic_set_threshold()
403 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_starting_cpu() local
422 struct plic_handler *handler; in __plic_init() local
/openbmc/google-ipmi-sys/
H A Dgoogle_accel_oob.cpp43 HandlerInterface* handler) in accelOobDeviceCount()
82 HandlerInterface* handler) in accelOobDeviceName()
181 Resp accelOobRead(std::span<const uint8_t> data, HandlerInterface* handler) in accelOobRead()
237 Resp accelOobWrite(std::span<const uint8_t> data, HandlerInterface* handler) in accelOobWrite()
288 HandlerInterface* handler) in accelGetVrSettings()
316 HandlerInterface* handler) in accelSetVrSettings()
/openbmc/linux/arch/m68k/atari/
H A Dstdma.c68 int stdma_try_lock(irq_handler_t handler, void *data) in stdma_try_lock()
103 void stdma_lock(irq_handler_t handler, void *data) in stdma_lock()
147 int stdma_is_locked_by(irq_handler_t handler) in stdma_is_locked_by()
/openbmc/linux/drivers/input/rmi4/
H A Drmi_bus.c149 struct rmi_function_handler *handler = to_rmi_function_handler(drv); in rmi_function_match() local
175 struct rmi_function_handler *handler) in rmi_create_function_irq()
206 struct rmi_function_handler *handler = in rmi_function_probe() local
230 struct rmi_function_handler *handler = in rmi_function_remove() local
297 int __rmi_register_function_handler(struct rmi_function_handler *handler, in __rmi_register_function_handler()
328 void rmi_unregister_function_handler(struct rmi_function_handler *handler) in rmi_unregister_function_handler()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dsignals.cpp31 const std::function<SignalResponse(int)>& handler) in registerHandler()
59 std::function<SignalResponse(int)>& handler = std::get<1>(*h); in handleSignal() local
89 const std::function<SignalResponse(int)>& handler) in registerSignalHandler()

12345678910>>...32