Home
last modified time | relevance | path

Searched refs:uname (Results 1 - 22 of 22) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/umplock/
H A DMakefile12 ARCH ?= $(shell uname -m)
39 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
47 CONFIG ?= $(shell uname -m)
51 CPU ?= $(shell uname -m)
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/
H A DMakefile12 ARCH ?= $(shell uname -m)
39 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
47 CONFIG ?= $(shell uname -m)
51 CPU ?= $(shell uname -m)
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/
H A DMakefile36 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/
H A DMakefile36 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dutsname.h47 int uname (struct utsname *);
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp471 auto ret = snprintf_s(hdr.uname, sizeof(hdr.uname), sizeof(hdr.uname) - 1, "%s", pw->pw_name); in FillOwnerName()
472 if (ret < 0 || ret >= static_cast<int>(sizeof(hdr.uname))) { in FillOwnerName()
476 auto ret = snprintf_s(hdr.uname, sizeof(hdr.uname), sizeof(hdr.uname) - 1, "%u", st.st_uid); in FillOwnerName()
477 if (ret < 0 || ret >= static_cast<int>(sizeof(hdr.uname))) { in FillOwnerName()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A DMakefile23 KDIR ?= /lib/modules/$(shell uname -r)/build
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A DMakefile19 ARCH ?= $(shell uname -m)
/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
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/
H A DMakefile89 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/
H A DMakefile89 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A DMakefile97 BASEDIR := /lib/modules/$(shell uname -r)
112 KVER = $(shell uname -r)
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/
H A DMakefile19 ARCH ?= $(shell uname -m)
/foundation/resourceschedule/ffrt/test/ut/
H A Dqos_convert_test.cpp60 uname(&nameData); in IsLinuxOs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A DMakefile21 KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dtar_file.h74 char uname[NAME_LEN]; member
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon.cpp71 if (uname(&uts) == -1) { in CheckDeviceInLinux()
72 LOGE("uname get failed."); in CheckDeviceInLinux()
76 LOGI("uname system is linux."); in CheckDeviceInLinux()
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dqos_interface_test.cpp42 uname(&nameData); in IsLinuxOs()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_common.c3993 char *bname, *uname; in wl_pkt_filter_base_parse() local
3997 for (uname = name; *uname; bname++, uname++) { in wl_pkt_filter_base_parse()
3998 if (*bname != bcm_toupper(*uname)) { in wl_pkt_filter_base_parse()
4002 if (!*uname && !*bname) { in wl_pkt_filter_base_parse()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm3783 target_os_default=$(tolower $(uname -s))
3788 arch_default=$(uname -p)
3792 arch_default=$(uname -m)

Completed in 20 milliseconds