Home
last modified time | relevance | path

Searched full:grep (Results 1 – 25 of 128) sorted by relevance

123456

/Documentation/features/scripts/
Dfeatures-refresh.sh6 F=$(grep "^# Kconfig:" "$F_FILE" | cut -c26-)
47 K_GREP=$(grep "$K" $K_FILES)
58 grep "^#" $F_FILE > $T_FILE
65 K_GREP=$(grep "$K" $K_FILES)
87 S=$(grep -v "^#" "$F_FILE" | grep " $ARCH:")
/Documentation/admin-guide/aoe/
Dstatus.sh15 #test -z "`mount | grep sysfs`" && {
21 for d in `ls -d $sysd/block/etherd* 2>/dev/null | grep -v p` end; do
Dautoload.sh12 grep major-152 $f >/dev/null
Dudev.txt10 # bash# grep udev_rules= /etc/udev/udev.conf
/Documentation/target/
Dtarget-export-device41 lsmod | grep -q configfs || modprobe configfs
42 lsmod | grep -q target_core_mod || modprobe target_core_mod
43 mount | grep -q ^configfs || mount -t configfs none $CONFIGFS
/Documentation/security/
Dsak.rst57 # ls -l /proc/[0-9]*/fd/* | grep console
62 # ps aux|grep 579
/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-caps17 grep . /sys/bus/event_source/devices/cpu/caps/*
/Documentation/devicetree/bindings/arm/
Dapple.yaml45 $ ioreg -d2 -l | grep target-type
61 $ ioreg -n arm-io | grep compatible
/Documentation/trace/coresight/
Dcoresight-dummy.rst30 $ ls -l /sys/bus/coresight/devices | grep dummy
/Documentation/translations/zh_TW/admin-guide/
Dinit.rst39 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些庫。
/Documentation/translations/zh_CN/admin-guide/
Dinit.rst36 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些库。
/Documentation/trace/
Duprobetracer.rst112 # cat /proc/`pgrep zsh`/maps | grep /bin/zsh | grep r-xp
114 # objdump -T /bin/zsh | grep -w zfree
Devents-nmi.rst26 $ grep perf_event_nmi_handler /proc/kallsyms
/Documentation/arch/powerpc/
Dimc.rst187 # grep PMI /proc/interrupts
191 # grep PMI /proc/interrupts
195 # grep PMI /proc/interrupts
/Documentation/admin-guide/sysctl/
Dabi.rst10 .. $(git grep -l register_sysctl_)
/Documentation/admin-guide/nfs/
Dpnfs-block-server.rst38 grep "Unit serial number:" | \
/Documentation/translations/zh_CN/doc-guide/
Dkernel-doc.rst486 $(git grep -l '/\*\*' -- :^Documentation :^tools) \
493 $(git grep -l '/\*\*' -- . ':!Documentation' ':!tools') \
497 $(git grep -l '/\*\*' -- . ":(exclude)Documentation" ":(exclude)tools") \
/Documentation/admin-guide/media/
Dfimc.rst134 You can either grep through the kernel log to find relevant information, i.e.
138 # dmesg | grep -i fimc
/Documentation/dev-tools/
Dautofdo.rst134 $ cat proc/cpuinfo | grep " brs"
138 $ cat proc/cpuinfo | grep amd_lbr_v2
/Documentation/translations/it_IT/locking/
Dlocktorture.rst18 filtrate l'output con ``grep "torture"``). La verifica inizia quando
172 dmesg | grep torture:
/Documentation/translations/zh_CN/core-api/irq/
Dirq-affinity.rst45 [root@moon 44]# cat /proc/interrupts | grep 'CPU\|44:'
/Documentation/admin-guide/
Dinit.rst25 broken. Use ``readelf -d <INIT>|grep NEEDED`` to find out which libraries
/Documentation/admin-guide/perf/
Darm-ccn.rst51 / # perf list | grep ccn
/Documentation/hwmon/
Dabituguru3.rst75 include the output of: `dmesg | grep abituguru`
/Documentation/admin-guide/laptops/
Dlaptop-mode.rst473 if echo "$FSTAB_OPTS" | grep "$OPT" > /dev/null ; then
475 if echo "$FSTAB_OPTS" | grep "no$OPT" > /dev/null ; then
507 if echo "$FSTAB_OPTS" | grep "$OPT=" > /dev/null ; then
525 grep -v '^#' |
749 ACTION="`cat $BATT_INFO | grep charging | cut -c 26-`"
752 … PRESENT_RATE=`cat $BATT_INFO | grep "present rate:" | sed "s/.* \([0-9][0-9]* \).*/\1/" `
753 … REMAINING=`cat $BATT_INFO | grep "remaining capacity:" | sed "s/.* \([0-9][0-9]* \).*/\1/" `

123456