/linux-4.1.27/scripts/rt-tester/ |
D | rt-tester.py | 140 line = line.strip() 159 cmd = parts[0].strip().lower() 160 opc = parts[1].strip().lower() 161 tid = parts[2].strip() 162 dat = parts[3].strip() 177 status = fsta.readline().strip() 181 s = s.strip() 184 val = s[2:].strip()
|
/linux-4.1.27/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 | 150 ext=strip 153 ksection=.kernel:vmlinux.strip
|
/linux-4.1.27/tools/perf/util/ |
D | setup.py | 30 ext_sources = [f.strip() for f in file('util/python-ext-sources') 31 if len(f.strip()) > 0 and f[0] != '#']
|
/linux-4.1.27/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.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 84 u64 strip, struct MR_DRV_RAID_MAP_ALL *map); 507 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument 521 if (strip > span_set->data_strip_end) in get_row_from_strip() 524 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip() 541 "data width 0x%llx span offset 0x%x\n", strip, in get_row_from_strip() 547 "row is 0x%llx\n", strip, in get_row_from_strip() 584 u64 strip; in get_strip_from_row() local 603 strip = mega_div64_32 in get_strip_from_row() 607 strip *= span_set->span_row_data_width; in get_strip_from_row() 608 strip += span_set->data_strip_start; in get_strip_from_row() [all …]
|
D | megaraid_sas.h | 1578 u64 strip; member
|
/linux-4.1.27/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… 227 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 230 arg-check = $(if $(strip $(cmd_$@)),,1) 247 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 253 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 263 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 290 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \ 304 echo-why = $(call escsq, $(strip $(why)))
|
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 | 160 return stdout.strip('\n') 241 line = line.strip('\n') 259 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.1.27/tools/power/acpi/ |
D | Makefile | 59 STRIP = $(CROSS)strip 77 ifeq ($(strip $(V)),false) 87 ifeq ($(strip $(DEBUG)),true)
|
/linux-4.1.27/arch/sparc/boot/ |
D | Makefile | 34 $(call if_changed,strip) 66 $(call if_changed,strip)
|
/linux-4.1.27/tools/build/ |
D | Build.include | 31 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 61 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 69 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
D | Makefile.build | 63 cmd_ld_multi = $(if $(strip $(obj-y)),\
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 103 strip-libs = $(filter-out -l%,$(1)) 106 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
|
/linux-4.1.27/arch/xtensa/boot/ |
D | Makefile | 34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
|
/linux-4.1.27/arch/microblaze/boot/ |
D | Makefile | 34 $(call if_changed,strip)
|
/linux-4.1.27/arch/tile/ |
D | Makefile | 20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
|
/linux-4.1.27/tools/perf/ |
D | Makefile.perf | 122 STRIP = strip 157 strip-libs = $(filter-out -l%,$(1)) 268 strip: $(PROGRAMS) $(OUTPUT)perf 549 .PHONY: all install clean config-clean strip install-gtk
|
/linux-4.1.27/scripts/tracing/ |
D | draw_functrace.py | 103 line = line.strip()
|
/linux-4.1.27/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.1.27/arch/mn10300/ |
D | Makefile | 18 CCDIR := $(strip $(patsubst %/specs,%,$(CCSPECS)))
|
/linux-4.1.27/tools/power/cpupower/ |
D | Makefile | 97 STRIP = $(CROSS)strip
|
/linux-4.1.27/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.1.27/arch/mips/boot/compressed/ |
D | Makefile | 87 $(call cmd,strip)
|
/linux-4.1.27/arch/um/ |
D | Makefile | 92 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
|
/linux-4.1.27/arch/alpha/boot/ |
D | Makefile | 73 $(call if_changed,strip)
|
/linux-4.1.27/arch/ia64/ |
D | Makefile | 23 OBJCOPYFLAGS := --strip-all
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | head_v10.S | 63 and.d 0x7fffffff, $r5 ; strip any non-cache bit
|
/linux-4.1.27/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.1.27/Documentation/filesystems/ |
D | isofs.txt | 35 hide Completely strip hidden files from the file system.
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 403 strip-libs = $(filter-out -l%,$(1)) 409 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS)) 454 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
|
/linux-4.1.27/Documentation/ |
D | magic-number.txt | 79 STRIP_MAGIC 0x5303 strip drivers/net/strip.c
|
D | email-clients.txt | 194 - 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.1.27/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.1.27/scripts/package/ |
D | builddeb | 161 $OBJCOPY --strip-debug $tmpdir/$module
|
/linux-4.1.27/ |
D | Makefile | 359 STRIP = $(CROSS_COMPILE)strip 839 mod_strip_cmd = $(STRIP) --strip-debug
|
/linux-4.1.27/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.1.27/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.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 965 /* strip trailing " from filename */
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 935 This option adds a "TCPOPTSTRIP" target, which allows you to strip
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 882 to error logging (strip redundant newlines, change debug macros to ensure newline
|
/linux-4.1.27/init/ |
D | Kconfig | 1885 debuginfo strip done by some packagers (such as rpmbuild) and
|