Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/openbmc/linux/kernel/bpf/
H A Dcgroup_iter.c53 bool terminate; member
75 p->terminate = false; in cgroup_iter_seq_start()
107 if (p->terminate) in cgroup_iter_seq_next()
142 p->terminate = true; in __cgroup_iter_seq_show()
174 p->terminate = false; in BTF_ID_LIST_GLOBAL_SINGLE()
/openbmc/linux/drivers/spi/
H A Dspi-slave-time.c50 goto terminate; in spi_slave_time_complete()
54 goto terminate; in spi_slave_time_complete()
58 terminate: in spi_slave_time_complete()
H A Dspi-slave-system-control.c56 goto terminate; in spi_slave_system_control_complete()
87 goto terminate; in spi_slave_system_control_complete()
91 terminate: in spi_slave_system_control_complete()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp46 std::terminate(); in final_suspend()
51 std::terminate(); in unhandled_exception()
56 std::terminate(); in return_void()
200 std::terminate(); in __co_call()
H A D__execute.hpp53 std::terminate(); in set_error()
H A D__config.hpp438 #define STDEXEC_UNREACHABLE(...) std::terminate()
461 NV_IF_TARGET(NV_IS_HOST, (std::terminate();), (__trap();)) void()
467 #define STDEXEC_TERMINATE() std::terminate()
/openbmc/bmcweb/src/
H A Dboost_asio.cpp15 std::terminate(); in throw_exception()
22 std::terminate(); in throw_exception()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c45 static bool terminate; variable
293 if (terminate) in handle_exit_signal()
298 terminate = true; in handle_exit_signal()
568 if (terminate) in main()
633 terminate = true; in main()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fsi24 Sends an FSI terminate command from the master to its
25 connected slave. A terminate resets the slave's state machines
/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c108 if (atomic_read(&session->terminate)) in hidp_send_message()
244 if (atomic_read(&session->terminate)) in hidp_get_raw_report()
276 !atomic_read(&session->terminate)) { in hidp_get_raw_report()
281 || atomic_read(&session->terminate), in hidp_get_raw_report()
351 !atomic_read(&session->terminate)) { in hidp_set_raw_report()
356 || atomic_read(&session->terminate), in hidp_set_raw_report()
1080 atomic_inc(&session->terminate); in hidp_session_terminate()
1204 if (atomic_read(&session->terminate)) in hidp_session_run()
1245 atomic_inc(&session->terminate); in hidp_session_run()
/openbmc/linux/tools/usb/usbip/src/
H A Dusbipd.c496 int i, terminate; in do_standalone_mode() local
558 terminate = 0; in do_standalone_mode()
559 while (!terminate) { in do_standalone_mode()
565 terminate = 1; in do_standalone_mode()
/openbmc/linux/include/linux/
H A Dadreno-smmu-priv.h69 void (*resume_translation)(const void *cookie, bool terminate);
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Drunner.py116 self._fvp_process.terminate()
126 telnet.terminate()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-davinci.c130 u8 terminate; member
462 dev->terminate = 0; in i2c_davinci_xfer_msg()
503 dev->terminate = 1; in i2c_davinci_xfer_msg()
584 if (!dev->terminate) in terminate_read()
593 if (!dev->terminate) in terminate_write()
/openbmc/phosphor-mboxd/
H A Dmboxd.c86 context->terminate = true; in poll_loop()
114 if (context->terminate) { in poll_loop()
/openbmc/linux/net/bluetooth/cmtp/
H A Dcore.c291 if (atomic_read(&session->terminate)) in cmtp_session()
400 atomic_inc(&session->terminate); in cmtp_add_connection()
438 atomic_inc(&session->terminate); in cmtp_del_connection()
H A Dcmtp.h84 atomic_t terminate; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.9-fix-ftbfs.patch7 * Kindly null terminate, always, even if might overwrite
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dat_coroutine_exit.hpp69 std::terminate(); in set_stopped()
247 std::terminate(); in unhandled_exception()
/openbmc/sdbusplus/src/async/
H A Dfdio.cpp65 std::terminate(); in arm()
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py1311 def print_prototype(ri, direction, terminate=True, doc=None): argument
1312 suffix = ';' if terminate else ''
1588 print_prototype(ri, direction, terminate=False)
1634 print_prototype(ri, direction, terminate=False)
1764 def print_parse_prototype(ri, direction, terminate=True): argument
1766 term = ';' if terminate else ''
1876 def print_req_policy_fwd(cw, struct, ri=None, terminate=True): argument
1877 if terminate and ri and policy_should_be_static(struct.family):
1880 if terminate:
1888 suffix = ';' if terminate else ' = {'
[all …]
/openbmc/hiomapd/
H A Dmboxd.h86 bool terminate; member
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxinit_1.4.3.bb9 then terminate."
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py398 server_connection.terminate()
409 server_connection.terminate()
514 server_connection.terminate()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A DCVE-2022-40468.patch25 + /* zero-terminate the strings so they don't contain junk in error page */

12345678910>>...21