/linux-6.1.9/drivers/comedi/drivers/ni_routing/tools/ |
D | csv_collection.py | 20 strip = lambda s:s.strip() function 22 strip = lambda s:s function 32 r[key]:{f:strip(c) for f,c in r.items() 34 strip(c)[:1] not in ['', C]}
|
/linux-6.1.9/scripts/ |
D | Makefile.modinst | 49 strip-option := --strip-debug 51 strip-option := $(INSTALL_MOD_STRIP) 55 cmd_strip = $(STRIP) $(strip-option) $@ 82 $(call cmd,strip)
|
D | spdxcheck.py | 65 lid = l.split(':')[1].strip().upper() 72 exception = l.split(':')[1].strip().upper() 76 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 163 tok.value = tok.value.strip() 210 expr = line.split(':')[1].strip() 212 if line.strip().endswith('*/'): 213 expr = expr.rstrip('*/').strip() 215 if line.strip().endswith('-->'): 216 expr = expr.rstrip('-->').strip() 219 expr = expr.rstrip('\"').strip() [all …]
|
D | Makefile.compiler | 62 …) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(…
|
D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
D | decodecode | 85 ${CROSS_COMPILE}strip $t.o 93 ${CROSS_COMPILE}strip $t.o
|
D | Makefile.build | 81 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 210 cmd_record_mcount = $(if $(findstring $(strip $(CC_FLAGS_FTRACE)),$(_c_flags)), \ 467 $(patsubst %$(strip $(1)),%$(sfx), \ 468 $(filter %$(strip $(1)), $(targets)))) 528 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
/linux-6.1.9/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-6.1.9/arch/loongarch/boot/ |
D | Makefile | 8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S 9 OBJCOPYFLAGS_vmlinux.efi := -O binary $(strip-flags) 16 $(call if_changed,strip)
|
/linux-6.1.9/arch/powerpc/boot/ |
D | .gitignore | 15 kernel-vmlinux.strip.c 16 kernel-vmlinux.strip.gz 24 vmlinux.strip
|
D | zImage.lds.S | 64 .kernel:vmlinux.strip : 67 *(.kernel:vmlinux.strip)
|
D | zImage.coff.lds.S | 28 *(.kernel:vmlinux.strip)
|
/linux-6.1.9/arch/microblaze/boot/ |
D | Makefile | 34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE 35 $(call if_changed,strip)
|
/linux-6.1.9/tools/power/acpi/ |
D | Makefile.config | 74 ifeq ($(strip $(V)),false) 83 ifeq ($(strip $(DEBUG)),true)
|
/linux-6.1.9/tools/perf/scripts/python/ |
D | mem-phys-addr.py | 35 if m[2].strip() == 'System RAM': 38 if m[2].strip() == 'Persistent Memory':
|
/linux-6.1.9/arch/sparc/boot/ |
D | Makefile | 35 $(call if_changed,strip) 67 $(call if_changed,strip)
|
/linux-6.1.9/tools/scripts/ |
D | Makefile.include | 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 92 LLVM_STRIP ?= llvm-strip
|
/linux-6.1.9/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-6.1.9/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 68 u64 strip, struct MR_DRV_RAID_MAP_ALL *map); 487 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument 501 if (strip > span_set->data_strip_end) in get_row_from_strip() 504 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip() 552 u64 strip; in get_strip_from_row() local 571 strip = mega_div64_32 in get_strip_from_row() 575 strip *= span_set->span_row_data_width; in get_strip_from_row() 576 strip += span_set->data_strip_start; in get_strip_from_row() 577 strip += span_set->strip_offset[span]; in get_strip_from_row() 578 return strip; in get_strip_from_row() [all …]
|
/linux-6.1.9/tools/perf/util/ |
D | setup.py | 63 ext_sources = [f.strip() for f in open('util/python-ext-sources') 64 if len(f.strip()) > 0 and f[0] != '#']
|
/linux-6.1.9/tools/power/pm-graph/ |
D | bootgraph.py | 76 self.kernel = self.kernelVersion(fp.read().strip()) 111 func = i.strip() 199 self.kparams = open('/proc/cmdline', 'r').read().strip() 398 m = re.match(tp.ftrace_line_fmt, line.strip()) 461 tracer = sysvals.fgetVal('current_tracer').strip() 775 line = line.strip() 778 opt = line.split('=')[0].strip() 780 cmdline = line.split('=', 1)[1].strip('\\') 784 cmdline += line.strip('\\') 792 val = cmdline.strip() [all …]
|
/linux-6.1.9/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-6.1.9/tools/build/ |
D | Makefile.build | 83 cmd_ld_multi = $(if $(strip $(obj-y)),\ 87 cmd_host_ld_multi = $(if $(strip $(obj-y)),\
|
D | Build.include | 32 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 75 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 82 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
/linux-6.1.9/drivers/staging/greybus/tools/ |
D | Makefile | 2 ifeq ($(strip $(V)), 1)
|