/linux-3.4.99/fs/lockd/ |
D | svcshare.c | 20 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument 22 return share->s_owner.len == oh->len in nlm_cmp_owner() 23 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner() 30 struct nlm_share *share; in nlmsvc_share_file() local 34 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 35 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file() 37 if ((argp->fsm_access & share->s_mode) in nlmsvc_share_file() 38 || (argp->fsm_mode & share->s_access )) in nlmsvc_share_file() 42 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file() 44 if (share == NULL) in nlmsvc_share_file() [all …]
|
/linux-3.4.99/sound/isa/gus/ |
D | gus_mem.c | 80 if (block->share) { /* ok.. shared block */ in snd_gf1_mem_xfree() 81 block->share--; in snd_gf1_mem_xfree() 150 block->share = 0; in snd_gf1_mem_find() 203 nblock->share++; in snd_gf1_mem_alloc() 314 if (block->share || in snd_gf1_mem_info_read() 318 block->share, in snd_gf1_mem_info_read()
|
/linux-3.4.99/tools/power/cpupower/ |
D | Makefile | 78 localedir ?= /usr/share/locale 79 docdir ?= /usr/share/doc/packages/cpupower
|
/linux-3.4.99/net/ipv6/ |
D | ip6_flowlabel.c | 110 if (fl->opt && fl->share == IPV6_FL_S_EXCL) { in fl_release() 382 fl->share = freq->flr_share; in fl_create() 391 switch (fl->share) { in fl_create() 561 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_opt() 562 fl1->share != fl->share || in ipv6_flowlabel_opt() 709 fl->share, in ip6fl_seq_show()
|
/linux-3.4.99/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 8 install x86_energy_perf_policy.8 /usr/share/man/man8/
|
/linux-3.4.99/tools/power/x86/turbostat/ |
D | Makefile | 8 install turbostat.8 /usr/share/man/man8
|
/linux-3.4.99/tools/perf/Documentation/ |
D | Makefile | 46 htmldir?=$(prefix)/share/doc/perf-doc 47 pdfdir?=$(prefix)/share/doc/perf-doc 48 mandir?=$(prefix)/share/man 62 infodir?=$(prefix)/share/info
|
/linux-3.4.99/drivers/staging/usbip/userspace/ |
D | configure.ac | 90 [where usb.ids is found (default /usr/share/hwdata/)])], 91 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
|
/linux-3.4.99/drivers/parport/ |
D | Makefile | 5 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
|
/linux-3.4.99/drivers/hsi/ |
D | hsi.c | 364 int hsi_claim_port(struct hsi_client *cl, unsigned int share) in hsi_claim_port() argument 370 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port() 379 port->shared = !!share; in hsi_claim_port()
|
/linux-3.4.99/Documentation/input/ |
D | cd32.txt | 2 joypad connected to the parallel port. Thought I'd share it with you so
|
/linux-3.4.99/drivers/staging/vt6655/ |
D | TODO | 5 - share 80211*.h includes
|
/linux-3.4.99/drivers/staging/olpc_dcon/ |
D | TODO | 4 share more code
|
/linux-3.4.99/arch/arm/mach-h720x/ |
D | Kconfig | 36 Say Y here if you wish to use serial ports 2+3. They share their
|
/linux-3.4.99/drivers/net/ethernet/dlink/ |
D | Kconfig | 29 this. It is possible to have several devices share a single parallel 44 this. It is possible to have several devices share a single parallel
|
/linux-3.4.99/drivers/net/wireless/ath/ |
D | Kconfig | 6 ath5k, ath9k, ath9k_htc and ar9170 drivers share some common code, this option
|
/linux-3.4.99/arch/x86/pci/ |
D | xen.c | 30 int share = 1; in xen_pcifront_enable_irq() local 44 share = 0; in xen_pcifront_enable_irq() 46 rc = xen_bind_pirq_gsi_to_irq(gsi, pirq, share, "pcifront"); in xen_pcifront_enable_irq()
|
/linux-3.4.99/Documentation/sound/alsa/ |
D | MIXART.txt | 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/fs/cifs/ |
D | README | 89 2) an entry for the share in /etc/fstab indicating that a user may 124 to the file /etc/fstab for each //server/share you wish to mount, but 176 outside of the share, so in Samba versions prior to 3.0.6, most symlinks to 181 files that are outside of the share) to a samba specific format on the server 217 syntax) instead of the more widely used UNC format (i.e. \\server\share): 349 rw mount the network share read-write (note that the 350 server may still consider the share read-only) 351 ro mount network share read-only 409 single share (since inode numbers on the servers might not 431 reloaded (or the user remounts the share). [all …]
|
D | Kconfig | 35 Enabling this option will cause statistics for each server share 134 transparently in an enterprise name space, even if the share 160 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
|
/linux-3.4.99/include/linux/ |
D | xfrm.h | 239 __u8 share; member 404 __u8 share; member
|
/linux-3.4.99/drivers/staging/tidspbridge/Documentation/ |
D | README | 34 model, whereby applications can safely access and share a hardware peripheral 36 applications to share access to the DSP, the GPP side of DSP/BIOS Bridge
|
/linux-3.4.99/Documentation/s390/ |
D | zfcpdump.txt | 80 /usr/share/zfcpdump/zfcpdump.image, where the s390 zipl tool is looking for the 83 If you use a ramdisk copy it to "/usr/share/zfcpdump/zfcpdump.rd".
|
/linux-3.4.99/Documentation/namespaces/ |
D | compatibility-list.txt | 7 occur when tasks share some namespace (the columns) while living
|
/linux-3.4.99/Documentation/timers/ |
D | hpet.txt | 13 independent of each other ... these share a counter, complicating resets.
|