/linux-4.4.14/tools/hv/ |
D | lsvmbus | 60 vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip() 61 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip() 62 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip() 66 chn_vp_mapping = [c.strip() for c in chn_vp_mapping]
|
/linux-4.4.14/tools/power/acpi/ |
D | Makefile.config | 59 STRIP = $(CROSS)strip 77 ifeq ($(strip $(V)),false) 86 ifeq ($(strip $(DEBUG)),true)
|
/linux-4.4.14/arch/powerpc/boot/ |
D | zImage.lds.S | 55 .kernel:vmlinux.strip : 58 *(.kernel:vmlinux.strip)
|
D | .gitignore | 13 kernel-vmlinux.strip.c 14 kernel-vmlinux.strip.gz
|
D | zImage.coff.lds.S | 27 *(.kernel:vmlinux.strip)
|
D | wrapper | 167 ext=strip 170 ksection=.kernel:vmlinux.strip
|
/linux-4.4.14/tools/perf/util/ |
D | setup.py | 31 ext_sources = [f.strip() for f in file('util/python-ext-sources') 32 if len(f.strip()) > 0 and f[0] != '#']
|
/linux-4.4.14/arch/mips/boot/ |
D | Makefile | 22 strip-flags := $(addprefix --remove-section=,$(drop-sections)) 40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@ 46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 78 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \ 129 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri… 231 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 234 arg-check = $(if $(strip $(cmd_$@)),,1) 251 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 257 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 267 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 294 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \ 308 echo-why = $(call escsq, $(strip $(why))) 318 # This is no use for dependencies or $(wildcard). We need to strip the [all …]
|
D | Makefile.lib | 50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 69 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) … 70 real-objs-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs))… 178 $(addprefix $(obj)/, $(foreach s, $3, $($(m:%$(strip $2)=%$(s)))))))
|
D | Makefile.clean | 68 ifneq ($(strip $(__clean-files)),) 71 ifneq ($(strip $(__clean-dirs)),)
|
D | headerdep.pl | 30 my @headers = grep { strip($_) } @ARGV; 61 sub strip { subroutine
|
D | checkkconfigsymbols.py | 209 return stdout.strip('\n') 298 line = line.strip('\n') 316 line = line.strip('\n')
|
D | Makefile.build | 82 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 86 ifneq ($(strip $(obj-y) $(obj-m) $(obj-) $(subdir-m) $(lib-target)),) 331 cmd_link_o_target = $(if $(strip $(obj-y)),\
|
D | decodecode | 58 ${CROSS_COMPILE}strip $1.o
|
D | analyze_suspend.py | 135 v = open('/proc/version', 'r').read().strip() 139 v = os.popen(self.adb+' shell cat /proc/version').read().strip() 159 outD = open(self.rtcpath+'/date', 'r').read().strip() 160 outT = open(self.rtcpath+'/time', 'r').read().strip() 978 out = os.popen(sysvals.adb+' shell ls '+tp+f).read().strip() 2775 ' shell dumpsys power | grep mScreenOn').read().strip() 2802 ' shell pwd 2>/dev/null').read().strip() 2955 sysvals.powerfile).read().strip() 3105 out = os.popen(sysvals.adb+' get-state').read().strip() 3116 out = os.popen(sysvals.adb+' shell id').read().strip() [all …]
|
D | Makefile.host | 50 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 92 u64 strip, struct MR_DRV_RAID_MAP_ALL *map); 515 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument 529 if (strip > span_set->data_strip_end) in get_row_from_strip() 532 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip() 549 "data width 0x%llx span offset 0x%x\n", strip, in get_row_from_strip() 555 "row is 0x%llx\n", strip, in get_row_from_strip() 592 u64 strip; in get_strip_from_row() local 611 strip = mega_div64_32 in get_strip_from_row() 615 strip *= span_set->span_row_data_width; in get_strip_from_row() 616 strip += span_set->data_strip_start; in get_strip_from_row() [all …]
|
D | megaraid_sas.h | 1621 u64 strip; member
|
/linux-4.4.14/arch/sparc/boot/ |
D | Makefile | 34 $(call if_changed,strip) 66 $(call if_changed,strip)
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-inject.txt | 53 --strip:: 54 Use with --itrace to strip out non-synthesized events.
|
D | intel-pt.txt | 787 $ perf inject -i perf.data -o inj --itrace=i100usle --strip
|
/linux-4.4.14/tools/build/ |
D | Build.include | 31 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 74 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 80 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
D | Makefile.build | 72 cmd_ld_multi = $(if $(strip $(obj-y)),\
|
/linux-4.4.14/tools/perf/ |
D | builtin-inject.c | 31 bool strip; member 616 if (inject->strip) in __cmd_inject() 656 if (inject->strip) in __cmd_inject() 724 OPT_BOOLEAN(0, "strip", &inject.strip, in cmd_inject() 741 if (inject.strip && !inject.itrace_synth_opts.set) { in cmd_inject()
|
D | Makefile.perf | 145 STRIP = strip 182 strip-libs = $(filter-out -l%,$(1)) 304 strip: $(PROGRAMS) $(OUTPUT)perf 609 .PHONY: all install clean config-clean strip install-gtk
|
/linux-4.4.14/arch/xtensa/boot/ |
D | Makefile | 34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 114 strip-libs = $(filter-out -l%,$(1)) 117 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
|
/linux-4.4.14/arch/microblaze/boot/ |
D | Makefile | 34 $(call if_changed,strip)
|
/linux-4.4.14/arch/tile/ |
D | Makefile | 20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
|
/linux-4.4.14/scripts/tracing/ |
D | draw_functrace.py | 103 line = line.strip()
|
/linux-4.4.14/scripts/kconfig/ |
D | conf.c | 57 static void strip(char *str) in strip() function 199 strip(line); in conf_sym() 315 strip(line); in conf_choice()
|
/linux-4.4.14/arch/mn10300/ |
D | Makefile | 18 CCDIR := $(strip $(patsubst %/specs,%,$(CCSPECS)))
|
/linux-4.4.14/tools/power/cpupower/ |
D | Makefile | 97 STRIP = $(CROSS)strip
|
/linux-4.4.14/arch/mips/boot/compressed/ |
D | Makefile | 87 $(call cmd,strip)
|
/linux-4.4.14/Documentation/zh_CN/ |
D | email-clients.txt | 158 - "no-strip-whitespace-before-send"选项也是需要的。
|
D | magic-number.txt | 79 STRIP_MAGIC 0x5303 strip drivers/net/strip.c
|
/linux-4.4.14/arch/um/ |
D | Makefile | 93 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
|
/linux-4.4.14/arch/alpha/boot/ |
D | Makefile | 73 $(call if_changed,strip)
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 23 OBJCOPYFLAGS := --strip-all
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | head_v10.S | 63 and.d 0x7fffffff, $r5 ; strip any non-cache bit
|
/linux-4.4.14/Documentation/filesystems/ |
D | isofs.txt | 35 hide Completely strip hidden files from the file system.
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 152 the default option --strip-debug will be used. Otherwise, 153 INSTALL_MOD_STRIP value will be used as the options to the strip command.
|
D | makefiles.txt | 1380 default option --strip-debug will be used. Otherwise, the 1381 INSTALL_MOD_STRIP value will be used as the option(s) to the strip
|
/linux-4.4.14/Documentation/ |
D | magic-number.txt | 79 STRIP_MAGIC 0x5303 strip drivers/net/strip.c
|
D | email-clients.txt | 230 - the "no-strip-whitespace-before-send" option is needed
|
D | applying-patches.txt | 44 source directory and then strip the first element of the path from filenames
|
D | CodingStyle | 235 optionally strip the trailing whitespace for you; however, if applying a series
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 434 strip-libs = $(filter-out -l%,$(1)) 440 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS)) 485 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | bindec.S | 187 andiw #0x7fff,%d0 |strip sign of normalized exp 203 andiw #0x7fff,%d0 |strip sign of normalized exp 250 subw #0x3fff,%d0 |strip off bias
|
D | bugfix.S | 194 andiw #0xE000,%d0 |strip all but opclass 352 andiw #0xFC00,%d0 |strip all but opclass and size
|
D | scale.S | 54 andil #0x7fff,%d1 |strip sign
|
D | get_op.S | 637 andiw #0x7fff,%d1 |strip sign
|
D | srem_mod.S | 23 | Step 1. Save and strip signs of X and Y: signX := sign(X),
|
D | res_func.S | 100 andil #0x7f,%d0 |strip to only command word 681 andiw #0x3b,%d0 |strip to command bits
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 173 $OBJCOPY --strip-debug $tmpdir/$module
|
/linux-4.4.14/ |
D | Makefile | 349 STRIP = $(CROSS_COMPILE)strip 835 mod_strip_cmd = $(STRIP) --strip-debug
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1441 andi.w &0x7fff,%d0 # strip sign 2312 andi.w &0x7fff,%d0 # strip sign 2329 andi.w &0x7fff,%d0 # strip sign 9585 andi.l &0x00007fff,%d1 # strip sign from dst exp 11640 andi.l &0x7fff,%d1 # strip sign 12282 andi.l &0x7fff,%d1 # strip sign 13062 andi.l &0x7fff,%d1 # strip sign 13566 andi.l &0x7fff,%d1 # strip sign 13623 andi.l &0x7fff,%d1 # strip sign 14011 andi.l &0x7fff,%d1 # strip sign [all …]
|
D | pfpsp.S | 1440 andi.w &0x7fff,%d0 # strip sign 2311 andi.w &0x7fff,%d0 # strip sign 2328 andi.w &0x7fff,%d0 # strip sign
|
D | fplsp.S | 5034 and.l &0x7FFFFFFF,%d1 # strip sign 9357 # Step 1. Save and strip signs of X and Y: signX := sign(X), # 9774 andi.w &0x7fff, %d0 # strip off sign 10918 and.w &0x7fff, %d1 # strip off sgn
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 167 decoder to strip the silence. This needs to be set before the data in the track
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 132 -> inspect and strip switch tag protocol to determine originating port
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 967 /* strip trailing " from filename */
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 951 This option adds a "TCPOPTSTRIP" target, which allows you to strip
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 882 to error logging (strip redundant newlines, change debug macros to ensure newline
|
/linux-4.4.14/init/ |
D | Kconfig | 1918 debuginfo strip done by some packagers (such as rpmbuild) and
|