Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 76) sorted by relevance

1234

/Linux-v4.19/tools/hv/
Dlsvmbus62 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.gitignore14 kernel-vmlinux.strip.c
15 kernel-vmlinux.strip.gz
22 vmlinux.strip
DzImage.lds.S56 .kernel:vmlinux.strip :
59 *(.kernel:vmlinux.strip)
DzImage.coff.lds.S28 *(.kernel:vmlinux.strip)
/Linux-v4.19/scripts/
Dspdxcheck.py48 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('/'):
DKbuild.include79 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 …]
DMakefile.lib45 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)))))))
DMakefile.clean70 ifneq ($(strip $(__clean-files)),)
73 ifneq ($(strip $(__clean-dirs)),)
Ddecodecode71 ${CROSS_COMPILE}strip $1.o
79 ${CROSS_COMPILE}strip $1.o
Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
62 sub strip { subroutine
DMakefile.build67 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/
DMakefile37 $(call if_changed,strip,.strip)
/Linux-v4.19/tools/perf/util/
Dsetup.py48 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/
DMakefile.config77 ifeq ($(strip $(V)),false)
86 ifeq ($(strip $(DEBUG)),true)
/Linux-v4.19/tools/perf/scripts/python/
Dmem-phys-addr.py33 if m[2].strip() == 'System RAM':
36 if m[2].strip() == 'Persistent Memory':
/Linux-v4.19/arch/sparc/boot/
DMakefile35 $(call if_changed,strip)
67 $(call if_changed,strip)
/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c81 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/
Dbootgraph.py71 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/
DMakefile22 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/
Dcdomain.py85 arglist = arglist.strip()
90 arglist = [a.strip() for a in arglist.split(",")]
/Linux-v4.19/tools/build/
DBuild.include32 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)), \
DMakefile.build83 cmd_ld_multi = $(if $(strip $(obj-y)),\
87 cmd_host_ld_multi = $(if $(strip $(obj-y)),\
/Linux-v4.19/tools/perf/Documentation/
Dperf-inject.txt53 --strip::
54 Use with --itrace to strip out non-synthesized events.
/Linux-v4.19/drivers/staging/greybus/tools/
DMakefile2 ifeq ($(strip $(V)), 1)
/Linux-v4.19/tools/power/cpupower/bench/
DMakefile9 ifeq ($(strip $(STATIC)),true)

1234