/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/tools/ |
D | csv_collection.py | 21 strip = lambda s:s.strip() function 23 strip = lambda s:s 33 r[key]:{f:strip(c) for f,c in r.items() 35 strip(c)[:1] not in ['', C]}
|
/Linux-v5.4/scripts/ |
D | spdxcheck.py | 49 lid = l.split(':')[1].strip().upper() 56 exception = l.split(':')[1].strip().upper() 60 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 133 tok.value = tok.value.strip() 179 expr = line.split(':')[1].strip() 181 if line.strip().endswith('*/'): 182 expr = expr.rstrip('*/').strip() 185 expr = expr.rstrip('\"').strip() 217 for p in path.strip('/').split('/'):
|
D | Makefile.lib | 45 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 46 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 55 real-obj-y := $(foreach m, $(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-))),$($(… 56 real-obj-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-m)) $($(… 202 $(addprefix $(obj)/, $(foreach s, $3, $($(m:%$(strip $2)=%$(s)))))))
|
D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
D | decodecode | 78 ${CROSS_COMPILE}strip $1.o 86 ${CROSS_COMPILE}strip $1.o
|
D | Makefile.build | 64 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 69 ifneq ($(strip $(real-obj-y) $(need-builtin)),) 189 cmd_record_mcount = $(if $(findstring $(strip $(CC_FLAGS_FTRACE)),$(_c_flags)), \ 456 $(patsubst %$(strip $(1)),%$(sfx), \ 457 $(filter %$(strip $(1)), $(targets)))) 535 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
D | Kbuild.include | 136 …Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(… 199 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 200 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 202 cmd-check = $(if $(strip $(cmd_$@)),,1) 272 echo-why = $(call escsq, $(strip $(why))) 282 # This is no use for dependencies or $(wildcard). We need to strip the 299 # enough. It'll strip the quotes in the common case where there's no
|
/Linux-v5.4/tools/hv/ |
D | lsvmbus | 64 vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip() 65 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip() 66 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip() 70 chn_vp_mapping = [c.strip() for c in chn_vp_mapping]
|
/Linux-v5.4/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-v5.4/arch/microblaze/boot/ |
D | Makefile | 34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE 35 $(call if_changed,strip)
|
/Linux-v5.4/tools/power/acpi/ |
D | Makefile.config | 74 ifeq ($(strip $(V)),false) 83 ifeq ($(strip $(DEBUG)),true)
|
/Linux-v5.4/tools/perf/scripts/python/ |
D | mem-phys-addr.py | 35 if m[2].strip() == 'System RAM': 38 if m[2].strip() == 'Persistent Memory':
|
/Linux-v5.4/tools/perf/util/ |
D | setup.py | 53 ext_sources = [f.strip() for f in open('util/python-ext-sources') 54 if len(f.strip()) > 0 and f[0] != '#']
|
/Linux-v5.4/arch/sparc/boot/ |
D | Makefile | 35 $(call if_changed,strip) 67 $(call if_changed,strip)
|
/Linux-v5.4/tools/cgroup/ |
D | iocost_coef_gen.py | 64 devname = os.path.basename(devname).decode('utf-8').strip() 143 elevator = re.sub(r'.*\[(.*)\].*', r'\1', f.read().strip()) 145 nomerges = f.read().strip()
|
/Linux-v5.4/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 68 u64 strip, struct MR_DRV_RAID_MAP_ALL *map); 485 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument 499 if (strip > span_set->data_strip_end) in get_row_from_strip() 502 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip() 550 u64 strip; in get_strip_from_row() local 569 strip = mega_div64_32 in get_strip_from_row() 573 strip *= span_set->span_row_data_width; in get_strip_from_row() 574 strip += span_set->data_strip_start; in get_strip_from_row() 575 strip += span_set->strip_offset[span]; in get_strip_from_row() 576 return strip; in get_strip_from_row() [all …]
|
/Linux-v5.4/tools/power/pm-graph/ |
D | bootgraph.py | 76 val = fp.read().strip() 109 func = i.strip() 197 self.kparams = open('/proc/cmdline', 'r').read().strip() 396 m = re.match(tp.ftrace_line_fmt, line.strip()) 459 tracer = sysvals.fgetVal('current_tracer').strip() 773 line = line.strip() 776 opt = line.split('=')[0].strip() 778 cmdline = line.split('=', 1)[1].strip('\\') 782 cmdline += line.strip('\\') 790 val = cmdline.strip() [all …]
|
/Linux-v5.4/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-v5.4/Documentation/sphinx/ |
D | cdomain.py | 88 arglist = arglist.strip() 93 arglist = [a.strip() for a in arglist.split(",")]
|
/Linux-v5.4/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-v5.4/tools/perf/Documentation/ |
D | perf-inject.txt | 53 --strip:: 54 Use with --itrace to strip out non-synthesized events.
|
/Linux-v5.4/drivers/staging/greybus/tools/ |
D | Makefile | 2 ifeq ($(strip $(V)), 1)
|