/third_party/musl/src/misc/ |
H A D | getdomainname.c | 10 uname(&temp); in getdomainname()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
H A D | Makefile | 19 ARCH ?= $(shell uname -m)
|
/third_party/jerryscript/tools/ |
H A D | rss-measure.sh | 20 OS=`uname -s | tr [:upper:] [:lower:]`
|
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
H A D | Makefile | 11 KDIR := /lib/modules/$(shell uname -r)/build
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/ |
H A D | Makefile | 8 KDIR := /lib/modules/$(shell uname -r)/build
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | Makefile | 12 KDIR := /lib/modules/$(shell uname -r)/build
|
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/ |
H A D | Makefile | 8 KDIR := /lib/modules/$(shell uname -r)/build
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/speculative/ |
H A D | 5-2.c | 89 ret = uname(&un); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_uname_test.cpp | 13 * @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 D | run_tests.sh | 28 HOST=`uname`
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | uname.c | 0 /* 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()
|
/third_party/toybox/toys/posix/ |
H A D | uname.c | 0 /* 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()
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | uname.rs | 3 let name: rustix::process::Uname = rustix::process::uname(); in test_uname()
|
/third_party/cJSON/ |
H A D | Makefile | 42 uname := $(shell sh -c 'uname -s 2>/dev/null || echo false') macro 49 ifeq (Darwin, $(uname))
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
H A D | kernbench | 127 echo Kernel `uname -r` 151 uname -r >> kernbench.log
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ppccap.c | 161 if (uname(&uts) != 0 || atoi(uts.version) < 6) in OPENSSL_cpuid_setup() 273 if (uname(&uts) == 0 && strcmp(uts.machine, "ppc64") == 0) in OPENSSL_cpuid_setup()
|
/third_party/openssl/crypto/ |
H A D | ppccap.c | 161 if (uname(&uts) != 0 || atoi(uts.version) < 6) in OPENSSL_cpuid_setup() 273 if (uname(&uts) == 0 && strcmp(uts.machine, "ppc64") == 0) in OPENSSL_cpuid_setup()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 2063 ntfschar *uname = NULL, *utarget = NULL; in ntfs_fuse_create() local 2083 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_fuse_create() 2086 && ntfs_forbidden_names(ctx->vol,uname,uname_len,TRUE))) { in ntfs_fuse_create() 2158 securid, uname, uname_len, type); in ntfs_fuse_create() 2172 uname, uname_len, type, dev); in ntfs_fuse_create() 2182 securid, uname, uname_len, in ntfs_fuse_create() 2187 uname, uname_len, type); in ntfs_fuse_create() 2243 free(uname); in ntfs_fuse_create() 2359 ntfschar *uname = NULL; in ntfs_fuse_link() local 2385 uname_len = ntfs_mbstoucs(name, &uname); in ntfs_fuse_link() 2452 ntfschar *uname = NULL; ntfs_fuse_rm() local [all...] |
/device/board/hihope/rk3568/kernel/ |
H A D | kernel_source_checker.sh | 29 case $(uname -m) in
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | Makefile | 17 KDIR ?= /lib/modules/$(shell uname -r)/build
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | Makefile | 17 KDIR ?= /lib/modules/$(shell uname -r)/build
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | utsnamendk.cpp | 23 int ret = uname(&buf);
in Uname() 33 {"uname", nullptr, Uname, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
H A D | Makefile | 4 KERNELDIR ?= /lib/modules/$(shell uname -r)/build
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | Makefile | 13 KDIR := /lib/modules/$(shell uname -r)/build
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma05.sh | 44 if [ $(uname -m) = "x86_64" ]; then
|