Searched refs:sed (Results 226 - 250 of 254) sorted by relevance

1234567891011

/linux-master/tools/testing/selftests/kmod/
H A Dkmod.sh565 local field_num=$(echo $1 | sed 's/^0*//')
/linux-master/drivers/dma/ioat/
H A Ddma.h174 * @sed: pointer to super extended descriptor sw desc
193 struct ioat_sed_ent *sed; member in struct:ioat_ring_ent
/linux-master/tools/testing/selftests/hid/
H A DMakefile175 | sed -n '/<...> search starts here:/,/End of search list./{ s| \(/.*\)|-idirafter \1|p }') \
/linux-master/tools/perf/tests/shell/
H A Dlock_contention.sh185 test_lock_filter_type=$(head -1 "${result}" | awk '{ print $8 }' | sed -e 's/:.*//')
/linux-master/arch/loongarch/
H A DMakefile149 sed -e "s/^\#define /-D'/" -e "s/ /'='/" -e "s/$$/'/" -e 's/\$$/&&/g')
/linux-master/arch/x86/
H A DMakefile6 ifeq ($(shell uname -m | sed -e 's/i.86/i386/'),i386)
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest244 # busybox sed implementation doesn't accept "\x1B", so use [:cntrl:] instead.
245 sed -E "s/[[:cntrl:]]\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"
/linux-master/drivers/scsi/
H A Dses.c452 struct ses_host_edev *sed = data;
460 if (sdev->host != sed->shost)
463 sed->edev = edev;
H A DMakefile194 cmd_bflags = sed -n 's/.*define *BLIST_\([A-Z0-9_]*\) *.*/BLIST_FLAG_NAME(\1),/p' $< > $@
/linux-master/samples/bpf/
H A DMakefile357 | sed -n '/<...> search starts here:/,/End of search list./{ s| \(/.*\)|-idirafter \1|p }') \
358 $(shell $(1) -dM -E - </dev/null | grep '#define __riscv_xlen ' | sed 's/#define /-D/' | sed 's/ /=/')
/linux-master/arch/powerpc/boot/
H A DMakefile198 cmd_copy_kern_src = sed -f $(srctree)/arch/powerpc/boot/fixup-headers.sed $< > $@
493 sed -i $@ -e 's%^object=.*%object=$(WRAPPER_OBJDIR)%' \
/linux-master/tools/testing/selftests/bpf/
H A DMakefile397 | sed -n '/<...> search starts here:/,/End of search list./{ s| \(/.*\)|-idirafter \1|p }') \
577 sed -n -E 's/^void (serial_)?test_([a-zA-Z0-9_]+)\((void)?\).*/DEFINE_TEST(\2)/p' \
692 ls *.c 2> /dev/null | sed -e 's@\(.*\)@#include \"\1\"@'; \
/linux-master/tools/testing/selftests/ntb/
H A Dntb_test.sh317 sed -n "s/^\(${KEY}\)[ \t]*\(0x[0-9a-fA-F]*\)\(\[p\]\)\?$/\2/p"
/linux-master/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh582 sed -n '1p')
H A Dbridge_mdb_max.sh158 local IPstr=$(echo ${IPs[@]} | tr '[:space:]' , | sed 's/,$//')
175 local br_locus=$(echo "$locus" | sed 's/^dev /port /')
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh265 grep "${2}" | sed -n 's/.*\('"${1}"':\)\([0-9a-f:.]*\).*$/\2/p;q'
/linux-master/tools/testing/selftests/sysctl/
H A Dsysctl.sh919 echo $1 | sed 's/^0*//'
/linux-master/scripts/
H A DMakefile.build333 $(NM) $@ | sed -n 's/.* __export_symbol_\(.*\)/EXPORT_SYMBOL(\1);/p' ; } | \
/linux-master/tools/testing/selftests/net/
H A Dfib_nexthops.sh271 | sed s/idle_time\ [0-9.]*\ // 2>/dev/null)
293 out=$($IP -6 route ls match ${pfx} 2>/dev/null | sed -e 's/pref medium//')
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh61 out=$($IP nexthop show ${nharg} | sed -e 's/ *$//')
/linux-master/tools/perf/
H A DMakefile.perf247 sed -e 's/.\+ \([0-9]\+\).\([0-9]\+\).\([0-9]\+\)/\1\2\3/g') \< 060), 1)
1103 | sed -n '/<...> search starts here:/,/End of search list./{ s| \(/.*\)|-idirafter \1|p }') \
H A DMakefile.config210 ifeq ($(shell expr $(shell $(BISON) --version | grep bison | sed -e 's/.\+ \([0-9]\+\).\([0-9]\+\).\([0-9]\+\)/\1\2\3/g') \>\= 371), 1)
691 CLANG_VERSION := $(shell $(CLANG) --version | head -1 | sed 's/.*clang version \([[:digit:]]\+.[[:digit:]]\+.[[:digit:]]\+\).*/\1/g')
1125 JDIR=$(shell /usr/sbin/alternatives --display java | tail -1 | cut -d' ' -f 5 | sed -e 's%/jre/bin/java.%%g' -e 's%/bin/java.%%g')
/linux-master/arch/mips/
H A DMakefile349 sed -e "s/^\#define /-D'/" -e "s/ /'='/" -e "s/$$/'/" -e 's/\$$/&&/g')
/linux-master/drivers/nvme/host/
H A Dnvme.h14 #include <linux/sed-opal.h>
/linux-master/block/
H A Dsed-opal.c19 #include <uapi/linux/sed-opal.h>
20 #include <linux/sed-opal.h>
21 #include <linux/sed-opal-key.h>
1321 /* sed-opal UIDs can be split in two halves:

Completed in 408 milliseconds

1234567891011