Lines Matching refs:uname
1 .. zephyr:code-sample:: posix-uname
2 :name: uname()
4 Use ``uname()`` to acquire system information and output it to the console.
9 In this sample application, the POSIX `uname()`_ function is used to acquire system information and
10 it is output to the console. Additionally, uname is added as a shell command and system information
19 :zephyr-app: samples/posix/uname
29 cd samples/posix/uname
32 The make output file will be located in samples/posix/uname/build.
47 uart:~$ uname -a
49 uart:~$ uname -smi
52 .. _uname(): https://pubs.opengroup.org/onlinepubs/9699919799/functions/uname.html