Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/shell/
Duname.c19 #define UNAME_PLATFORM BIT(5) macro
22 (UNAME_KERNEL | UNAME_NODE | UNAME_RELEASE | UNAME_VERSION | UNAME_MACHINE | UNAME_PLATFORM)
91 set |= UNAME_PLATFORM; in uname_cmd_handler()
159 if (set & UNAME_PLATFORM) { in uname_cmd_handler()