/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/umplock/ |
H A D | Makefile | 12 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 D | Makefile | 12 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 D | Makefile | 36 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/ |
H A D | Makefile | 36 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 D | utsname.h | 47 int uname (struct utsname *);
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | tar_file.cpp | 471 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 D | Makefile | 23 KDIR ?= /lib/modules/$(shell uname -r)/build
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
H A D | Makefile | 19 ARCH ?= $(shell uname -m)
|
/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
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 89 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/ |
H A D | Makefile | 89 KDIR-$(shell uname -m):=/lib/modules/$(shell uname -r)/build
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | Makefile | 97 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 D | Makefile | 19 ARCH ?= $(shell uname -m)
|
/foundation/resourceschedule/ffrt/test/ut/ |
H A D | qos_convert_test.cpp | 60 uname(&nameData); in IsLinuxOs()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | Makefile | 21 KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | tar_file.h | 74 char uname[NAME_LEN]; member
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/ |
H A D | cloud_daemon.cpp | 71 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 D | qos_interface_test.cpp | 42 uname(&nameData); in IsLinuxOs()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_common.c | 3993 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 D | configure_llvm | 3783 target_os_default=$(tolower $(uname -s)) 3788 arch_default=$(uname -p) 3792 arch_default=$(uname -m)
|