/linux-4.4.14/scripts/ |
D | .docproc.cmd | 6 /usr/include/stdc-predef.h \ 7 /usr/include/stdio.h \ 8 /usr/include/features.h \ 9 /usr/include/i386-linux-gnu/sys/cdefs.h \ 10 /usr/include/i386-linux-gnu/bits/wordsize.h \ 11 /usr/include/i386-linux-gnu/gnu/stubs.h \ 12 /usr/include/i386-linux-gnu/gnu/stubs-32.h \ 13 /usr/lib/gcc/i686-linux-gnu/4.8/include/stddef.h \ 14 /usr/include/i386-linux-gnu/bits/types.h \ 15 /usr/include/i386-linux-gnu/bits/typesizes.h \ [all …]
|
D | .check-lc_ctype.cmd | 6 /usr/include/stdc-predef.h \ 7 /usr/include/locale.h \ 8 /usr/include/features.h \ 9 /usr/include/i386-linux-gnu/sys/cdefs.h \ 10 /usr/include/i386-linux-gnu/bits/wordsize.h \ 11 /usr/include/i386-linux-gnu/gnu/stubs.h \ 12 /usr/include/i386-linux-gnu/gnu/stubs-32.h \ 13 /usr/lib/gcc/i686-linux-gnu/4.8/include/stddef.h \ 14 /usr/include/i386-linux-gnu/bits/locale.h \ 15 /usr/include/xlocale.h \
|
D | patch-kernel | 64 sourcedir=${1-/usr/src/linux} 71 source directory defaults to /usr/src/linux,
|
D | gfp-translate | 47 SOURCE=/usr/src/linux
|
D | gen_initramfs_list.sh | 310 usr/gen_init_cpio $timestamp ${cpio_list} > ${cpio_tfile}
|
/linux-4.4.14/scripts/basic/ |
D | .fixdep.cmd | 11 /usr/include/stdc-predef.h \ 12 /usr/include/i386-linux-gnu/sys/types.h \ 13 /usr/include/features.h \ 14 /usr/include/i386-linux-gnu/sys/cdefs.h \ 15 /usr/include/i386-linux-gnu/bits/wordsize.h \ 16 /usr/include/i386-linux-gnu/gnu/stubs.h \ 17 /usr/include/i386-linux-gnu/gnu/stubs-32.h \ 18 /usr/include/i386-linux-gnu/bits/types.h \ 19 /usr/include/i386-linux-gnu/bits/typesizes.h \ 20 /usr/include/time.h \ [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | .zconf.tab.o.cmd | 6 /usr/include/stdc-predef.h \ 7 /usr/include/ctype.h \ 8 /usr/include/features.h \ 9 /usr/include/i386-linux-gnu/sys/cdefs.h \ 10 /usr/include/i386-linux-gnu/bits/wordsize.h \ 11 /usr/include/i386-linux-gnu/gnu/stubs.h \ 12 /usr/include/i386-linux-gnu/gnu/stubs-32.h \ 13 /usr/include/i386-linux-gnu/bits/types.h \ 14 /usr/include/i386-linux-gnu/bits/typesizes.h \ 15 /usr/include/endian.h \ [all …]
|
D | .conf.o.cmd | 10 /usr/include/stdc-predef.h \ 11 /usr/include/locale.h \ 12 /usr/include/features.h \ 13 /usr/include/i386-linux-gnu/sys/cdefs.h \ 14 /usr/include/i386-linux-gnu/bits/wordsize.h \ 15 /usr/include/i386-linux-gnu/gnu/stubs.h \ 16 /usr/include/i386-linux-gnu/gnu/stubs-32.h \ 17 /usr/lib/gcc/i686-linux-gnu/4.8/include/stddef.h \ 18 /usr/include/i386-linux-gnu/bits/locale.h \ 19 /usr/include/xlocale.h \ [all …]
|
/linux-4.4.14/arch/mn10300/boot/ |
D | install.sh | 25 rm -fr $4/../usr/include/linux $4/../usr/include/asm 28 install -c -m 0755 -d $4/../usr/include/linux 31 install -c -m 0644 $i $4/../usr/include/linux 33 install -c -m 0755 -d $4/../usr/include/linux/byteorder 36 install -c -m 0644 $i $4/../usr/include/linux/byteorder 38 install -c -m 0755 -d $4/../usr/include/linux/lockd 41 install -c -m 0644 $i $4/../usr/include/linux/lockd 43 install -c -m 0755 -d $4/../usr/include/linux/netfilter_ipv4 46 install -c -m 0644 $i $4/../usr/include/linux/netfilter_ipv4 48 install -c -m 0755 -d $4/../usr/include/linux/nfsd [all …]
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | test | 2 /usr/src/linux-$(shell uname -r) \ 3 /usr/src/linux-$(shell uname -r | sed 's/-.*//') \ 4 # /usr/src/kernel-headers-$(shell uname -r) \ 5 # /usr/src/kernel-source-$(shell uname -r) \ 6 # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \ 7 # /usr/src/linux /home/plice
|
/linux-4.4.14/tools/power/cpupower/ |
D | Makefile | 73 bindir ?= /usr/bin 74 sbindir ?= /usr/sbin 75 mandir ?= /usr/man 76 includedir ?= /usr/include 77 libdir ?= /usr/lib 78 localedir ?= /usr/share/locale 79 docdir ?= /usr/share/doc/packages/cpupower 85 INSTALL = /usr/bin/install -c
|
D | README | 30 /usr/lib; cpupower, cpufreq-bench_plot.sh to put in /usr/bin; and 31 cpufreq-bench to put in /usr/sbin. If you want to set up the paths
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-isl1208.c | 203 isl1208_i2c_set_usr(struct i2c_client *client, u16 usr) in isl1208_i2c_set_usr() argument 207 buf[0] = usr & 0xff; in isl1208_i2c_set_usr() 208 buf[1] = (usr >> 8) & 0xff; in isl1208_i2c_set_usr() 242 int sr, dtr, atr, usr; in isl1208_rtc_proc() local 270 usr = isl1208_i2c_get_usr(client); in isl1208_rtc_proc() 271 if (usr >= 0) in isl1208_rtc_proc() 272 seq_printf(seq, "user_data\t: 0x%.4x\n", usr); in isl1208_rtc_proc() 581 int usr = isl1208_i2c_get_usr(to_i2c_client(dev)); in isl1208_sysfs_show_usr() local 582 if (usr < 0) in isl1208_sysfs_show_usr() 583 return usr; in isl1208_sysfs_show_usr() [all …]
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 28 elif [ -f /usr/include/ncursesw/curses.h ]; then 31 elif [ -f /usr/include/ncurses/ncurses.h ]; then 33 elif [ -f /usr/include/ncurses/curses.h ]; then 35 elif [ -f /usr/include/ncurses.h ]; then
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | Makefile | 12 HOSTCFLAGS_timestamping.o += -I$(objtree)/usr/include 13 HOSTCFLAGS_txtimestamp.o += -I$(objtree)/usr/include 14 HOSTCFLAGS_hwtstamp_config.o += -I$(objtree)/usr/include
|
/linux-4.4.14/samples/seccomp/ |
D | Makefile | 6 HOSTCFLAGS_bpf-fancy.o += -I$(objtree)/usr/include 8 HOSTCFLAGS_bpf-helper.o += -I$(objtree)/usr/include 12 HOSTCFLAGS_dropper.o += -I$(objtree)/usr/include 16 HOSTCFLAGS_bpf-direct.o += -I$(objtree)/usr/include
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | Makefile | 10 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include 19 install mpssd /usr/sbin/mpssd 20 install micctrl /usr/sbin/micctrl
|
D | mpss | 36 exec=/usr/sbin/mpssd
|
/linux-4.4.14/Documentation/prctl/ |
D | Makefile | 7 HOSTCFLAGS_disable-tsc-ctxt-sw-stress-test.o += -I$(objtree)/usr/include 8 HOSTCFLAGS_disable-tsc-on-off-stress-test.o += -I$(objtree)/usr/include 9 HOSTCFLAGS_disable-tsc-test.o += -I$(objtree)/usr/include
|
/linux-4.4.14/tools/power/acpi/ |
D | Makefile.config | 42 bindir ?= /usr/bin 43 sbindir ?= /usr/sbin 44 mandir ?= /usr/man 48 INSTALL = /usr/bin/install -c
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | Makefile | 3 CFLAGS = -Wall -I ../../../../usr/include $(EXTRA_CFLAGS) 17 userfaultfd: userfaultfd.c ../../../../usr/include/linux/kernel.h 20 ../../../../usr/include/linux/kernel.h:
|
/linux-4.4.14/Documentation/ |
D | mono.txt | 22 /usr/bin/mono (which could be located elsewhere, for example 23 /usr/local/bin/mono) is working. 50 # Replace /usr/bin/mono with the correct pathname to 51 # the Mono CLR runtime (usually /usr/local/bin/mono 53 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register 63 /usr/bin/xsd.exe
|
D | java.txt | 32 ':Java:M::\xca\xfe\xba\xbe::/usr/local/bin/javawrapper:' 34 ':ExecutableJAR:E::jar::/usr/local/bin/jarwrapper:' 36 ':Applet:E::html::/usr/bin/appletviewer:' 38 ':Applet:M::<!--applet::/usr/bin/appletviewer:' 41 document match the Debian 2.1 system. (i.e. jdk installed in /usr, 42 custom wrappers from this document in /usr/local) 55 and stick it to /usr/local/bin. 62 # /usr/local/bin/javawrapper - the wrapper for binfmt_misc/java 71 FQCLASS=`/usr/local/bin/javaclassname $1` 146 /usr/bin/java $FQCLASS "$@" [all …]
|
D | binfmt_misc.txt | 51 in /usr/local/bin), then the kernel will execute /bin/foo with 52 argv[] set to ["/bin/foo", "/usr/local/bin/blah", "blah"]. The 53 interp has to be aware of this so it can execute /usr/local/bin/blah 96 echo ':DEXE:M::\x0eDEX::/usr/bin/dosexec:' > register 99 echo ':DOSWin:M::MZ::/usr/local/bin/wine:' > register
|
D | dynamic-debug-howto.txt | 62 /usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svc_rdma.c:323 [svcxprt_rdma]svc_rdm… 63 /usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svc_rdma.c:341 [svcxprt_rdma]svc_rdm… 64 /usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svc_rdma.c:340 [svcxprt_rdma]svc_rdm… 65 /usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svc_rdma.c:338 [svcxprt_rdma]svc_rdm… 85 /usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svcsock.c:1603 [sunrpc]svc_send p "s… 161 file /usr/src/packages/BUILD/sgi-enhancednfs-1.4/default/net/sunrpc/svcsock.c
|
D | email-clients.txt | 262 option to gvim by putting "/usr/bin/gvim -f" (if the binary is in 263 /usr/bin) to the text editor field in "external editor" settings. If you
|
D | oops-tracing.txt | 66 gdb /usr/src/linux/vmlinux 105 cd /usr/src/linux
|
D | kernel-doc-nano-HOWTO.txt | 175 #!/usr/bin/perl
|
/linux-4.4.14/Documentation/spi/ |
D | Makefile | 7 HOSTCFLAGS_spidev_test.o += -I$(objtree)/usr/include 8 HOSTCFLAGS_spidev_fdx.o += -I$(objtree)/usr/include
|
/linux-4.4.14/Documentation/kbuild/ |
D | headers_install.txt | 13 installed at the default location /usr/include and the kernel headers in 14 subdirectories under that (most notably /usr/include/linux and 15 /usr/include/asm). 27 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr 37 "./usr".
|
D | kbuild.txt | 170 $(objtree)/usr
|
D | makefiles.txt | 679 HOST_EXTRACFLAGS += -I/usr/include/ncurses 1315 usr/include/asm
|
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 9 install x86_energy_perf_policy ${DESTDIR}/usr/bin/ 10 install x86_energy_perf_policy.8 ${DESTDIR}/usr/share/man/man8/
|
/linux-4.4.14/arch/ia64/ |
D | install.sh | 40 test -x /usr/sbin/elilo && /usr/sbin/elilo
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 169 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module) 171 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module 175 $OBJCOPY --add-gnu-debuglink=$dbg_dir/usr/lib/debug/$module $tmpdir/$module 275 License version 2 can be found in \`/usr/share/common-licenses/GPL-2'. 386 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/ 387 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/ 389 mkdir -p $dbg_dir/usr/lib/debug/boot/ 390 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version 392 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | ptrace.c | 86 ONEXT(®s->usr, usr); in genregs_get() 135 INEXT(®s->usr, usr); in genregs_set()
|
D | signal.c | 61 err |= __put_user(regs->usr, &sc->sc_regs.usr); in setup_sigcontext() 91 err |= __get_user(regs->usr, &sc->sc_regs.usr); in restore_sigcontext()
|
D | vm_entry.S | 82 R14 = usr; \ 144 usr = R14; } \ 180 usr = R14; } \ 245 R0 = usr; \ 251 usr = R0; \
|
D | vm_events.c | 46 regs->gp, regs->ugp, regs->usr); in show_regs()
|
D | kgdb.c | 65 { "usr", GDB_SIZEOF_REG, offsetof(struct pt_regs, usr)},
|
/linux-4.4.14/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 7 bindir = /usr/bin 9 INSTALL = /usr/bin/install
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | idmapper.txt | 31 create id_resolver * * /usr/sbin/nfs.idmap %k %d 600 33 This will direct all id_resolver requests to the program /usr/sbin/nfs.idmap. 35 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout 51 create id_resolver * * /usr/sbin/nfs.idmap %k %d 600 56 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
|
D | nfs.txt | 111 cut=/usr/bin/cut 112 getent=/usr/bin/getent
|
/linux-4.4.14/net/tipc/ |
D | msg.h | 356 int usr = msg_user(m); in msg_importance() local 358 if (likely((usr <= TIPC_CRITICAL_IMPORTANCE) && !msg_errcode(m))) in msg_importance() 359 return usr; in msg_importance() 360 if ((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER)) in msg_importance() 367 int usr = msg_user(m); in msg_set_importance() local 369 if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) in msg_set_importance()
|
D | node.c | 1093 int usr = msg_user(hdr); in tipc_node_bc_rcv() local 1100 if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) in tipc_node_bc_rcv() 1149 int usr = msg_user(hdr); in tipc_node_check_state() local 1166 if (likely((state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) in tipc_node_check_state() 1193 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state() 1197 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state() 1224 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state() 1255 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state() 1257 if (usr == LINK_PROTOCOL) in tipc_node_check_state() 1278 int usr = msg_user(hdr); in tipc_rcv() local [all …]
|
D | udp_media.c | 227 int usr = msg_user(buf_msg(skb)); in tipc_udp_recv() local 229 if ((usr == LINK_PROTOCOL) || (usr == NAME_DISTRIBUTOR)) in tipc_udp_recv()
|
D | link.c | 901 int usr = msg_user(hdr); in tipc_link_input() local 906 if (unlikely(usr == TUNNEL_PROTOCOL)) { in tipc_link_input() 920 usr = msg_user(hdr); in tipc_link_input() 924 if (usr == MSG_BUNDLER) { in tipc_link_input() 932 } else if (usr == MSG_FRAGMENTER) { in tipc_link_input() 942 } else if (usr == BCAST_PROTOCOL) { in tipc_link_input()
|
D | socket.c | 1657 int usr = msg_user(hdr); in filter_rcv() local 1664 if (unlikely(usr == SOCK_WAKEUP)) { in filter_rcv()
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | Makefile | 7 bindir = /usr/bin 9 INSTALL = /usr/bin/install
|
/linux-4.4.14/Documentation/filesystems/ |
D | sharedsubtree.txt | 217 and if /usr has a versioning filesystem mounted, then that 218 mount appears at /view/v1/usr, /view/v2/usr, /view/v3/usr and 219 /view/v4/usr too 221 A user can request v3 version of the file /usr/fs/namespace.c 222 by accessing /view/v3/usr/fs/namespace.c . The underlying 674 tmp usr 690 tmp usr 694 tmp usr 708 tmp usr 712 tmp usr tmp usr [all …]
|
D | ramfs-rootfs-initramfs.txt | 102 linked into the linux kernel image. (The directory linux-*/usr is devoted 138 and living in usr/Kconfig) can be used to specify a source for the 155 Run "usr/gen_init_cpio" (after the kernel build) to get a usage message 166 creates a configuration file from that directory (usr/Makefile calls 168 using the config file (by feeding it to usr/gen_init_cpio, which is created 169 from usr/gen_init_cpio.c). The kernel's build-time cpio creation code is 309 explained in buffer-format.txt, created in usr/gen_init_cpio.c, and
|
D | cramfs.txt | 48 For /usr/share/magic
|
D | proc.txt | 535 00400000 default file=/usr/local/bin/app mapped=1 active=0 N3=1 kernelpagesize_kB=4 536 00600000 default file=/usr/local/bin/app anon=1 dirty=1 N3=1 kernelpagesize_kB=4 1416 review the kernel documentation in the directory /usr/src/linux/Documentation. 1836 | lr-------- 1 root root 64 Jan 27 11:24 333c600000-333c620000 -> /usr/lib64/ld-2.18.so 1837 | lr-------- 1 root root 64 Jan 27 11:24 333c81f000-333c820000 -> /usr/lib64/ld-2.18.so 1838 | lr-------- 1 root root 64 Jan 27 11:24 333c820000-333c821000 -> /usr/lib64/ld-2.18.so 1840 | lr-------- 1 root root 64 Jan 27 11:24 35d0421000-35d0422000 -> /usr/lib64/libselinux.so.1 1841 | lr-------- 1 root root 64 Jan 27 11:24 400000-41a000 -> /usr/bin/ls
|
D | ext2.txt | 369 The kernel source file:/usr/src/linux/fs/ext2/
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | MIXART.txt | 84 /usr/bin/mixartloader 85 (for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to 88 The firmware binaries are installed on /usr/share/alsa/firmware 89 (or /usr/local/share/alsa/firmware, depending to the prefix option of
|
D | emu10k1-jack.txt | 27 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S
|
D | ALSA-Configuration.txt | 2051 install snd-vx222 /sbin/modprobe --first-time -i snd-vx222 && /usr/bin/vxloader 2053 (for 2.2/2.4 kernels, add "post-install /usr/bin/vxloader" to
|
/linux-4.4.14/tools/usb/usbip/ |
D | configure.ac | 51 [AC_MSG_ERROR([Missing /usr/include/libudev.h])]) 89 [where usb.ids is found (default /usr/share/hwdata/)])], 90 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
|
D | INSTALL | 107 `/usr/local/bin', include files under `/usr/local/include', etc. You 108 can specify an installation prefix other than `/usr/local' by giving 191 ./configure CC=/usr/local2/bin/gcc
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | Kbuild.asm | 2 # Headers that are optional in usr/include/asm/ 9 # Headers that are mandatory in usr/include/asm/
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | sun4i-a10-marsboard.dts | 69 label = "marsboard:red1:usr"; 74 label = "marsboard:red2:usr"; 79 label = "marsboard:red3:usr"; 84 label = "marsboard:red4:usr";
|
D | sun7i-a20-cubietruck.dts | 71 label = "cubietruck:blue:usr"; 76 label = "cubietruck:orange:usr"; 81 label = "cubietruck:white:usr"; 86 label = "cubietruck:green:usr";
|
D | sun6i-a31s-sinovoip-bpi-m2.dts | 66 label = "bpi-m2:blue:usr"; 71 label = "bpi-m2:green:usr"; 76 label = "bpi-m2:red:usr";
|
D | sun4i-a10-a1000.dts | 70 label = "a1000:red:usr"; 75 label = "a1000:blue:usr";
|
D | imx6qdl-rex.dtsi | 62 led0: usr { 63 label = "usr";
|
D | sun7i-a20-cubieboard2.dts | 71 label = "cubieboard2:blue:usr"; 76 label = "cubieboard2:green:usr";
|
D | sun9i-a80-optimus.dts | 73 label = "optimus:led2:usr"; 80 label = "optimus:led4:usr";
|
D | sun4i-a10-cubieboard.dts | 69 label = "cubieboard:blue:usr"; 74 label = "cubieboard:green:usr";
|
D | sun7i-a20-i12-tvbox.dts | 69 label = "i12_tvbox:red:usr"; 74 label = "i12_tvbox:blue:usr";
|
D | sun7i-a20-bananapro.dts | 69 label = "bananapro:blue:usr"; 74 label = "bananapro:green:usr";
|
D | sun7i-a20-orangepi-mini.dts | 71 label = "orangepi:green:usr"; 76 label = "orangepi:blue:usr";
|
D | omap3-devkit8000-common.dtsi | 35 usr { 39 linux,default-trigger = "usr";
|
D | sun5i-a10s-mk802.dts | 66 label = "mk802:red:usr";
|
D | sun5i-a10s-r7-tv-dongle.dts | 68 label = "r7-tv-dongle:green:usr";
|
D | sun6i-a31-i7.dts | 68 label = "i7:blue:usr";
|
D | sun6i-a31s-sina31s.dts | 62 label = "sina31s:status:usr";
|
D | sun6i-a31-m9.dts | 68 label = "m9:blue:usr";
|
D | sun5i-a10s-auxtek-t003.dts | 67 label = "t003-tv-dongle:red:usr";
|
D | sun5i-a10s-auxtek-t004.dts | 67 label = "t004-tv-dongle:red:usr";
|
D | sun6i-a31-mele-a1000g-quad.dts | 68 label = "m9:blue:usr";
|
D | sun7i-a20-m3.dts | 71 label = "m3:blue:usr";
|
D | sun4i-a10-olinuxino-lime.dts | 68 label = "a10-olinuxino-lime:green:usr";
|
D | sun4i-a10-jesurun-q5.dts | 70 label = "q5:green:usr";
|
D | sun7i-a20-olinuxino-lime.dts | 72 label = "a20-olinuxino-lime:green:usr";
|
D | sun7i-a20-olimex-som-evb.dts | 69 label = "a20-olimex-som-evb:green:usr";
|
D | sun5i-a10s-wobo-i5.dts | 69 label = "a10s-wobo-i5:blue:usr";
|
D | sun7i-a20-olinuxino-lime2.dts | 69 label = "a20-olinuxino-lime2:green:usr";
|
D | sun7i-a20-bananapi.dts | 73 label = "bananapi:green:usr";
|
D | sun7i-a20-olinuxino-micro.dts | 76 label = "a20-olinuxino-micro:green:usr";
|
D | sun5i-a10s-olinuxino-micro.dts | 73 label = "a10s-olinuxino-micro:green:usr";
|
D | sun7i-a20-orangepi.dts | 71 label = "orangepi:green:usr";
|
/linux-4.4.14/Documentation/accounting/ |
D | Makefile | 7 HOSTCFLAGS_getdelays.o += -I$(objtree)/usr/include
|
D | delay-accounting.txt | 106 bin data1 data3 data5 dev home media opt root srv sys usr
|
/linux-4.4.14/Documentation/pcmcia/ |
D | Makefile | 7 HOSTCFLAGS_crc32hash.o += -I$(objtree)/usr/include
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 55 usr/gen_init_cpio utility (run 'usr/gen_init_cpio --help' to get the 57 usr/gen_init_cpio. 73 usr/gen_init_cpio file directives are output. If a directory is 77 processed by usr/gen_init_cpio. 142 into initramfs either via modifying usr/gen_init_cpio.c or via the new
|
/linux-4.4.14/Documentation/ptp/ |
D | Makefile | 7 HOSTCFLAGS_testptp.o += -I$(objtree)/usr/include
|
D | testptp.mk | 20 INC = -I$(KBUILD_OUTPUT)/usr/include
|
/linux-4.4.14/Documentation/auxdisplay/ |
D | Makefile | 7 HOSTCFLAGS_cfag12864b-example.o += -I$(objtree)/usr/include
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | Makefile | 3 HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
|
/linux-4.4.14/tools/testing/selftests/membarrier/ |
D | Makefile | 1 CFLAGS += -g -I../../../../usr/include/
|
/linux-4.4.14/samples/uhid/ |
D | Makefile | 10 HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include
|
/linux-4.4.14/tools/testing/selftests/kcmp/ |
D | Makefile | 1 CFLAGS += -I../../../../usr/include/
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | cap11xx.txt | 62 usr@0 { 67 usr@1 {
|
/linux-4.4.14/samples/hidraw/ |
D | Makefile | 10 HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
|
/linux-4.4.14/tools/testing/selftests/powerpc/syscalls/ |
D | Makefile | 3 CFLAGS += -I../../../../../usr/include
|
/linux-4.4.14/tools/firewire/ |
D | Makefile | 1 prefix = /usr
|
/linux-4.4.14/Documentation/connector/ |
D | Makefile | 11 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
|
/linux-4.4.14/Documentation/firmware_class/ |
D | hotplug-script | 7 HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/
|
D | README | 74 HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | Makefile | 5 CFLAGS += -I../../../../usr/include/
|
/linux-4.4.14/tools/laptop/freefall/ |
D | Makefile | 1 PREFIX ?= /usr
|
/linux-4.4.14/tools/thermal/tmon/ |
D | Makefile | 3 BINDIR=usr/bin
|
/linux-4.4.14/tools/testing/selftests/powerpc/tm/ |
D | Makefile | 8 tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include
|
/linux-4.4.14/samples/bpf/ |
D | Makefile | 51 HOSTCFLAGS += -I$(objtree)/usr/include 53 HOSTCFLAGS_bpf_load.o += -I$(objtree)/usr/include -Wno-unused-variable
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | elf.h | 157 DEST.usr = REGS->usr; \
|
/linux-4.4.14/Documentation/vDSO/ |
D | Makefile | 11 HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
|
/linux-4.4.14/drivers/video/logo/ |
D | logo_m32r_clut224.ppm | 7 # convert - imagemagick: /usr/bin/convert
|
/linux-4.4.14/tools/testing/selftests/memfd/ |
D | Makefile | 5 CFLAGS += -I../../../../usr/include/
|
/linux-4.4.14/Documentation/scsi/ |
D | NinjaSCSI.txt | 37 [2] Get the Linux kernel source, and extract it to /usr/src. 41 $ cd /usr/src 49 $ cd /usr/src
|
D | scsi-generic.txt | 48 /usr/src/linux/include/scsi/sg.h file. Note that the glibc maintainers copy 50 in /usr/include/scsi/sg.h . Driver debugging information and other notes 51 can be found at the top of the /usr/src/linux/drivers/scsi/sg.c file.
|
D | BusLogic.txt | 546 replacing "/usr/src" with wherever you keep your Linux kernel source tree: 548 cd /usr/src
|
D | tmscsim.txt | 73 (Applying them: cd /usr/src; patch -p0 <~/dc390-120-kernel.diff)
|
/linux-4.4.14/tools/testing/selftests/ipc/ |
D | Makefile | 12 CFLAGS += -I../../../../usr/include/
|
/linux-4.4.14/arch/hexagon/include/uapi/asm/ |
D | user.h | 51 unsigned long usr; member
|
D | registers.h | 30 unsigned long usr; member
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | Makefile | 3 PREFIX := /usr
|
/linux-4.4.14/arch/x86/oprofile/ |
D | op_model_p4.c | 349 #define ESCR_SET_USR_0(escr, usr) ((escr) |= (((usr) & 1) << 2)) argument 351 #define ESCR_SET_USR_1(escr, usr) ((escr) |= (((usr) & 1))) argument
|
/linux-4.4.14/tools/virtio/ |
D | Makefile | 6 CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-stric…
|
/linux-4.4.14/tools/net/ |
D | Makefile | 1 prefix = /usr
|
/linux-4.4.14/arch/um/os-Linux/ |
D | Makefile | 16 HAVE_AIO_ABI := $(shell [ -r /usr/include/linux/aio_abi.h ] && \
|
/linux-4.4.14/Documentation/DocBook/ |
D | Makefile | 62 mkdir -p /usr/local/man/man9/ 65 xargs install -m 644 -t /usr/local/man/man9/
|
D | genericirq.xml.db | 52 API-kstat-irqs-usr
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 52 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/incl… 105 $(BUILD) -I/usr/include/slang -lslang
|
/linux-4.4.14/Documentation/networking/ |
D | dl2k.txt | 276 /usr/src/linux/include, which is the default include directory configured 278 /usr/src/include/linux and /usr/src/include/asm, that you can change the 279 INCLUDEDIR in Makefile to /usr/include without installing kernel source. 280 Note that RH 7.0 didn't provide correct header files in /usr/include,
|
D | eql.txt | 55 Unpack this archive someplace obvious like /usr/local/src/. It will 68 like say /usr/src/linux-1.1.92.eql. Use symbolic links to point 69 /usr/src/linux to this development directory. 76 cd /usr/src 77 patch </usr/local/src/eql-1.1/eql-1.1.patch
|
D | dns_resolver.txt | 56 create dns_resolver * * /usr/sbin/cifs.upcall %k 61 create dns_resolver foo:* * /usr/sbin/dns.foo %k
|
D | udplite.txt | 91 The socket API requires support through header files in /usr/include: 93 * /usr/include/netinet/in.h 96 * /usr/include/netinet/udplite.h
|
D | README.sb1000 | 79 do a `make cmconfig' and then `install -c cmconfig /usr/local/sbin'. Don't do 146 /usr/include/linux and /usr/include/asm header files. Make sure you
|
D | ray_cs.txt | 28 /usr/src/linux/drivers/net/pcmcia/ray_cs.c. Searching for module_param
|
D | packet_mmap.txt | 214 This structure is defined in /usr/include/linux/if_packet.h and establishes a 284 User space programs can include /usr/include/sys/user.h and 285 /usr/include/linux/mmzone.h to get PAGE_SIZE MAX_ORDER declarations.
|
D | cs89x0.txt | 352 "gcc -D__KERNEL__ -I/usr/src/linux/include -I/usr/src/linux/net/inet -Wall
|
D | ixgb.txt | 376 See the specific application manual and /usr/src/linux*/Documentation/
|
D | e1000.txt | 417 See the specific application manual and /usr/src/linux*/Documentation/
|
D | arcnet.txt | 200 cd /usr/src/linux/modules
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | snowball.conf | 15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
|
D | crosstests.conf | 78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
|
/linux-4.4.14/Documentation/zh_CN/ |
D | oops-tracing.txt | 74 gdb /usr/src/linux/vmlinux 103 cd /usr/src/linux
|
D | CodingStyle | 431 /usr/src/linux里的文件时魔术般自动打开linux-c-mode的话,你也可能需要添加 433 (setq auto-mode-alist (cons '("/usr/src/linux.*/.*\\.[ch]$" . linux-c-mode)
|
/linux-4.4.14/drivers/media/usb/ttusb-dec/ |
D | Kconfig | 18 download/extract them, and then copy them to /usr/lib/hotplug/firmware
|
/linux-4.4.14/Documentation/dvb/ |
D | ttusb-dec.txt | 44 Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
|
D | avermedia.txt | 149 it. Then copy it to /usr/lib/hotplug/firmware or /lib/firmware/
|
/linux-4.4.14/arch/sparc/boot/ |
D | Makefile | 6 ROOT_IMG := /usr/src/root.img
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 16 AICASM_CFLAGS:= -I/usr/include -I.
|
/linux-4.4.14/Documentation/device-mapper/ |
D | linear.txt | 34 #!/usr/bin/perl -w
|
D | striped.txt | 26 #!/usr/bin/perl -w
|
/linux-4.4.14/arch/x86/boot/ |
D | Makefile | 163 if [ -f /usr/$$i/syslinux/isolinux.bin ] ; then \ 164 cp /usr/$$i/syslinux/isolinux.bin $(obj)/isoimage ; \
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_mrmw.c | 401 pginfo.u.usr.region = e_mr->umem; in ehca_reg_user_mr() 403 pginfo.u.usr.next_sg = pginfo.u.usr.region->sg_head.sgl; in ehca_reg_user_mr() 1861 struct scatterlist **sg = &pginfo->u.usr.next_sg; in ehca_set_pagebuf_user1() 1873 pginfo->u.usr.next_nmap, in ehca_set_pagebuf_user1() 1882 (pginfo->u.usr.next_nmap)++; in ehca_set_pagebuf_user1() 1928 struct scatterlist **sg = &pginfo->u.usr.next_sg; in ehca_set_pagebuf_user2() 1938 pgaddr, pginfo->u.usr.next_nmap); in ehca_set_pagebuf_user2() 1952 pgaddr, pginfo->u.usr.next_nmap, in ehca_set_pagebuf_user2() 1975 pginfo->u.usr.next_nmap++; in ehca_set_pagebuf_user2() 1987 pginfo->u.usr.next_nmap += nr_kpages; in ehca_set_pagebuf_user2()
|
D | ehca_classes.h | 327 } usr; member
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 97 /usr/src/linux# cat arch/x86/boot/zImage > /dev/fd0 98 /usr/src/linux# rdev /dev/fd0 /dev/fd0 99 /usr/src/linux# rdev -r /dev/fd0 49152
|
D | README.DAC960 | 206 replacing "/usr/src" with wherever you keep your Linux kernel source tree: 208 cd /usr/src
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 305 # cd /usr/src/linux/drivers/char 309 # cd /usr/src 313 # cd /usr/src/linux/drivers/char 344 # cd /usr/src/linux 357 a. cd /usr/src/linux 371 directory /usr/src/linux. 428 be compiled into executable file and copied into /usr/bin.
|
/linux-4.4.14/drivers/tty/serial/ |
D | vt8500_serial.c | 286 unsigned int usr; in vt8500_get_mctrl() local 288 usr = vt8500_read(port, VT8500_URUSR); in vt8500_get_mctrl() 289 if (usr & (1 << 4)) in vt8500_get_mctrl()
|
/linux-4.4.14/firmware/ |
D | atmsar11.HEX | 197 Public License. The GPL is contained in /usr/doc/copyright/GPL on a
|
D | WHENCE | 21 Public License. The GPL is contained in /usr/doc/copyright/GPL on a
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-reg.h | 65 u32 usr; member
|
/linux-4.4.14/Documentation/power/ |
D | swsusp-dmcrypt.txt | 70 PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
D | video.txt | 71 do echo 3 > /sys/power/state && /usr/sbin/video_post - which will
|
/linux-4.4.14/arch/alpha/boot/ |
D | Makefile | 17 HOSTCFLAGS := -Wall -I$(objtree)/usr/include
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | Kconfig | 284 download/extract it, and then copy it to /usr/lib/hotplug/firmware 296 download/extract it, and then copy it to /usr/lib/hotplug/firmware 348 download/extract them, and then copy them to /usr/lib/hotplug/firmware 543 download/extract them, and then copy them to /usr/lib/hotplug/firmware 555 download it, and then copy it to /usr/lib/hotplug/firmware 570 /usr/lib/hotplug/firmware or /lib/firmware (depending on
|
/linux-4.4.14/usr/ |
D | Kconfig | 15 "usr/gen_init_cpio" program in the kernel tree.
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 24 is defined in usr/include/linux/kvm.h.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.sc | 119 /usr/src/spellcaster. 122 tar xzf sc-n.nn.tar.gz -C /usr/src/spellcaster 124 3. Change directory to /usr/src/spellcaster
|
D | README.x25 | 152 source tree. Either make /usr/include/linux a symbolic link pointing to
|
D | README.HiSax | 504 cd /usr/src/linux 509 cp /usr/src/linux/arch/x86/boot/zImage /etc/kernel/linux.isdn
|
/linux-4.4.14/sound/soc/omap/ |
D | Kconfig | 67 RUN+="/usr/sbin/ldattach 19 /dev/ttyS3"
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 299 Make sure that you don't build this kernel in /usr/src/linux. On some 300 distributions, /usr/include/asm is a link into this pool. The user- 1009 in your path - /usr/bin is recommend. On top of that, uml_net needs 1263 make sure that /usr/src/linux points to the headers for the running 1686 slirp uses an external program, usually /usr/bin/slirp, to provide IP 1705 interface. The slirp path is generally /usr/bin/slirp, although it 2634 "fat" "/usr/src/uml/linux-2.4.18/fs/fat/fat.o" 2635 "isofs" "/usr/src/uml/linux-2.4.18/fs/isofs/isofs.o" 2636 "minix" "/usr/src/uml/linux-2.4.18/fs/minix/minix.o" 3818 /usr/src/linux. If you do this, the first thing you need to do is [all …]
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Introduction | 104 1. To make the kernel sound modules, cd to your /usr/src/linux 131 directory one level up (e.g., /usr/src/linux/Documentation). 374 4) Via Red Hat's GPL'd /usr/sbin/sndconfig program (text based).
|
D | Opti | 141 /usr/include/linux/soundcard.h.
|
/linux-4.4.14/arch/arm/kvm/ |
D | interrupts_head.S | 56 .equ usr, 0 define 218 @ Store usr registers
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 468 path, perhaps /usr/local/bin, and set the permissions to 755 with the 663 under /usr/bin. 665 /usr/bin/espeakup 722 cp dec_pc /usr/local/lib 725 directory in your path. Either /usr/bin or /usr/local/bin is a good 909 /usr/src/linux-<version_number>/drivers/char/speakup directory. The 917 /usr/src/linux-<version_number>/drivers/char/speakup/speakupmap.map file 945 /usr/src/linux-<version_number>/drivers/char/speakup/genmap newmap.map 1123 it isn't, the recommended places to put it are /usr/local/bin or 1124 /usr/bin. This script can be run by any user, so it does not require [all …]
|
/linux-4.4.14/tools/perf/Documentation/ |
D | Makefile | 65 PERL_PATH = /usr/bin/perl
|
D | examples.txt | 100 0.64% git-repack /usr/lib64/libz.so.1.2.3
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | Kconfig | 28 download/extract it, and then copy it to /usr/lib/hotplug/firmware
|
/linux-4.4.14/Documentation/ia64/ |
D | xen.txt | 58 # cp -ax /{dev,var,etc,usr,bin,sbin,lib} /mnt
|
/linux-4.4.14/ |
D | README | 69 Do NOT use the /usr/src/linux area! This area has a (usually 132 kernel source code: /usr/src/linux-4.X 137 cd /usr/src/linux-4.X
|
D | Makefile | 552 core-y := usr/ 1039 export INSTALL_HDR_PATH = $(objtree)/usr 1175 MRPROPER_DIRS += include/config usr/include include/generated \
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 410 CFLAGS += -I/usr/include/slang 684 ifeq ($(prefix),/usr)
|
/linux-4.4.14/Documentation/input/ |
D | yealink.txt | 26 are located, default /usr/src/linux.
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 10 /usr/src/linux/Documentation unless URL given.
|
/linux-4.4.14/arch/ia64/kernel/ |
D | unwind.c | 76 #define free_reg_state(usr) kfree(usr) argument 78 #define free_labeled_state(usr) kfree(usr) argument
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.h | 477 usr:1, member
|
/linux-4.4.14/fs/ |
D | Kconfig.binfmt | 140 this to work, you need to have the emulator /usr/bin/em86 in place.
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 253 PERL_PATH = /usr/bin/perl
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 384 make -f /usr/share/selinux/devel/Makefile 399 /usr/share/doc/cachefilesd-*/move-cache.txt
|
/linux-4.4.14/arch/um/ |
D | Kconfig.net | 199 Startup example: "eth0=slirp,FE:FD:01:02:03:04,/usr/local/bin/slirp"
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 249 0.01% perf /usr/bin/perf
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 290 VBETOOL=/usr/local/bin
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 4497 uint64_t usr:1; member 4499 uint64_t usr:1; 5090 uint64_t usr:1; member 5092 uint64_t usr:1;
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 44 (e.g. /usr/src/linux-2.5.73) 740 create cifs.spnego * * /usr/local/sbin/cifs.upcall %k 741 create dns_resolver * * /usr/local/sbin/cifs.upcall %k
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 553 looking at the kernel header (/usr/include/linux/ndctl.h) to decode the
|