Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 247) sorted by relevance

12345678910

/linux-2.4.37.9/Documentation/
D00-INDEX20 - how the boss likes the C code in the kernel to look.
28 - how to access I/O mapped memory from within device drivers.
30 - how to select which CPU(s) handle which interrupt events on SMP.
42 - how to change your VGA cursor from a blinking underscore.
66 - how Linux v2.2 handles exceptions without verify_area etc.
88 - how to use the RAM disk as an initial/temporary root filesystem.
90 - how to implement and register device/driver ioctl calls.
100 - info on how to hook joysticks/gamepads to the parallel port.
136 - short guide on how to make kernel parts into loadable modules
140 - how to use PPro Memory Type Range Registers to increase performance
[all …]
DSubmittingDrivers4 This document is intended to explain how to submit device drivers to the
84 Clarity: It helps if anyone can see how to fix the driver. It helps
86 driver that intentionally obfuscates how the hardware works
144 http://www.fenrus.org/how-to-not-write-a-device-driver-paper.pdf
Dnfsroot.txt13 via NFS. The following text describes on how to use NFS for the
82 This parameter tells the kernel how to configure IP addresses of devices
83 and also how to set up the IP routing table. It was originally called `nfsaddrs',
176 set up a dummy device as described in 3.1 above. For how to use
185 lar to how LILO is doing it. Please refer to the loadlin docu-
/linux-2.4.37.9/arch/parisc/kernel/
Dsignal32.c55 int sys32_sigprocmask(int how, old_sigset_t32 *set, in sys32_sigprocmask() argument
58 extern int sys_sigprocmask(int how, old_sigset_t *set, in sys32_sigprocmask()
65 KERNEL_SYSCALL(ret, sys_sigprocmask, how, set ? &s : NULL, oset ? &s : NULL); in sys32_sigprocmask()
110 int sys32_rt_sigprocmask(int how, sigset_t32 *set, sigset_t32 *oset, in sys32_rt_sigprocmask() argument
113 extern long sys_rt_sigprocmask(int how, in sys32_rt_sigprocmask()
122 KERNEL_SYSCALL(ret, sys_rt_sigprocmask, how, set ? &new_set : NULL, in sys32_rt_sigprocmask()
/linux-2.4.37.9/fs/nfs/
Dwrite.c901 nfs_flush_one(struct list_head *head, struct inode *inode, int how) in nfs_flush_one() argument
909 async = !(how & FLUSH_SYNC), in nfs_flush_one()
910 stable = (how & FLUSH_STABLE); in nfs_flush_one()
973 nfs_flush_list(struct list_head *head, int wpages, int how) in nfs_flush_list() argument
983 error = nfs_flush_one(&one_request, req->wb_inode, how); in nfs_flush_list()
1144 nfs_commit_list(struct list_head *head, int how) in nfs_commit_list() argument
1152 async = !(how & FLUSH_SYNC); in nfs_commit_list()
1249 unsigned int npages, int how) in nfs_flush_file() argument
1259 error = nfs_flush_list(&head, NFS_SERVER(inode)->wpages, how); in nfs_flush_file()
1266 int nfs_commit_file(struct inode *inode, int how) in nfs_commit_file() argument
[all …]
/linux-2.4.37.9/Documentation/powerpc/
DzImage_layout.txt7 This document is meant to answer several questions I've had about how
8 the PReP system boots and how Linux/PPC interacts with that mechanism.
9 It would be nice if we could have information on how other architectures
Dppc_htab.txt35 User/Kernel - how many pte's are in use by the kernel or user at that time.
38 Reloads - Count of how many hash table misses have occurred
41 Non-error Misses - Count of how many hash table misses have occurred
D00-INDEX9 - info on how we support a variety of CPUs with minimal compile-time
/linux-2.4.37.9/arch/sh/kernel/
Dsh_bios.c73 void sh_bios_shutdown(unsigned int how) in sh_bios_shutdown() argument
75 sh_bios_call(BIOS_CALL_SHUTDOWN, how, 0, 0, 0); in sh_bios_shutdown()
/linux-2.4.37.9/Documentation/video4linux/bttv/
DTHANKS17 components on their cards. (E.g. how the tuner type is detected)
20 - Hauppauge for telling how the sound input is selected and what components
/linux-2.4.37.9/Documentation/sound/
DOPL3-SA4 Note: This howto only describes how to setup the OPL3-SA1 chip; this info
20 Here's the skinny on how to load it as a module:
42 Here's how:
/linux-2.4.37.9/arch/alpha/kernel/
Dprocess.c103 struct halt_info *how = (struct halt_info *)generic_ptr; in common_shutdown_1() local
130 if (how->mode == LINUX_REBOOT_CMD_RESTART) { in common_shutdown_1()
131 if (!how->restart_cmd) { in common_shutdown_1()
167 alpha_mv.kill_arch(how->mode); in common_shutdown_1()
169 if (! alpha_using_srm && how->mode != LINUX_REBOOT_CMD_RESTART) { in common_shutdown_1()
/linux-2.4.37.9/include/asm-sh/
Dsh_bios.h17 extern void sh_bios_shutdown(unsigned int how);
/linux-2.4.37.9/net/ipv4/
Daf_inet.c761 int inet_shutdown(struct socket *sock, int how) in inet_shutdown() argument
769 how++; /* maps 0->1 has the advantage of making bit 1 rcvs and in inet_shutdown()
772 if ((how & ~SHUTDOWN_MASK) || how==0) /* MAXINT->0 */ in inet_shutdown()
789 sk->shutdown |= how; in inet_shutdown()
791 sk->prot->shutdown(sk, how); in inet_shutdown()
799 if (!(how & RCV_SHUTDOWN)) in inet_shutdown()
/linux-2.4.37.9/include/net/bluetooth/
Dbluetooth.h171 static inline struct sk_buff *bluez_skb_alloc(unsigned int len, int how) in bluez_skb_alloc() argument
175 if ((skb = alloc_skb(len + BLUEZ_SKB_RESERVE, how))) { in bluez_skb_alloc()
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_defs.h820 #define SCR_LOAD_R(reg, how, n) \ argument
821 (0xe1000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
823 #define SCR_STORE_R(reg, how, n) \ argument
824 (0xe0000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
/linux-2.4.37.9/Documentation/networking/
Dframerelay.txt11 The configuration script will ask you how many DLCIs you need, as well as
12 how many DLCIs you want to assign to each Frame Relay Access Device (FRAD).
Dirda.txt5 For more information about how to use the IrDA protocol stack, see the
/linux-2.4.37.9/Documentation/usb/
Ddc2xx.txt4 This is an overview of how to use the "dc2xx" USB driver with certain
15 (www.gphoto.org), since version 0.4 and later know how to use it to talk
51 explains how to do this.
Drio.txt15 This README will address issues regarding how to configure the kernel
17 Before I explain how to use this to access the Rio500 please be warned:
23 are in no way responsible for any damage that may occur, no matter how
/linux-2.4.37.9/Documentation/input/
Dff.txt8 This document describes how to use force feedback devices under Linux. The
13 means I had to find out how the protocol works on my own. Of course, the
21 Here are instructions on how to compile and use the driver. In fact, this
155 factor depending on how strong they want effects to be. This setting is
/linux-2.4.37.9/arch/ppc64/boot/
Dcrt0.S35 ## Determine how large an area, in number of words, to clear
/linux-2.4.37.9/arch/ia64/mm/
Dnuma.c94 # error Fixme: Dunno how to build CPU-to-node map. in build_cpu_to_node_map()
/linux-2.4.37.9/include/net/
Dinet_common.h29 extern int inet_shutdown(struct socket *sock, int how);
/linux-2.4.37.9/arch/sparc64/solaris/
Dsignal.c204 asmlinkage int solaris_sigprocmask(int how, u32 in, u32 out) in solaris_sigprocmask() argument
223 ret = sys_sigprocmask((how == 3) ? SIG_SETMASK : how, ins, outs); in solaris_sigprocmask()

12345678910