Home
last modified time | relevance | path

Searched refs:uname (Results 51 - 75 of 256) sorted by relevance

1234567891011

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dutsname.h23 int uname (struct utsname *);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dutsname.h23 int uname (struct utsname *);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dutsname.h23 int uname (struct utsname *);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dutsname.h23 int uname (struct utsname *);
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dutsname.h24 int uname (struct utsname *);
/third_party/musl/include/sys/
H A Dutsname.h23 int uname (struct utsname *);
/third_party/ltp/testcases/kernel/syscalls/uname/
H A Duname01.c5 * Basic test for uname(2):
6 * Calling uname() succeeded and got correct sysname.
21 TST_EXP_PASS(uname(&un)); in verify_uname()
H A Duname02.c6 * Basic test for uname():
7 * Calling uname() with invalid buf got EFAULT.
19 TST_EXP_FAIL(uname(bad_addr), EFAULT); in verify_uname()
/third_party/musl/libc-test/src/api/
H A Dsys_utsname.c13 {int(*p)(struct utsname*) = uname;} in f()
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H A DMakefile12 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A DMakefile13 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/
H A DMakefile10 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A DMakefile12 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DMakefile12 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/musl/src/unistd/
H A Dgethostname.c8 if (uname(&uts)) return -1; in gethostname()
/third_party/musl/src/misc/
H A Dgetdomainname.c10 uname(&temp); in getdomainname()
/third_party/jerryscript/tools/
H A Drss-measure.sh20 OS=`uname -s | tr [:upper:] [:lower:]`
/third_party/ltp/testcases/kernel/device-drivers/nls/
H A DMakefile11 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H A DMakefile8 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A DMakefile12 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
H A DMakefile8 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/speculative/
H A D5-2.c89 ret = uname(&un); in main()
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_uname_test.cpp13 * @tc.desc: This test verifies that the uname function can successfully obtain operating system information, ensuring
21 int unameResult = uname(&osInfo); in HWTEST_F()
/third_party/vk-gl-cts/android/cts/runner/tests/
H A Drun_tests.sh28 HOST=`uname`
/third_party/toybox/porting/liteos_a/toys/posix/
H A Duname.c0 /* uname.c - return system name
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/uname.html
7 USE_UNAME(NEWTOY(uname, "oamvrns[+os]", TOYFLAG_BIN))
16 Print machine (hardware) name, same as uname -m.
19 bool "uname"
22 usage: uname [-asnrvm]
56 uname(&u); in uname_main()

Completed in 5 milliseconds

1234567891011