| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | page-flags.h | 266 #define TESTPAGEFLAG(uname, lname, policy) \ argument 267 static __always_inline int Page##uname(struct page *page) \ 270 #define SETPAGEFLAG(uname, lname, policy) \ argument 271 static __always_inline void SetPage##uname(struct page *page) \ 274 #define CLEARPAGEFLAG(uname, lname, policy) \ argument 275 static __always_inline void ClearPage##uname(struct page *page) \ 278 #define __SETPAGEFLAG(uname, lname, policy) \ argument 279 static __always_inline void __SetPage##uname(struct page *page) \ 282 #define __CLEARPAGEFLAG(uname, lname, policy) \ argument 283 static __always_inline void __ClearPage##uname(struct page *page) \ [all …]
|
| H A D | of_fdt.h | 45 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname, 50 const char *uname, 54 const char *uname); 82 extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, 84 extern int early_init_dt_scan_memory(unsigned long node, const char *uname, 97 extern int early_init_dt_scan_root(unsigned long node, const char *uname,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/ |
| H A D | 0001-uname-report-processor-and-hardware-correctly.patch | 3 Subject: uname: report processor and hardware correctly 6 uses this patch to make `uname -i' and `uname -p' to not report 'unknown'. 10 src/uname.c | 18 ++++++++++++++++-- 13 diff --git a/src/uname.c b/src/uname.c 15 --- a/src/uname.c 16 +++ b/src/uname.c 32 + uname(&u); 54 + uname(&u);
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | test | 1 KSP := /lib/modules/$(shell uname -r)/build \ 2 /usr/src/linux-$(shell uname -r) \ 3 /usr/src/linux-$(shell uname -r | sed 's/-.*//') \ 4 # /usr/src/kernel-headers-$(shell uname -r) \ 5 # /usr/src/kernel-source-$(shell uname -r) \ 6 # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | config.guess | 126 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then 130 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 131 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 132 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 133 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 171 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ 366 case `/usr/bin/uname -p` in 406 UNAME_RELEASE=`uname -v` 526 UNAME_PROCESSOR=`/usr/bin/uname -p` 814 FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/git/git/ |
| H A D | 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch | 4 Subject: [PATCH] config.mak.uname: do not force RHEL-7 specific build settings 12 config.mak.uname | 5 ----- 15 diff --git a/config.mak.uname b/config.mak.uname 17 --- a/config.mak.uname 18 +++ b/config.mak.uname
|
| /OK3568_Linux_fs/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)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | 0001-nss-fix-support-cross-compiling.patch | 21 @@ -26,11 +26,11 @@ OS_ARCH := $(subst /,_,$(shell uname -s) 25 -OS_TEST := $(shell uname -m) 26 +OS_TEST ?= $(shell uname -m) 28 OS_RELEASE := $(shell uname -r)_$(OS_TEST) 30 - OS_RELEASE := $(shell uname -r) 31 + OS_RELEASE ?= $(shell uname -r)
|
| /OK3568_Linux_fs/buildroot/support/gnuconfig/ |
| H A D | config.guess | 130 if test -f /.attbin/uname ; then 134 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 135 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 136 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 137 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 180 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ 384 case `/usr/bin/uname -p` in 424 UNAME_RELEASE=`uname -v` 544 UNAME_PROCESSOR=`/usr/bin/uname -p` 832 FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | config.guess | 130 if test -f /.attbin/uname ; then 134 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 135 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 136 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 137 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 182 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ 386 case `/usr/bin/uname -p` in 426 UNAME_RELEASE=`uname -v` 546 UNAME_PROCESSOR=`/usr/bin/uname -p` 834 FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` [all …]
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt.c | 477 const char *uname) in __reserved_mem_reserve_reg() argument 492 uname); in __reserved_mem_reserve_reg() 505 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg() 508 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg() 512 fdt_reserved_mem_save_node(node, uname, base, size); in __reserved_mem_reserve_reg() 545 static int __init __fdt_scan_reserved_mem(unsigned long node, const char *uname, in __fdt_scan_reserved_mem() argument 551 if (!found && depth == 1 && strcmp(uname, "reserved-memory") == 0) { in __fdt_scan_reserved_mem() 571 err = __reserved_mem_reserve_reg(node, uname); in __fdt_scan_reserved_mem() 573 fdt_reserved_mem_save_node(node, uname, 0, 0); in __fdt_scan_reserved_mem() 630 const char *uname, int depth, in of_scan_flat_dt() argument [all …]
|
| H A D | of_reserved_mem.c | 51 void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname, in fdt_reserved_mem_save_node() argument 62 rmem->name = uname; in fdt_reserved_mem_save_node() 75 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() argument 90 pr_err("invalid size property in '%s' node.\n", uname); in __reserved_mem_alloc_size() 99 uname); in __reserved_mem_alloc_size() 123 uname); in __reserved_mem_alloc_size() 138 uname, &base, in __reserved_mem_alloc_size() 150 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_alloc_size() 154 pr_info("failed to allocate memory for node '%s'\n", uname); in __reserved_mem_alloc_size()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml/ |
| H A D | override-uname.patch | 1 Allow override of the 'uname -s' for cross-compilation 14 +TARGET_OS ?= $(shell uname -s) 18 -ifeq (BeOS,$(shell uname -s)) 27 -ifeq (Darwin,$(shell uname -s)) 36 -ifeq (Darwin,$(shell uname -s))
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.c | 167 char *uname; in fit_print_contents() local 231 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents() 232 if (uname) in fit_print_contents() 233 printf("%s Default Configuration: '%s'\n", p, uname); in fit_print_contents() 1846 const char *uname; in fit_conf_get_prop_node_index() local 1850 uname = fdt_stringlist_get(fit, noffset, prop_name, index, &len); in fit_conf_get_prop_node_index() 1851 if (uname == NULL) in fit_conf_get_prop_node_index() 1854 return fit_image_get_node(fit, uname); in fit_conf_get_prop_node_index() 1878 const char *uname; in fit_conf_print() local 1890 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print() [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ximg.c | 44 const char *uname = NULL; in do_imgextract() local 63 uname = argv[2]; in do_imgextract() 126 if (uname == NULL) { in do_imgextract() 132 "at %08lx ...\n", uname, addr); in do_imgextract() 141 noffset = fit_image_get_node(fit_hdr, uname); in do_imgextract() 143 printf("Can't find '%s' FIT subimage\n", uname); in do_imgextract()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | dt_cpu_ftrs.c | 858 static int __init fdt_find_cpu_features(unsigned long node, const char *uname, in fdt_find_cpu_features() argument 897 const char *uname, int i) in process_cpufeatures_node() argument 907 f->name = uname; in process_cpufeatures_node() 911 pr_warn("%s: missing isa property\n", uname); in process_cpufeatures_node() 918 pr_warn("%s: missing usable-privilege property", uname); in process_cpufeatures_node() 953 pr_warn("%s: HV feature passed to guest\n", uname); in process_cpufeatures_node() 958 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node() 964 pr_warn("%s: missing hfscr_bit_nr\n", uname); in process_cpufeatures_node() 970 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node() 977 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node() [all …]
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | namei_vfat.c | 328 wchar_t *uname, int ulen, in vfat_create_shortname() argument 345 ext_start = end = &uname[ulen]; in vfat_create_shortname() 346 while (--ext_start >= uname) { in vfat_create_shortname() 356 if (ext_start == uname - 1) { in vfat_create_shortname() 365 name_start = &uname[0]; in vfat_create_shortname() 372 sz = ext_start - uname; in vfat_create_shortname() 382 for (baselen = i = 0, p = base, ip = uname; i < sz; i++, ip++) { in vfat_create_shortname() 399 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname() 590 wchar_t *uname; in vfat_build_slots() local 598 uname = __getname(); in vfat_build_slots() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | 0003-php-remove-host-specific-info-from-header-file.patch | 29 -UNAME=`uname -a | xargs` 30 +UNAME=`uname | xargs` 32 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output]) 33 PHP_OS=`uname | xargs`
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Support-for-cross-compilation.patch | 7 machine for Intel x86) where HOST_ARCH (uname -m) != TARGET_ARCH. 10 to `uname -m`. 26 - local m=`uname -m` 27 + local m="${TARGET_ARCH:-$(uname -m)}"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/pciutils/pciutils/ |
| H A D | configure.patch | 3 * allows us to optionally pass target information to configure rather than using uname 48 - sys=`uname -s` 49 - rel=`uname -r` 50 + sys=${3:-`uname -s`} 59 - cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/… 60 + cpu=${4:-`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^Be…
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | v9fs.c | 120 if (strcmp(v9ses->uname, V9FS_DEFUSER) != 0) in v9fs_show_options() 121 seq_printf(m, ",uname=%s", v9ses->uname); in v9fs_show_options() 251 kfree(v9ses->uname); in v9fs_parse_options() 252 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options() 253 if (!v9ses->uname) { in v9fs_parse_options() 393 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init() 394 if (!v9ses->uname) in v9fs_session_init() 455 fid = p9_client_attach(v9ses->clnt, NULL, v9ses->uname, INVALID_UID, in v9fs_session_init() 484 kfree(v9ses->uname); in v9fs_session_init() 507 kfree(v9ses->uname); in v9fs_session_close()
|
| H A D | fid.c | 105 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local 138 uname = NULL; in v9fs_fid_lookup_with_uid() 140 uname = v9ses->uname; in v9fs_fid_lookup_with_uid() 142 fid = p9_client_attach(v9ses->clnt, NULL, uname, uid, in v9fs_fid_lookup_with_uid()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | firmware.c | 150 static int __init probe_fw_features(unsigned long node, const char *uname, int in probe_fw_features() argument 161 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) { in probe_fw_features() 172 if (!strcmp(uname, "chosen")) { in probe_fw_features()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf.data-directory-format.txt | 34 $ sudo perf record --kcore uname 61 …uname 15316 2060795.480924: 588287 cycles: ffffffffa303a56d page_counter_try_charge+0x6d (vml… 62 … uname 15316 2060795.481067: 2261945 cycles: ffffffffa301438f kmem_cache_free+0x4f (vmlinux) 63 …uname 15316 2060795.481643: 2172167 cycles: 7f1a48c393c0 _IO_un_link+0x0 (/lib/x86_64-linu…
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | streamline_config.pl | 59 my $uname = `uname -r`; 60 chomp $uname; 72 "file" => "/boot/config-$uname", 76 "file" => "/boot/vmlinuz-$uname", 86 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
|