/Linux-v4.19/tools/hv/ |
D | lsvmbus | 62 vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip() 63 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip() 64 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip() 68 chn_vp_mapping = [c.strip() for c in chn_vp_mapping]
|
/Linux-v4.19/arch/powerpc/boot/ |
D | .gitignore | 14 kernel-vmlinux.strip.c 15 kernel-vmlinux.strip.gz 22 vmlinux.strip
|
D | zImage.lds.S | 56 .kernel:vmlinux.strip : 59 *(.kernel:vmlinux.strip)
|
D | zImage.coff.lds.S | 28 *(.kernel:vmlinux.strip)
|
/Linux-v4.19/scripts/ |
D | spdxcheck.py | 48 lid = l.split(':')[1].strip().upper() 55 exception = l.split(':')[1].strip().upper() 59 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 132 tok.value = tok.value.strip() 178 expr = line.split(':')[1].replace('*/', '').strip() 210 for p in path.strip('/').split('/'):
|
D | Kbuild.include | 79 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \ 139 …Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(… 240 arg-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 241 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 243 arg-check = $(if $(strip $(cmd_$@)),,1) 259 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 265 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 307 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 334 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \ 348 echo-why = $(call escsq, $(strip $(why))) [all …]
|
D | Makefile.lib | 45 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 46 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 56 real-obj-y := $(foreach m, $(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs)) … 57 real-obj-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-m))),$($… 179 $(addprefix $(obj)/, $(foreach s, $3, $($(m:%$(strip $2)=%$(s)))))))
|
D | Makefile.clean | 70 ifneq ($(strip $(__clean-files)),) 73 ifneq ($(strip $(__clean-dirs)),)
|
D | decodecode | 71 ${CROSS_COMPILE}strip $1.o 79 ${CROSS_COMPILE}strip $1.o
|
D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
D | Makefile.build | 67 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 72 ifneq ($(strip $(real-obj-y) $(need-builtin)),) 530 $(patsubst %$(strip $(1)),%$(sfx), \ 531 $(filter %$(strip $(1)), $(targets)))) 571 obj-dirs := $(strip $(filter-out $(exist-dirs), $(obj-dirs)))
|
/Linux-v4.19/arch/microblaze/boot/ |
D | Makefile | 37 $(call if_changed,strip,.strip)
|
/Linux-v4.19/tools/perf/util/ |
D | setup.py | 48 ext_sources = [f.strip() for f in open('util/python-ext-sources') 49 if len(f.strip()) > 0 and f[0] != '#']
|
/Linux-v4.19/tools/power/acpi/ |
D | Makefile.config | 77 ifeq ($(strip $(V)),false) 86 ifeq ($(strip $(DEBUG)),true)
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | mem-phys-addr.py | 33 if m[2].strip() == 'System RAM': 36 if m[2].strip() == 'Persistent Memory':
|
/Linux-v4.19/arch/sparc/boot/ |
D | Makefile | 35 $(call if_changed,strip) 67 $(call if_changed,strip)
|
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 81 u64 strip, struct MR_DRV_RAID_MAP_ALL *map); 498 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument 512 if (strip > span_set->data_strip_end) in get_row_from_strip() 515 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip() 563 u64 strip; in get_strip_from_row() local 582 strip = mega_div64_32 in get_strip_from_row() 586 strip *= span_set->span_row_data_width; in get_strip_from_row() 587 strip += span_set->data_strip_start; in get_strip_from_row() 588 strip += span_set->strip_offset[span]; in get_strip_from_row() 589 return strip; in get_strip_from_row() [all …]
|
/Linux-v4.19/tools/power/pm-graph/ |
D | bootgraph.py | 71 val = fp.read().strip() 104 func = i.strip() 192 self.kparams = open('/proc/cmdline', 'r').read().strip() 391 m = re.match(tp.ftrace_line_fmt, line.strip()) 454 tracer = sysvals.fgetVal('current_tracer').strip() 768 line = line.strip() 771 opt = line.split('=')[0].strip() 773 cmdline = line.split('=', 1)[1].strip('\\') 777 cmdline += line.strip('\\') 785 val = cmdline.strip() [all …]
|
/Linux-v4.19/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-v4.19/Documentation/sphinx/ |
D | cdomain.py | 85 arglist = arglist.strip() 90 arglist = [a.strip() for a in arglist.split(",")]
|
/Linux-v4.19/tools/build/ |
D | Build.include | 32 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 75 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 81 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
D | Makefile.build | 83 cmd_ld_multi = $(if $(strip $(obj-y)),\ 87 cmd_host_ld_multi = $(if $(strip $(obj-y)),\
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-inject.txt | 53 --strip:: 54 Use with --itrace to strip out non-synthesized events.
|
/Linux-v4.19/drivers/staging/greybus/tools/ |
D | Makefile | 2 ifeq ($(strip $(V)), 1)
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | Makefile | 9 ifeq ($(strip $(STATIC)),true)
|