Home
last modified time | relevance | path

Searched defs:flag (Results 26 – 50 of 85) sorted by relevance

1234

/Zephyr-latest/tests/subsys/dfu/mcuboot_multi/src/
Dmain.c87 uint8_t flag[BOOT_MAX_ALIGN]; in _test_write_confirm_n() local
/Zephyr-latest/cmake/
Dllext-edk.cmake190 set(flag ${CMAKE_MATCH_1}) variable
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_filter.py258 def test_ignore_platform_key(self, out_path, flag, expected_test_count): argument
Dtest_platform.py192 def test_any_platform(self, capfd, out_path, test_path, test_platforms, flag): argument
Dtest_runner.py202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument
361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c168 int conn_mgr_if_set_flag(struct net_if *iface, enum conn_mgr_if_flag flag, bool value) in conn_mgr_if_set_flag()
186 bool conn_mgr_if_get_flag(struct net_if *iface, enum conn_mgr_if_flag flag) in conn_mgr_if_get_flag()
/Zephyr-latest/subsys/net/ip/
Dipv4_fragment.c324 uint16_t flag; in net_ipv4_handle_fragment_hdr() local
524 uint16_t flag; in net_ipv4_send_fragmented_pkt() local
Dicmpv6.h66 uint8_t flag; /*res:3,c:1,cid:4 */ member
124 #define NET_ICMPV6_ND_O_FLAG(flag) ((flag) & 0x40) argument
125 #define NET_ICMPV6_ND_M_FLAG(flag) ((flag) & 0x80) argument
/Zephyr-latest/tests/bluetooth/mesh/rpl/src/
Dmain.c212 void bt_mesh_settings_store_schedule(enum bt_mesh_settings_flag flag) in bt_mesh_settings_store_schedule()
217 void bt_mesh_settings_store_cancel(enum bt_mesh_settings_flag flag) in bt_mesh_settings_store_cancel()
/Zephyr-latest/dts/arm/infineon/cat1a/legacy/
Dpinctrl_cypress_psoc6.h89 #define DT_CYPRESS_HSIOM_FLAG(flag) flag; argument
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot_shell.c71 static const char *swap_state_flag_str(uint8_t flag) in swap_state_flag_str()
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dcypress_psoc6_dt.h123 #define CY_PSOC6_PIN_FLAG(inst, i, flag) \ argument
/Zephyr-latest/subsys/lorawan/nvm/
Dlorawan_nvm_settings.c22 uint16_t flag; member
/Zephyr-latest/tests/kernel/semaphore/sys_sem/src/
Dmain.c26 static ZTEST_DMEM int flag; variable
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c58 enum conn_mgr_if_flag flag; member
66 static const char *flag_name(enum conn_mgr_if_flag flag) in flag_name()
782 enum conn_mgr_if_flag flag = CONN_MGR_IF_PERSISTENT; in cmd_net_cm_flag() local
/Zephyr-latest/drivers/serial/
Duart_async_to_irq.c235 static void dir_disable(const struct device *dev, uint32_t flag) in dir_disable()
242 static void dir_enable(const struct device *dev, uint32_t flag) in dir_enable()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi_ite.c91 enum shi_ite_pm_policy_state_flag flag) in shi_ite_pm_policy_state_lock_get()
100 enum shi_ite_pm_policy_state_flag flag) in shi_ite_pm_policy_state_lock_put()
/Zephyr-latest/scripts/west_commands/runners/
Dbossac.py78 def supports(self, flag): argument
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h74 void server(bool flag) in server()
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dmain.c123 int flag) in run_extension_on_thread()
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/
Dmain.c28 bool *flag = (bool *)arg1; in func() local
/Zephyr-latest/drivers/peci/
Dpeci_mchp_xec.c72 enum peci_pm_policy_state_flag flag) in peci_xec_pm_policy_state_lock_get()
80 enum peci_pm_policy_state_flag flag) in peci_xec_pm_policy_state_lock_put()
/Zephyr-latest/scripts/tests/twister/
Dtest_jobserver.py239 def mock_fcntl(fd, flag): argument
/Zephyr-latest/include/zephyr/posix/
Dposix_types.h144 bool flag; member
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_internal.h24 uintptr_t flag) in sock_set_flag()

1234