Home
last modified time | relevance | path

Searched refs:custom_os_name (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt.h85 bool *custom_os_name; member
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c539 bool custom_os_name = false; in os_mgmt_info() local
553 .custom_os_name = &custom_os_name, in os_mgmt_info()
795 if (format_bitmask & OS_MGMT_INFO_FORMAT_OPERATING_SYSTEM && custom_os_name == false) { in os_mgmt_info()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dmain.c136 *check_data->custom_os_name = true; in os_mgmt_info_custom_os_callback()