Home
last modified time | relevance | path

Searched refs:uname (Results 76 - 100 of 276) sorted by relevance

12345678910>>...12

/third_party/musl/src/misc/
H A Dgetdomainname.c10 uname(&temp); in getdomainname()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A DMakefile19 ARCH ?= $(shell uname -m)
/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()
/third_party/toybox/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()
/third_party/rust/crates/rustix/tests/process/
H A Duname.rs3 let name: rustix::process::Uname = rustix::process::uname(); in test_uname()
/third_party/cJSON/
H A DMakefile42 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 Dkernbench127 echo Kernel `uname -r`
151 uname -r >> kernbench.log
/third_party/node/deps/openssl/openssl/crypto/
H A Dppccap.c161 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 Dppccap.c161 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 Dntfs-3g.c2063 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 Dkernel_source_checker.sh29 case $(uname -m) in
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A DMakefile17 KDIR ?= /lib/modules/$(shell uname -r)/build
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A DMakefile17 KDIR ?= /lib/modules/$(shell uname -r)/build
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dutsnamendk.cpp23 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 DMakefile4 KERNELDIR ?= /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A DMakefile13 KDIR := /lib/modules/$(shell uname -r)/build
/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma05.sh44 if [ $(uname -m) = "x86_64" ]; then

Completed in 12 milliseconds

12345678910>>...12