Home
last modified time | relevance | path

Searched refs:usr (Results 1 – 200 of 206) sorted by relevance

12

/linux-4.4.14/scripts/
D.docproc.cmd6 /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.cmd6 /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 \
Dpatch-kernel64 sourcedir=${1-/usr/src/linux}
71 source directory defaults to /usr/src/linux,
Dgfp-translate47 SOURCE=/usr/src/linux
Dgen_initramfs_list.sh310 usr/gen_init_cpio $timestamp ${cpio_list} > ${cpio_tfile}
/linux-4.4.14/scripts/basic/
D.fixdep.cmd11 /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.cmd6 /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.cmd10 /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/
Dinstall.sh25 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/
Dtest2 /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/
DMakefile73 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
DREADME30 /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/
Drtc-isl1208.c203 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/
Dcheck-lxdialog.sh28 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/
DMakefile12 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/
DMakefile6 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/
DMakefile10 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
19 install mpssd /usr/sbin/mpssd
20 install micctrl /usr/sbin/micctrl
Dmpss36 exec=/usr/sbin/mpssd
/linux-4.4.14/Documentation/prctl/
DMakefile7 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/
DMakefile.config42 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/
DMakefile3 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/
Dmono.txt22 /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
Djava.txt32 ':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 …]
Dbinfmt_misc.txt51 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
Ddynamic-debug-howto.txt62 /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
Demail-clients.txt262 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
Doops-tracing.txt66 gdb /usr/src/linux/vmlinux
105 cd /usr/src/linux
Dkernel-doc-nano-HOWTO.txt175 #!/usr/bin/perl
/linux-4.4.14/Documentation/spi/
DMakefile7 HOSTCFLAGS_spidev_test.o += -I$(objtree)/usr/include
8 HOSTCFLAGS_spidev_fdx.o += -I$(objtree)/usr/include
/linux-4.4.14/Documentation/kbuild/
Dheaders_install.txt13 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".
Dkbuild.txt170 $(objtree)/usr
Dmakefiles.txt679 HOST_EXTRACFLAGS += -I/usr/include/ncurses
1315 usr/include/asm
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/
DMakefile9 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/
Dinstall.sh40 test -x /usr/sbin/elilo && /usr/sbin/elilo
/linux-4.4.14/scripts/package/
Dbuilddeb169 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/
Dptrace.c86 ONEXT(&regs->usr, usr); in genregs_get()
135 INEXT(&regs->usr, usr); in genregs_set()
Dsignal.c61 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()
Dvm_entry.S82 R14 = usr; \
144 usr = R14; } \
180 usr = R14; } \
245 R0 = usr; \
251 usr = R0; \
Dvm_events.c46 regs->gp, regs->ugp, regs->usr); in show_regs()
Dkgdb.c65 { "usr", GDB_SIZEOF_REG, offsetof(struct pt_regs, usr)},
/linux-4.4.14/tools/power/cpupower/debug/x86_64/
DMakefile7 bindir = /usr/bin
9 INSTALL = /usr/bin/install
/linux-4.4.14/Documentation/filesystems/nfs/
Didmapper.txt31 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.
Dnfs.txt111 cut=/usr/bin/cut
112 getent=/usr/bin/getent
/linux-4.4.14/net/tipc/
Dmsg.h356 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()
Dnode.c1093 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 …]
Dudp_media.c227 int usr = msg_user(buf_msg(skb)); in tipc_udp_recv() local
229 if ((usr == LINK_PROTOCOL) || (usr == NAME_DISTRIBUTOR)) in tipc_udp_recv()
Dlink.c901 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()
Dsocket.c1657 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/
DMakefile7 bindir = /usr/bin
9 INSTALL = /usr/bin/install
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt217 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 …]
Dramfs-rootfs-initramfs.txt102 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
Dcramfs.txt48 For /usr/share/magic
Dproc.txt535 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
Dext2.txt369 The kernel source file:/usr/src/linux/fs/ext2/
/linux-4.4.14/Documentation/sound/alsa/
DMIXART.txt84 /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
Demu10k1-jack.txt27 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S
DALSA-Configuration.txt2051 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/
Dconfigure.ac51 [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/"])
DINSTALL107 `/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/
DKbuild.asm2 # 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/
Dsun4i-a10-marsboard.dts69 label = "marsboard:red1:usr";
74 label = "marsboard:red2:usr";
79 label = "marsboard:red3:usr";
84 label = "marsboard:red4:usr";
Dsun7i-a20-cubietruck.dts71 label = "cubietruck:blue:usr";
76 label = "cubietruck:orange:usr";
81 label = "cubietruck:white:usr";
86 label = "cubietruck:green:usr";
Dsun6i-a31s-sinovoip-bpi-m2.dts66 label = "bpi-m2:blue:usr";
71 label = "bpi-m2:green:usr";
76 label = "bpi-m2:red:usr";
Dsun4i-a10-a1000.dts70 label = "a1000:red:usr";
75 label = "a1000:blue:usr";
Dimx6qdl-rex.dtsi62 led0: usr {
63 label = "usr";
Dsun7i-a20-cubieboard2.dts71 label = "cubieboard2:blue:usr";
76 label = "cubieboard2:green:usr";
Dsun9i-a80-optimus.dts73 label = "optimus:led2:usr";
80 label = "optimus:led4:usr";
Dsun4i-a10-cubieboard.dts69 label = "cubieboard:blue:usr";
74 label = "cubieboard:green:usr";
Dsun7i-a20-i12-tvbox.dts69 label = "i12_tvbox:red:usr";
74 label = "i12_tvbox:blue:usr";
Dsun7i-a20-bananapro.dts69 label = "bananapro:blue:usr";
74 label = "bananapro:green:usr";
Dsun7i-a20-orangepi-mini.dts71 label = "orangepi:green:usr";
76 label = "orangepi:blue:usr";
Domap3-devkit8000-common.dtsi35 usr {
39 linux,default-trigger = "usr";
Dsun5i-a10s-mk802.dts66 label = "mk802:red:usr";
Dsun5i-a10s-r7-tv-dongle.dts68 label = "r7-tv-dongle:green:usr";
Dsun6i-a31-i7.dts68 label = "i7:blue:usr";
Dsun6i-a31s-sina31s.dts62 label = "sina31s:status:usr";
Dsun6i-a31-m9.dts68 label = "m9:blue:usr";
Dsun5i-a10s-auxtek-t003.dts67 label = "t003-tv-dongle:red:usr";
Dsun5i-a10s-auxtek-t004.dts67 label = "t004-tv-dongle:red:usr";
Dsun6i-a31-mele-a1000g-quad.dts68 label = "m9:blue:usr";
Dsun7i-a20-m3.dts71 label = "m3:blue:usr";
Dsun4i-a10-olinuxino-lime.dts68 label = "a10-olinuxino-lime:green:usr";
Dsun4i-a10-jesurun-q5.dts70 label = "q5:green:usr";
Dsun7i-a20-olinuxino-lime.dts72 label = "a20-olinuxino-lime:green:usr";
Dsun7i-a20-olimex-som-evb.dts69 label = "a20-olimex-som-evb:green:usr";
Dsun5i-a10s-wobo-i5.dts69 label = "a10s-wobo-i5:blue:usr";
Dsun7i-a20-olinuxino-lime2.dts69 label = "a20-olinuxino-lime2:green:usr";
Dsun7i-a20-bananapi.dts73 label = "bananapi:green:usr";
Dsun7i-a20-olinuxino-micro.dts76 label = "a20-olinuxino-micro:green:usr";
Dsun5i-a10s-olinuxino-micro.dts73 label = "a10s-olinuxino-micro:green:usr";
Dsun7i-a20-orangepi.dts71 label = "orangepi:green:usr";
/linux-4.4.14/Documentation/accounting/
DMakefile7 HOSTCFLAGS_getdelays.o += -I$(objtree)/usr/include
Ddelay-accounting.txt106 bin data1 data3 data5 dev home media opt root srv sys usr
/linux-4.4.14/Documentation/pcmcia/
DMakefile7 HOSTCFLAGS_crc32hash.o += -I$(objtree)/usr/include
/linux-4.4.14/Documentation/early-userspace/
DREADME55 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/
DMakefile7 HOSTCFLAGS_testptp.o += -I$(objtree)/usr/include
Dtestptp.mk20 INC = -I$(KBUILD_OUTPUT)/usr/include
/linux-4.4.14/Documentation/auxdisplay/
DMakefile7 HOSTCFLAGS_cfag12864b-example.o += -I$(objtree)/usr/include
/linux-4.4.14/Documentation/misc-devices/mei/
DMakefile3 HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
/linux-4.4.14/tools/testing/selftests/membarrier/
DMakefile1 CFLAGS += -g -I../../../../usr/include/
/linux-4.4.14/samples/uhid/
DMakefile10 HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include
/linux-4.4.14/tools/testing/selftests/kcmp/
DMakefile1 CFLAGS += -I../../../../usr/include/
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dcap11xx.txt62 usr@0 {
67 usr@1 {
/linux-4.4.14/samples/hidraw/
DMakefile10 HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include
/linux-4.4.14/tools/testing/selftests/powerpc/syscalls/
DMakefile3 CFLAGS += -I../../../../../usr/include
/linux-4.4.14/tools/firewire/
DMakefile1 prefix = /usr
/linux-4.4.14/Documentation/connector/
DMakefile11 HOSTCFLAGS_ucon.o += -I$(objtree)/usr/include
/linux-4.4.14/Documentation/firmware_class/
Dhotplug-script7 HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/
DREADME74 HOTPLUG_FW_DIR=/usr/lib/hotplug/firmware/
/linux-4.4.14/tools/testing/selftests/net/
DMakefile5 CFLAGS += -I../../../../usr/include/
/linux-4.4.14/tools/laptop/freefall/
DMakefile1 PREFIX ?= /usr
/linux-4.4.14/tools/thermal/tmon/
DMakefile3 BINDIR=usr/bin
/linux-4.4.14/tools/testing/selftests/powerpc/tm/
DMakefile8 tm-syscall: CFLAGS += -mhtm -I../../../../../usr/include
/linux-4.4.14/samples/bpf/
DMakefile51 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/
Delf.h157 DEST.usr = REGS->usr; \
/linux-4.4.14/Documentation/vDSO/
DMakefile11 HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
/linux-4.4.14/drivers/video/logo/
Dlogo_m32r_clut224.ppm7 # convert - imagemagick: /usr/bin/convert
/linux-4.4.14/tools/testing/selftests/memfd/
DMakefile5 CFLAGS += -I../../../../usr/include/
/linux-4.4.14/Documentation/scsi/
DNinjaSCSI.txt37 [2] Get the Linux kernel source, and extract it to /usr/src.
41 $ cd /usr/src
49 $ cd /usr/src
Dscsi-generic.txt48 /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.
DBusLogic.txt546 replacing "/usr/src" with wherever you keep your Linux kernel source tree:
548 cd /usr/src
Dtmscsim.txt73 (Applying them: cd /usr/src; patch -p0 <~/dc390-120-kernel.diff)
/linux-4.4.14/tools/testing/selftests/ipc/
DMakefile12 CFLAGS += -I../../../../usr/include/
/linux-4.4.14/arch/hexagon/include/uapi/asm/
Duser.h51 unsigned long usr; member
Dregisters.h30 unsigned long usr; member
/linux-4.4.14/tools/power/x86/turbostat/
DMakefile3 PREFIX := /usr
/linux-4.4.14/arch/x86/oprofile/
Dop_model_p4.c349 #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/
DMakefile6 CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-stric…
/linux-4.4.14/tools/net/
DMakefile1 prefix = /usr
/linux-4.4.14/arch/um/os-Linux/
DMakefile16 HAVE_AIO_ABI := $(shell [ -r /usr/include/linux/aio_abi.h ] && \
/linux-4.4.14/Documentation/DocBook/
DMakefile62 mkdir -p /usr/local/man/man9/
65 xargs install -m 644 -t /usr/local/man/man9/
Dgenericirq.xml.db52 API-kstat-irqs-usr
/linux-4.4.14/tools/build/feature/
DMakefile52 …$(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/
Ddl2k.txt276 /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,
Deql.txt55 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
Ddns_resolver.txt56 create dns_resolver * * /usr/sbin/cifs.upcall %k
61 create dns_resolver foo:* * /usr/sbin/dns.foo %k
Dudplite.txt91 The socket API requires support through header files in /usr/include:
93 * /usr/include/netinet/in.h
96 * /usr/include/netinet/udplite.h
DREADME.sb100079 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
Dray_cs.txt28 /usr/src/linux/drivers/net/pcmcia/ray_cs.c. Searching for module_param
Dpacket_mmap.txt214 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.
Dcs89x0.txt352 "gcc -D__KERNEL__ -I/usr/src/linux/include -I/usr/src/linux/net/inet -Wall
Dixgb.txt376 See the specific application manual and /usr/src/linux*/Documentation/
De1000.txt417 See the specific application manual and /usr/src/linux*/Documentation/
Darcnet.txt200 cd /usr/src/linux/modules
/linux-4.4.14/tools/testing/ktest/examples/
Dsnowball.conf15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
Dcrosstests.conf78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
/linux-4.4.14/Documentation/zh_CN/
Doops-tracing.txt74 gdb /usr/src/linux/vmlinux
103 cd /usr/src/linux
DCodingStyle431 /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/
DKconfig18 download/extract them, and then copy them to /usr/lib/hotplug/firmware
/linux-4.4.14/Documentation/dvb/
Dttusb-dec.txt44 Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
Davermedia.txt149 it. Then copy it to /usr/lib/hotplug/firmware or /lib/firmware/
/linux-4.4.14/arch/sparc/boot/
DMakefile6 ROOT_IMG := /usr/src/root.img
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
DMakefile16 AICASM_CFLAGS:= -I/usr/include -I.
/linux-4.4.14/Documentation/device-mapper/
Dlinear.txt34 #!/usr/bin/perl -w
Dstriped.txt26 #!/usr/bin/perl -w
/linux-4.4.14/arch/x86/boot/
DMakefile163 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/
Dehca_mrmw.c401 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()
Dehca_classes.h327 } usr; member
/linux-4.4.14/Documentation/blockdev/
Dramdisk.txt97 /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
DREADME.DAC960206 replacing "/usr/src" with wherever you keep your Linux kernel source tree:
208 cd /usr/src
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio305 # 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/
Dvt8500_serial.c286 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/
Datmsar11.HEX197 Public License. The GPL is contained in /usr/doc/copyright/GPL on a
DWHENCE21 Public License. The GPL is contained in /usr/doc/copyright/GPL on a
/linux-4.4.14/drivers/media/platform/sti/bdisp/
Dbdisp-reg.h65 u32 usr; member
/linux-4.4.14/Documentation/power/
Dswsusp-dmcrypt.txt70 PATH=/sbin:/bin:/usr/sbin:/usr/bin
Dvideo.txt71 do echo 3 > /sys/power/state && /usr/sbin/video_post - which will
/linux-4.4.14/arch/alpha/boot/
DMakefile17 HOSTCFLAGS := -Wall -I$(objtree)/usr/include
/linux-4.4.14/drivers/media/dvb-frontends/
DKconfig284 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/
DKconfig15 "usr/gen_init_cpio" program in the kernel tree.
/linux-4.4.14/Documentation/virtual/kvm/devices/
Ds390_flic.txt24 is defined in usr/include/linux/kvm.h.
/linux-4.4.14/Documentation/isdn/
DREADME.sc119 /usr/src/spellcaster.
122 tar xzf sc-n.nn.tar.gz -C /usr/src/spellcaster
124 3. Change directory to /usr/src/spellcaster
DREADME.x25152 source tree. Either make /usr/include/linux a symbolic link pointing to
DREADME.HiSax504 cd /usr/src/linux
509 cp /usr/src/linux/arch/x86/boot/zImage /etc/kernel/linux.isdn
/linux-4.4.14/sound/soc/omap/
DKconfig67 RUN+="/usr/sbin/ldattach 19 /dev/ttyS3"
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt299 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/
DIntroduction104 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).
DOpti141 /usr/include/linux/soundcard.h.
/linux-4.4.14/arch/arm/kvm/
Dinterrupts_head.S56 .equ usr, 0 define
218 @ Store usr registers
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt468 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/
DMakefile65 PERL_PATH = /usr/bin/perl
Dexamples.txt100 0.64% git-repack /usr/lib64/libz.so.1.2.3
/linux-4.4.14/drivers/media/pci/ttpci/
DKconfig28 download/extract it, and then copy it to /usr/lib/hotplug/firmware
/linux-4.4.14/Documentation/ia64/
Dxen.txt58 # cp -ax /{dev,var,etc,usr,bin,sbin,lib} /mnt
/linux-4.4.14/
DREADME69 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
DMakefile552 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/
DMakefile410 CFLAGS += -I/usr/include/slang
684 ifeq ($(prefix),/usr)
/linux-4.4.14/Documentation/input/
Dyealink.txt26 are located, default /usr/src/linux.
/linux-4.4.14/arch/m68k/q40/
DREADME10 /usr/src/linux/Documentation unless URL given.
/linux-4.4.14/arch/ia64/kernel/
Dunwind.c76 #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/
Dperf_event.h477 usr:1, member
/linux-4.4.14/fs/
DKconfig.binfmt140 this to work, you need to have the emulator /usr/bin/em86 in place.
/linux-4.4.14/tools/perf/
DMakefile.perf253 PERL_PATH = /usr/bin/perl
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt384 make -f /usr/share/selinux/devel/Makefile
399 /usr/share/doc/cachefilesd-*/move-cache.txt
/linux-4.4.14/arch/um/
DKconfig.net199 Startup example: "eth0=slirp,FE:FD:01:02:03:04,/usr/local/bin/slirp"
/linux-4.4.14/Documentation/trace/
Dtracepoint-analysis.txt249 0.01% perf /usr/bin/perf
/linux-4.4.14/Documentation/fb/
Dfbcon.txt290 VBETOOL=/usr/local/bin
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h4497 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/
DREADME44 (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/
Dnvdimm.txt553 looking at the kernel header (/usr/include/linux/ndctl.h) to decode the

12