Lines Matching refs:SRC
38 SRC="$(pwd)"
93 local rel_file="${file#"$SRC"/}"
107 mv -f "$STASH_DIR/$file" "$SRC/$file" || warn "can't restore file: $file"
304 local file="$SRC/scripts/setlocalversion"
309 kernelrelease="$(cd "$SRC" && make syncconfig &>/dev/null && make -s kernelrelease)"
370 …output=$(patch -d "$SRC" -p1 --dry-run --no-backup-if-mismatch -r /dev/null "${extra_args[@]}" < "…
379 patch -d "$SRC" -p1 --no-backup-if-mismatch -r /dev/null "${extra_args[@]}" --silent < "$patch"
387 patch -d "$SRC" -p1 -R --silent --no-backup-if-mismatch -r /dev/null < "$patch"
425 [[ ! "$SRC" -ef "$SCRIPT_DIR/../.." ]] && die "please run from the kernel root directory"
457 ( cd "$SRC" && echo "${input_files[@]}" | xargs cp --parents --target-directory="$tmpdir/a" )
461 ( cd "$SRC" && echo "${output_files[@]}" | xargs cp --parents --target-directory="$tmpdir/b" )
506 cd "$SRC"
546 cd "$SRC"
654 cmd=("$SRC/tools/objtool/objtool")
706 cmd=("$SRC/tools/objtool/objtool")
748 cp -f "$SRC/scripts/livepatch/init.c" "$KMOD_DIR"
791 cd "$SRC"
806 "$SRC/tools/objtool/objtool" klp post-link "$kmod_file" || die "objtool klp post-link failed"