/linux-3.4.99/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-3.4.99/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-3.4.99/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
|
/linux-3.4.99/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 22 if [ -f /usr/include/ncurses/ncurses.h ]; then 24 elif [ -f /usr/include/ncurses/curses.h ]; then 26 elif [ -f /usr/include/ncursesw/curses.h ]; then 28 elif [ -f /usr/include/ncurses.h ]; then
|
/linux-3.4.99/drivers/rtc/ |
D | rtc-isl1208.c | 195 isl1208_i2c_set_usr(struct i2c_client *client, u16 usr) in isl1208_i2c_set_usr() argument 199 buf[0] = usr & 0xff; in isl1208_i2c_set_usr() 200 buf[1] = (usr >> 8) & 0xff; in isl1208_i2c_set_usr() 234 int sr, dtr, atr, usr; in isl1208_rtc_proc() local 262 usr = isl1208_i2c_get_usr(client); in isl1208_rtc_proc() 263 if (usr >= 0) in isl1208_rtc_proc() 264 seq_printf(seq, "user_data\t: 0x%.4x\n", usr); in isl1208_rtc_proc() 580 int usr = isl1208_i2c_get_usr(to_i2c_client(dev)); in isl1208_sysfs_show_usr() local 581 if (usr < 0) in isl1208_sysfs_show_usr() 582 return usr; in isl1208_sysfs_show_usr() [all …]
|
/linux-3.4.99/net/tipc/ |
D | msg.c | 118 u32 usr = msg_user(msg); in tipc_msg_dbg() local 122 switch (usr) { in tipc_msg_dbg() 268 switch (usr) { in tipc_msg_dbg() 318 if ((usr != LINK_PROTOCOL) && (usr != LINK_CONFIG) && in tipc_msg_dbg() 319 (usr != MSG_BUNDLER)) { in tipc_msg_dbg() 350 if ((usr == CHANGEOVER_PROTOCOL) && (msg_msgcnt(msg))) in tipc_msg_dbg() 352 if ((usr == MSG_FRAGMENTER) && (msg_type(msg) == FIRST_FRAGMENT)) in tipc_msg_dbg()
|
/linux-3.4.99/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 …]
|
/linux-3.4.99/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 7 install x86_energy_perf_policy /usr/bin/ 8 install x86_energy_perf_policy.8 /usr/share/man/man8/
|
/linux-3.4.99/Documentation/make/ |
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/include 37 "./usr/include".
|
/linux-3.4.99/tools/power/x86/turbostat/ |
D | Makefile | 7 install turbostat /usr/bin/turbostat 8 install turbostat.8 /usr/share/man/man8
|
/linux-3.4.99/Documentation/spi/ |
D | Makefile | 10 HOSTCFLAGS_spidev_test.o += -I$(objtree)/usr/include 11 HOSTCFLAGS_spidev_fdx.o += -I$(objtree)/usr/include
|
/linux-3.4.99/arch/ia64/ |
D | install.sh | 40 test -x /usr/sbin/elilo && /usr/sbin/elilo
|
/linux-3.4.99/arch/hexagon/kernel/ |
D | ptrace.c | 71 ONEXT(®s->usr, usr); in genregs_get() 116 INEXT(®s->usr, usr); in genregs_set()
|
D | signal.c | 68 err |= __put_user(regs->usr, &sc->sc_regs.usr); in setup_sigcontext() 95 err |= __get_user(regs->usr, &sc->sc_regs.usr); in restore_sigcontext()
|
/linux-3.4.99/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 7 bindir = /usr/bin 9 INSTALL = /usr/bin/install
|
/linux-3.4.99/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.
|
/linux-3.4.99/tools/power/cpupower/debug/i386/ |
D | Makefile | 7 bindir = /usr/bin 9 INSTALL = /usr/bin/install
|
/linux-3.4.99/drivers/staging/usbip/userspace/ |
D | configure.ac | 51 [AC_MSG_ERROR([Missing /usr/include/sysfs/libsysfs.h])]) 90 [where usb.ids is found (default /usr/share/hwdata/)])], 91 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
|
/linux-3.4.99/scripts/ |
D | ver_linux | 68 ls -l /usr/lib/libg++.so /usr/lib/libstdc++.so 2>/dev/null | awk -F. \
|
/linux-3.4.99/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 …]
|
/linux-3.4.99/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
|
/linux-3.4.99/drivers/infiniband/hw/ehca/ |
D | ehca_mrmw.c | 401 pginfo.u.usr.region = e_mr->umem; in ehca_reg_user_mr() 403 pginfo.u.usr.next_chunk = list_prepare_entry(pginfo.u.usr.next_chunk, in ehca_reg_user_mr() 1866 chunk = pginfo->u.usr.next_chunk; in ehca_set_pagebuf_user1() 1867 prev_chunk = pginfo->u.usr.next_chunk; in ehca_set_pagebuf_user1() 1869 chunk, (&(pginfo->u.usr.region->chunk_list)), list) { in ehca_set_pagebuf_user1() 1870 for (i = pginfo->u.usr.next_nmap; i < chunk->nmap; ) { in ehca_set_pagebuf_user1() 1890 (pginfo->u.usr.next_nmap)++; in ehca_set_pagebuf_user1() 1897 if ((pginfo->u.usr.next_nmap >= chunk->nmap) && in ehca_set_pagebuf_user1() 1899 pginfo->u.usr.next_nmap = 0; in ehca_set_pagebuf_user1() 1902 } else if (pginfo->u.usr.next_nmap >= chunk->nmap) { in ehca_set_pagebuf_user1() [all …]
|
/linux-3.4.99/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. 143 into initramfs either via modifying usr/gen_init_cpio.c or via the new
|
/linux-3.4.99/Documentation/pcmcia/ |
D | Makefile | 10 HOSTCFLAGS_crc32hash.o += -I$(objtree)/usr/include
|