Searched refs:s_name (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/stats/ |
D | stats.c | 199 if (strcmp(hdr->s_name, name) == 0) { in stats_group_find() 227 if (strcmp(cur->s_name, name) == 0) { in stats_register() 239 hdr->s_name = name; in stats_register()
|
D | stats_shell.c | 36 shell_print(sh, "Stats Group %s (hdr addr: %p)", hdr->s_name, (void *)hdr); in stats_group_cb()
|
/Zephyr-latest/include/zephyr/posix/ |
D | netdb.h | 54 char *s_name; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 35 For stat names s_name and snm_name, this is the maximum length when
|
/Zephyr-latest/tests/posix/headers/src/ |
D | netdb_h.c | 37 zassert_not_equal(-1, offsetof(struct servent, s_name)); in ZTEST()
|
/Zephyr-latest/include/zephyr/stats/ |
D | stats.h | 67 const char *s_name; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/src/ |
D | stat_mgmt.c | 223 ok = zcbor_tstr_put_term(zse, cur->s_name, in stat_mgmt_list()
|