/linux-4.1.27/include/linux/ |
D | page-flags.h | 140 #define TESTPAGEFLAG(uname, lname) \ argument 141 static inline int Page##uname(const struct page *page) \ 144 #define SETPAGEFLAG(uname, lname) \ argument 145 static inline void SetPage##uname(struct page *page) \ 148 #define CLEARPAGEFLAG(uname, lname) \ argument 149 static inline void ClearPage##uname(struct page *page) \ 152 #define __SETPAGEFLAG(uname, lname) \ argument 153 static inline void __SetPage##uname(struct page *page) \ 156 #define __CLEARPAGEFLAG(uname, lname) \ argument 157 static inline void __ClearPage##uname(struct page *page) \ [all …]
|
D | of_fdt.h | 52 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname, 62 extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, 64 extern int early_init_dt_scan_memory(unsigned long node, const char *uname, 74 extern int early_init_dt_scan_root(unsigned long node, const char *uname,
|
D | of_reserved_mem.h | 35 void fdt_reserved_mem_save_node(unsigned long node, const char *uname, 46 const char *uname, phys_addr_t base, phys_addr_t size) { } in fdt_reserved_mem_save_node() argument
|
/linux-4.1.27/drivers/staging/vt6655/ |
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/') \
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | prom.c | 49 const char *uname, int depth, void *data) in early_init_dt_scan_chosen_serial() argument 54 pr_debug("%s: depth: %d, uname: %s\n", __func__, depth, uname); in early_init_dt_scan_chosen_serial() 56 if (depth == 1 && (strcmp(uname, "chosen") == 0 || in early_init_dt_scan_chosen_serial() 57 strcmp(uname, "chosen@0") == 0)) { in early_init_dt_scan_chosen_serial() 63 if (stdout && strstr(stdout, uname)) { in early_init_dt_scan_chosen_serial()
|
/linux-4.1.27/drivers/of/ |
D | of_reserved_mem.c | 71 void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname, in fdt_reserved_mem_save_node() argument 82 rmem->name = uname; in fdt_reserved_mem_save_node() 95 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() argument 111 uname); in __reserved_mem_alloc_size() 122 uname); in __reserved_mem_alloc_size() 133 uname); in __reserved_mem_alloc_size() 148 uname, &base, in __reserved_mem_alloc_size() 160 uname, &base, (unsigned long)size / SZ_1M); in __reserved_mem_alloc_size() 165 uname); in __reserved_mem_alloc_size()
|
D | fdt.c | 465 const char *uname) in __reserved_mem_reserve_reg() argument 479 uname); in __reserved_mem_reserve_reg() 492 uname, &base, (unsigned long)size / SZ_1M); in __reserved_mem_reserve_reg() 495 uname, &base, (unsigned long)size / SZ_1M); in __reserved_mem_reserve_reg() 499 fdt_reserved_mem_save_node(node, uname, base, size); in __reserved_mem_reserve_reg() 532 static int __init __fdt_scan_reserved_mem(unsigned long node, const char *uname, in __fdt_scan_reserved_mem() argument 539 if (!found && depth == 1 && strcmp(uname, "reserved-memory") == 0) { in __fdt_scan_reserved_mem() 560 err = __reserved_mem_reserve_reg(node, uname); in __fdt_scan_reserved_mem() 562 fdt_reserved_mem_save_node(node, uname, 0, 0); in __fdt_scan_reserved_mem() 610 const char *uname, int depth, in of_scan_flat_dt() argument [all …]
|
/linux-4.1.27/fs/fat/ |
D | namei_vfat.c | 314 wchar_t *uname, int ulen, in vfat_create_shortname() argument 331 ext_start = end = &uname[ulen]; in vfat_create_shortname() 332 while (--ext_start >= uname) { in vfat_create_shortname() 342 if (ext_start == uname - 1) { in vfat_create_shortname() 351 name_start = &uname[0]; in vfat_create_shortname() 358 sz = ext_start - uname; in vfat_create_shortname() 368 for (baselen = i = 0, p = base, ip = uname; i < sz; i++, ip++) { in vfat_create_shortname() 385 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname() 589 wchar_t *uname; in vfat_build_slots() local 597 uname = __getname(); in vfat_build_slots() [all …]
|
/linux-4.1.27/fs/9p/ |
D | v9fs.c | 203 kfree(v9ses->uname); in v9fs_parse_options() 204 v9ses->uname = match_strdup(&args[0]); in v9fs_parse_options() 205 if (!v9ses->uname) { in v9fs_parse_options() 327 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL); in v9fs_session_init() 328 if (!v9ses->uname) in v9fs_session_init() 333 kfree(v9ses->uname); in v9fs_session_init() 341 kfree(v9ses->uname); in v9fs_session_init() 405 fid = p9_client_attach(v9ses->clnt, NULL, v9ses->uname, INVALID_UID, in v9fs_session_init() 450 kfree(v9ses->uname); in v9fs_session_close()
|
D | fid.c | 120 char **wnames, *uname; in v9fs_fid_lookup_with_uid() local 153 uname = NULL; in v9fs_fid_lookup_with_uid() 155 uname = v9ses->uname; in v9fs_fid_lookup_with_uid() 157 fid = p9_client_attach(v9ses->clnt, NULL, uname, uid, in v9fs_fid_lookup_with_uid()
|
D | v9fs.h | 109 char *uname; /* user name to mount as */ member
|
D | vfs_inode.c | 1010 wstat.muid = v9ses->uname; in v9fs_vfs_rename()
|
/linux-4.1.27/scripts/kconfig/ |
D | streamline_config.pl | 60 my $uname = `uname -r`; 61 chomp $uname; 73 "file" => "/boot/config-$uname", 77 "file" => "/boot/vmlinuz-$uname", 87 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
|
D | symbol.c | 55 uname(&uts); in sym_init()
|
/linux-4.1.27/tools/power/cpupower/debug/kernel/ |
D | Makefile | 3 KDIR := /lib/modules/$(shell uname -r)/build 5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
|
/linux-4.1.27/fs/ntfs/ |
D | dir.c | 80 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, in ntfs_lookup_inode_by_name() argument 156 if (ntfs_are_names_equal(uname, uname_len, in ntfs_lookup_inode_by_name() 206 ntfs_are_names_equal(uname, uname_len, in ntfs_lookup_inode_by_name() 247 rc = ntfs_collate_names(uname, uname_len, in ntfs_lookup_inode_by_name() 266 rc = ntfs_collate_names(uname, uname_len, in ntfs_lookup_inode_by_name() 416 if (ntfs_are_names_equal(uname, uname_len, in ntfs_lookup_inode_by_name() 466 ntfs_are_names_equal(uname, uname_len, in ntfs_lookup_inode_by_name() 509 rc = ntfs_collate_names(uname, uname_len, in ntfs_lookup_inode_by_name() 528 rc = ntfs_collate_names(uname, uname_len, in ntfs_lookup_inode_by_name() 633 u64 ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, [all …]
|
D | namei.c | 108 ntfschar *uname; in ntfs_lookup() local 118 &uname); in ntfs_lookup() 125 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup() 127 kmem_cache_free(ntfs_name_cache, uname); in ntfs_lookup()
|
D | dir.h | 46 const ntfschar *uname, const int uname_len, ntfs_name **res);
|
/linux-4.1.27/arch/nios2/kernel/ |
D | prom.c | 70 const char *uname, int depth, void *data) in early_init_dt_scan_serial() argument 76 if (strncmp(uname, "serial", 6) != 0) in early_init_dt_scan_serial()
|
/linux-4.1.27/arch/mips/ralink/ |
D | of.c | 59 const char *uname, int depth, void *data) in early_init_dt_find_memory() argument 61 if (depth == 1 && !strcmp(uname, "memory@0")) in early_init_dt_find_memory()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | debug-mmrs.c | 114 #define __CAN(uname, lname) __REGS(can, #uname, lname) argument 207 #define __DMA(uname, lname) __REGS(dma, #uname, lname) argument 248 #define __EPPI(uname, lname) __REGS(eppi, #uname, lname) argument 273 #define __GPTIMER(uname, lname) __REGS(gptimer, #uname, lname) argument 286 #define __GPTIMER_GROUP(uname, lname) __REGS(gptimer_group, #uname, lname) argument 314 #define __HMDMA(uname, lname) __REGS(hmdma, #uname, lname) argument 333 #define __PINT(uname, lname) __REGS(pint, #uname, lname) argument 356 #define __PORT(uname, lname) __REGS(gpio, #uname, lname) argument 397 #define __PPI(uname, lname) __REGS(ppi, #uname, lname) argument 413 #define __SPI(uname, lname) __REGS(spi, #uname, lname) argument [all …]
|
/linux-4.1.27/arch/um/os-Linux/ |
D | util.c | 51 uname(&host); in setup_machinename() 72 uname(&host); in setup_hostinfo()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | prom.c | 303 const char *uname, int depth, in early_init_dt_scan_cpus() argument 399 const char *uname, in early_init_dt_scan_chosen_ppc() argument 405 if (early_init_dt_scan_chosen(node, uname, depth, data) == 0) in early_init_dt_scan_chosen_ppc() 525 const char *uname, in early_init_dt_scan_memory_ppc() argument 529 strcmp(uname, "ibm,dynamic-reconfiguration-memory") == 0) in early_init_dt_scan_memory_ppc() 532 return early_init_dt_scan_memory(node, uname, depth, data); in early_init_dt_scan_memory_ppc()
|
D | epapr_paravirt.c | 36 const char *uname, in early_init_dt_scan_epapr() argument
|
D | rtas.c | 1171 const char *uname, int depth, void *data) in early_init_dt_scan_rtas() argument 1175 if (depth != 1 || strcmp(uname, "rtas") != 0) in early_init_dt_scan_rtas()
|
D | fadump.c | 56 const char *uname, int depth, void *data) in early_init_dt_scan_fw_dump() argument 63 if (depth != 1 || strcmp(uname, "rtas") != 0) in early_init_dt_scan_fw_dump()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | mfc.h | 13 int __init s5p_fdt_alloc_mfc_mem(unsigned long node, const char *uname,
|
D | exynos.c | 120 static int __init exynos_fdt_map_chipid(unsigned long node, const char *uname, in exynos_fdt_map_chipid() argument
|
/linux-4.1.27/arch/arm64/kernel/ |
D | acpi.c | 66 const char *uname, int depth, in dt_scan_depth1_nodes() argument 73 if (depth == 1 && (strcmp(uname, "chosen") != 0)) in dt_scan_depth1_nodes()
|
/linux-4.1.27/arch/um/ |
D | Makefile | 11 ifeq ($(shell uname -m),x86_64) 21 OS := $(shell uname -s)
|
/linux-4.1.27/tools/testing/selftests/breakpoints/ |
D | Makefile | 2 uname_M := $(shell uname -m 2>/dev/null || echo not)
|
/linux-4.1.27/tools/testing/selftests/ipc/ |
D | Makefile | 1 uname_M := $(shell uname -m 2>/dev/null || echo not)
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile.arch | 2 ARCH := $(shell uname -m 2>/dev/null || echo not)
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | setup.c | 746 const char *uname, int depth, in pseries_probe_fw_features() argument 757 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) { in pseries_probe_fw_features() 768 if (!strcmp(uname, "chosen")) { in pseries_probe_fw_features()
|
/linux-4.1.27/arch/arm/mach-s5pv210/ |
D | s5pv210.c | 25 static int __init s5pv210_fdt_map_sys(unsigned long node, const char *uname, in s5pv210_fdt_map_sys() argument
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | Makefile | 4 ARCH ?= $(shell uname -m)
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | Makefile | 16 UNAME_M := $(shell uname -m)
|
/linux-4.1.27/arch/tile/ |
D | Makefile | 21 HOST_ARCH := $(shell uname -m)
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal.c | 81 const char *uname, int depth, void *data) in early_init_dt_scan_opal() argument 86 if (depth != 1 || strcmp(uname, "ibm,opal") != 0) in early_init_dt_scan_opal() 130 const char *uname, int depth, void *data) in early_init_dt_scan_recoverable_ranges() argument 135 if (depth != 1 || strcmp(uname, "ibm,opal") != 0) in early_init_dt_scan_recoverable_ranges()
|
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.py | 70 machine_id = machine_to_id[os.uname()[4]]
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | s5p-dev-mfc.c | 63 int __init s5p_fdt_alloc_mfc_mem(unsigned long node, const char *uname, in s5p_fdt_alloc_mfc_mem() argument
|
/linux-4.1.27/scripts/ |
D | ver_linux | 11 uname -a
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | fadump.h | 206 const char *uname, int depth, void *data);
|
D | opal.h | 205 extern int early_init_dt_scan_opal(unsigned long node, const char *uname, 208 const char *uname, int depth, void *data);
|
D | rtas.h | 369 const char *uname, int depth, void *data);
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 141 static int __init rcar_gen2_scan_mem(unsigned long node, const char *uname, in rcar_gen2_scan_mem() argument
|
/linux-4.1.27/arch/xtensa/ |
D | Makefile | 25 COMPILE_ARCH = $(shell uname -m)
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | setup.c | 197 static int __init xtensa_dt_io_area(unsigned long node, const char *uname, in xtensa_dt_io_area() argument 222 static int __init xtensa_dt_io_area(unsigned long node, const char *uname, in xtensa_dt_io_area() argument
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | board-v7.c | 72 static int __init mvebu_scan_mem(unsigned long node, const char *uname, in mvebu_scan_mem() argument
|
/linux-4.1.27/tools/perf/arch/ |
D | common.c | 143 if (uname(&uts) < 0) in perf_session_env__lookup_binutils_path()
|
/linux-4.1.27/tools/power/cpupower/utils/ |
D | cpupower.c | 204 ret = uname(&uts); in main()
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | parse.c | 85 if (uname(&sysdata) == 0) { in prepare_output()
|
/linux-4.1.27/drivers/firmware/efi/ |
D | efi.c | 412 static int __init fdt_find_uefi_params(unsigned long node, const char *uname, in fdt_find_uefi_params() argument 421 if (depth != 1 || strcmp(uname, "chosen") != 0) in fdt_find_uefi_params()
|
/linux-4.1.27/include/net/9p/ |
D | client.h | 226 char *uname, kuid_t n_uname, char *aname);
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 40 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER 64 uname=name user name to attempt mount as on the remote server. The
|
/linux-4.1.27/arch/powerpc/mm/ |
D | hash_utils_64.c | 272 const char *uname, int depth, in htab_dt_scan_seg_sizes() argument 327 const char *uname, int depth, in htab_dt_scan_page_sizes() argument 409 const char *uname, int depth, in htab_dt_scan_hugepage_blocks() argument 571 const char *uname, int depth, in htab_dt_scan_pftsize() argument
|
/linux-4.1.27/Documentation/kbuild/ |
D | modules.txt | 79 $ make -C /lib/modules/`uname -r`/build M=$PWD 84 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install 193 KDIR ?= /lib/modules/`uname -r`/build 225 KDIR ?= /lib/modules/`uname -r`/build 253 KDIR ?= /lib/modules/`uname -r`/build
|
D | kbuild.txt | 212 UTS_VERSION definition (uname -v in the running kernel). The value has to
|
/linux-4.1.27/lib/raid6/test/ |
D | Makefile | 15 ARCH := $(shell uname -m 2>/dev/null | sed -e /s/i.86/i386/)
|
/linux-4.1.27/Documentation/watchdog/ |
D | hpwdt.txt | 56 4. insmod /lib/modules/`uname -r`/kernel/drivers/char/watchdog/hpwdt.ko priority=1
|
/linux-4.1.27/arch/x86/ |
D | Makefile | 5 ifeq ($(shell uname -m),x86_64)
|
/linux-4.1.27/arch/powerpc/ |
D | Makefile | 33 KBUILD_DEFCONFIG := $(shell uname -m)_defconfig
|
/linux-4.1.27/Documentation/isdn/ |
D | README.sc | 144 edit the file "/etc/modules/'uname -f'/'uname -v'" and insert the driver name
|
D | README.gigaset | 369 - kernel version (uname -r) 371 - hardware architecture (uname -m, ...)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 219 COMPAT_SYSCALL_WRAP2(memfd_create, const char __user *, uname, unsigned int, flags)
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 72 63 common uname sys_newuname
|
D | syscall_32.tbl | 131 122 i386 uname sys_newuname
|
/linux-4.1.27/net/9p/ |
D | client.c | 1104 char *uname, kuid_t n_uname, char *aname) in p9_client_attach() argument 1113 afid ? afid->fid : -1, uname, aname); in p9_client_attach() 1123 afid ? afid->fid : P9_NOFID, uname, aname, n_uname); in p9_client_attach()
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 412 KLEVEL="$(uname -r | 422 echo "Unhandled kernel version: $KLEVEL ('uname -r' = '$(uname -r)')" >&2
|
/linux-4.1.27/tools/perf/util/ |
D | header.c | 203 ret = uname(&uts); in write_hostname() 216 ret = uname(&uts); in write_osrelease() 229 ret = uname(&uts); in write_arch()
|
D | symbol.c | 1835 if (uname(&uts) < 0) in vmlinux_path__init()
|
/linux-4.1.27/Documentation/networking/ |
D | dl2k.txt | 47 4. cp dl2k.ko /lib/modules/`uname -r`/kernel/drivers/net
|
/linux-4.1.27/mm/ |
D | shmem.c | 2914 const char __user *, uname, in SYSCALL_DEFINE2() argument 2927 len = strnlen_user(uname, MFD_NAME_MAX_LEN + 1); in SYSCALL_DEFINE2() 2938 if (copy_from_user(&name[MFD_NAME_PREFIX_LEN], uname, len)) { in SYSCALL_DEFINE2()
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 148 int err = uname(&uts); in ui__warn_map_erange()
|
/linux-4.1.27/tools/hv/ |
D | hv_kvp_daemon.c | 466 uname(&uts_buf); in kvp_get_os_info()
|
/linux-4.1.27/ |
D | Makefile | 225 SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 123 build a current modules.dep file in /lib/modules/`uname -r` and then
|
/linux-4.1.27/kernel/ |
D | sys.c | 1161 SYSCALL_DEFINE1(uname, struct old_utsname __user *, name) in SYSCALL_DEFINE1() argument
|
/linux-4.1.27/init/ |
D | Kconfig | 74 This will show up when you type uname, for example. 1174 uname() system call
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 340 virtual machine and dropping them into /lib/modules/`uname -r`. 2215 /lib/modules/`uname -r`/fs in the virtual machine, boot it up, and
|