Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/linux-2.4.37.9/arch/arm/mm/
DMakefile20 export-objs := proc-syms.o discontig.o
24 obj-$(CONFIG_MODULES) += proc-syms.o
33 p-$(CONFIG_CPU_26) += proc-arm2,3.o
34 p-$(CONFIG_CPU_ARM610) += proc-arm6,7.o
35 p-$(CONFIG_CPU_ARM710) += proc-arm6,7.o
36 p-$(CONFIG_CPU_ARM720T) += proc-arm720.o
37 p-$(CONFIG_CPU_ARM920T) += proc-arm920.o
38 p-$(CONFIG_CPU_ARM922T) += proc-arm922.o
39 p-$(CONFIG_CPU_ARM925T) += proc-arm925.o
40 p-$(CONFIG_CPU_ARM926T) += proc-arm926.o
[all …]
/linux-2.4.37.9/fs/smbfs/
DChangeLog5 * file.c, inode.c, proc.c: Large File Support
13 * inode.c: added smb_show_options to show mount options in /proc/mounts
19 * file.c, proc.c: Fix problems triggered by the "fsx test"
23 * proc.c: Use 4096 (was 512) as the blocksize for better write
25 * proc.c: Skip disconnect smb, allows umount on unreachable servers.
26 * proc.c: Go back to the interruptible sleep as reconnects seem to
32 * proc.c: fixed date_unix2dos for dates earlier than 01/01/1980
37 * proc.c: make smb_errno return negative error values
42 * proc.c, ioctl.c: Allow smbmount to signal failure to reconnect with
44 * proc.c: Add some of the missing error codes to smb_errno
[all …]
/linux-2.4.37.9/include/linux/sunrpc/
Dclnt.h99 #define rpcproc_bufsiz(clnt, proc) ((clnt)->cl_procinfo[proc].p_bufsiz) argument
100 #define rpcproc_encode(clnt, proc) ((clnt)->cl_procinfo[proc].p_encode) argument
101 #define rpcproc_decode(clnt, proc) ((clnt)->cl_procinfo[proc].p_decode) argument
102 #define rpcproc_name(clnt, proc) ((clnt)->cl_procinfo[proc].p_procname) argument
103 #define rpcproc_count(clnt, proc) ((clnt)->cl_procinfo[proc].p_count) argument
104 #define rpcproc_timer(clnt, proc) ((clnt)->cl_procinfo[proc].p_timer) argument
132 int rpc_call(struct rpc_clnt *clnt, u32 proc, void *argp, void *resp, int flags) in rpc_call() argument
134 struct rpc_message msg = { proc, argp, resp, NULL }; in rpc_call()
/linux-2.4.37.9/Documentation/s390/
DCommonIO1 S/390 common I/O-Layer - command line parameters and /proc entries
32 An ignored device can be un-ignored later; see the "/proc entries"-section for
47 Determines whether the entries under /proc/deviceinfo/ (see below) should be
54 /proc entries
57 * /proc/subchannels
76 * /proc/deviceinfo/
79 - /proc/deviceinfo/<devno>/chpids:
81 - /proc/deviceinfo/<devno>/in_use:
83 - /proc/deviceinfo/<devno>/sensedata:
93 * /proc/cio_ignore
[all …]
Ds390dbf.txt15 it is possible to look at the debug logs on a live system via the Linux proc
55 the proc-filesystem. Under the path /proc/s390dbf there is
64 a view can be inspected simply by reading the corresponding proc file.
72 The actual debug level can be changed with the help of the proc-filesystem
73 through writing a number string "x" to the 'level' proc file which is
75 by using "-" on the 'level' proc file.
79 > echo "-" > /proc/s390dbf/dasd/level
88 Parameter: name: Name of debug log (e.g. used for proc entry)
245 Description: registers new debug view and creates proc dir entry
256 Description: unregisters debug view and removes proc dir entry
[all …]
/linux-2.4.37.9/include/asm-cris/
Dsmp_lock.h17 int proc = smp_processor_id(); in lock_kernel() local
27 if (proc == active_kernel_processor) in lock_kernel()
37 if (test_bit(proc, (void *)&smp_invalidate_needed)) in lock_kernel()
38 if (clear_bit(proc, (void *)&smp_invalidate_needed)) in lock_kernel()
47 active_kernel_processor = proc; in lock_kernel()
/linux-2.4.37.9/net/khttpd/
DREADME41 2) configure the module in /proc/sys/net/khttpd if needed
42 3) echo 1 > /proc/sys/net/khttpd/start
46 echo 1 > /proc/sys/net/khttpd/stop
47 echo 1 > /proc/sys/net/khttpd/unload
75 is done through the /proc filesystem, and can thus be done from inside
95 echo 80 > /proc/sys/net/khttpd/clientport
96 echo 8080 > /proc/sys/net/khttpd/serverport
97 echo /var/www > /proc/sys/net/khttpd/documentroot
98 echo php3 > /proc/sys/net/khttpd/dynamic
99 echo shtml > /proc/sys/net/khttpd/dynamic
[all …]
/linux-2.4.37.9/Documentation/networking/
Dcomx.txt39 This creates the /proc/comx directory.
42 /proc INTERFACE INTRO
44 The COMX driver set has a new type of user interface based on the /proc
48 and 'route' etc.) has a corresponding directory under /proc/comx. You can
49 dynamically create a new interface by saying 'mkdir /proc/comx/comx0' (or you
80 mkdir /proc/comx/comx0
81 echo comx >/proc/comx/comx0/boardtype
82 echo 0x360 >/proc/comx/comx0/io <- jumper-selectable I/O port
83 echo 0x0a >/proc/comx/comx0/irq <- jumper-selectable IRQ line
84 echo 0xd000 >/proc/comx/comx0/memaddr <- software-configurable memory
[all …]
Dslicecom.hun40 mkdir /proc/comx/comx0.1/
41 echo slicecom >/proc/comx/comx0.1/boardtype
42 echo hdlc >/proc/comx/comx0.1/protocol
43 echo 1 2 >/proc/comx/comx0.1/timeslots
49 mkdir /proc/comx/comx0.2/
50 echo slicecom >/proc/comx/comx0.2/boardtype
51 echo ppp >/proc/comx/comx0.2/protocol
52 echo 3 >/proc/comx/comx0.2/timeslots
101 Konfiguralasi interfesz a /proc/comx/ alatt:
122 sorrendben ertve: ahogyan a /proc/pci-ban vagy az 'lspci'
[all …]
Dslicecom.txt43 mkdir /proc/comx/comx0.1/
44 echo slicecom >/proc/comx/comx0.1/boardtype
45 echo hdlc >/proc/comx/comx0.1/protocol
46 echo 1 2 >/proc/comx/comx0.1/timeslots
52 mkdir /proc/comx/comx0.2/
53 echo slicecom >/proc/comx/comx0.2/boardtype
54 echo ppp >/proc/comx/comx0.2/protocol
55 echo 3 >/proc/comx/comx0.2/timeslots
103 The '/proc/comx' configuring interface:
121 PCI order) as listed in '/proc/pci' or the output of the
[all …]
Ddecnet.txt45 using /proc/sys/net/decnet/conf/<dev>/forwarding. This file can be
49 also be set through the /proc/sys/net/decnet/ files, as can other system
55 /proc/net/decnet_dev). There is a utility available at the above
66 You will also need to set /proc/sys/net/decnet/default_device to the
70 echo -n "eth0" >/proc/sys/net/decnet/default_device
72 There is a list of what the other files under /proc/sys/net/decnet/ do
77 This is either done through the sysctl/proc interface (see the kernel web
102 - Is the node address set (see /proc/sys/net/decnet/node_address)
104 (see /proc/sys/net/decnet/conf/<dev>/forwarding)
109 you should find that it is listed in /proc/net/decnet_dev and also
[all …]
/linux-2.4.37.9/Documentation/
Dmtrr.txt27 The CONFIG_MTRR option creates a /proc/mtrr file which may be used
34 There are two interfaces to /proc/mtrr: one is an ASCII interface
43 % cat /proc/mtrr
48 # echo "base=0xf8000000 size=0x400000 type=write-combining" >! /proc/mtrr
50 # echo "base=0xf8000000 size=0x400000 type=write-combining" >| /proc/mtrr
53 % cat /proc/mtrr
76 in other words the X server will manipulate /proc/mtrr using the
82 %echo "base=0xfb000000 size=0x1000000 type=write-combining" >/proc/mtrr
83 %echo "base=0xfb000000 size=0x1000 type=uncachable" >/proc/mtrr
85 And the results: cat /proc/mtrr
[all …]
DREADME.DAC960286 special files created in the /proc/rd/... hierarchy along with the normal
290 controller is always available for controller N in /proc/rd/cN/initial_status,
292 /proc/rd/cN/current_status. In addition, status changes are also logged by the
295 is also available in /proc/rd/cN/current_status, and progress messages are
299 available in /proc/rd/cN/initial_status and /proc/rd/cN/current_status has been
338 /proc/rd/status returns "OK" when all DAC960 controllers in the system are
343 /proc/rd/cN/user_command. A human readable command can be written to this
348 echo "<configuration-command>" > /proc/rd/c0/user_command
349 cat /proc/rd/c0/user_command
424 gwynedd:/u/lnz# cat /proc/rd/c0/current_status
[all …]
/linux-2.4.37.9/Documentation/filesystems/
Dproc.txt2 T H E /proc F I L E S Y S T E M
4 /proc/sys Terrehon Bowden <terrehon@pacbell.net> October 7 1999
23 1.3 IDE devices in /proc/ide
24 1.4 Networking info in /proc/net
26 1.6 Parallel port info in /proc/parport
27 1.7 TTY info in /proc/tty
30 2.1 /proc/sys/fs - File system data
31 2.2 /proc/sys/fs/binfmt_misc - Miscellaneous binary formats
32 2.3 /proc/sys/kernel - general kernel parameters
33 2.4 /proc/sys/vm - The virtual memory subsystem
[all …]
/linux-2.4.37.9/include/asm-mips64/sn/sn0/
Dip27.h42 #define KL_GET_CPUNUM(proc) \
43 dli proc, LOCAL_HUB(0); \
44 ld proc, PI_CPU_NUM(proc)
/linux-2.4.37.9/drivers/isdn/hisax/
Dl3_1tr6.c758 struct l3_process *proc; in up1tr6() local
810 if (!(proc = getl3proc(st, cr))) { in up1tr6()
813 if (!(proc = new_l3_process(st, cr))) { in up1tr6()
833 if (!(proc = new_l3_process(st, cr))) { in up1tr6()
846 ((1 << proc->state) & datastln1[i].state)) in up1tr6()
853 proc->state, mt); in up1tr6()
861 proc->state, mt); in up1tr6()
864 datastln1[i].rout(proc, pr, skb); in up1tr6()
873 struct l3_process *proc; in down1tr6() local
884 if (!(proc = new_l3_process(st, cr))) { in down1tr6()
[all …]
Dl3ni1.c95 { struct l3_process *proc; in ni1_new_l3_process() local
97 if (!(proc = new_l3_process(st, cr))) in ni1_new_l3_process()
100 proc->prot.ni1.invoke_id = 0; in ni1_new_l3_process()
101 proc->prot.ni1.remote_operation = 0; in ni1_new_l3_process()
102 proc->prot.ni1.uus1_data[0] = '\0'; in ni1_new_l3_process()
104 return(proc); in ni1_new_l3_process()
122 { struct l3_process *pc = st->l3.proc; /* start of processes */ in l3ni1_search_dummy_proc()
153 ic.parm.ni1_io.proc = pc->prot.ni1.proc; in l3ni1_dummy_return_result()
186 ic.parm.ni1_io.proc = pc->prot.ni1.proc; in l3ni1_dummy_error_return()
220 ic.parm.ni1_io.proc = ident; in l3ni1_dummy_invoke()
[all …]
Dl3dss1.c97 { struct l3_process *proc; in dss1_new_l3_process() local
99 if (!(proc = new_l3_process(st, cr))) in dss1_new_l3_process()
102 proc->prot.dss1.invoke_id = 0; in dss1_new_l3_process()
103 proc->prot.dss1.remote_operation = 0; in dss1_new_l3_process()
104 proc->prot.dss1.uus1_data[0] = '\0'; in dss1_new_l3_process()
106 return(proc); in dss1_new_l3_process()
124 { struct l3_process *pc = st->l3.proc; /* start of processes */ in l3dss1_search_dummy_proc()
155 ic.parm.dss1_io.proc = pc->prot.dss1.proc; in l3dss1_dummy_return_result()
188 ic.parm.dss1_io.proc = pc->prot.dss1.proc; in l3dss1_dummy_error_return()
222 ic.parm.dss1_io.proc = ident; in l3dss1_dummy_invoke()
[all …]
Disdnl3.c251 struct l3_process *p = st->l3.proc; in getl3proc()
270 if (!st->l3.proc) in new_l3_process()
271 st->l3.proc = p; in new_l3_process()
273 np = st->l3.proc; in new_l3_process()
296 np = p->st->l3.proc; in release_l3_process()
302 else if (!(p->st->l3.proc = np->next) && in release_l3_process()
331 struct l3_process *p = st->l3.proc; in l3ml3p()
347 st->l3.proc = NULL; in setstack_l3dc()
402 while (st->l3.proc) in releasestack_isdnl3()
403 release_l3_process(st->l3.proc); in releasestack_isdnl3()
[all …]
/linux-2.4.37.9/fs/nfsd/
Dnfssvc.c259 struct svc_procedure *proc; in nfsd_dispatch() local
265 proc = rqstp->rq_procinfo; in nfsd_dispatch()
268 switch (nfsd_cache_lookup(rqstp, proc->pc_cachetype)) { in nfsd_dispatch()
279 xdr = proc->pc_decode; in nfsd_dispatch()
288 nfserr = proc->pc_func(rqstp, rqstp->rq_argp, rqstp->rq_resp); in nfsd_dispatch()
302 xdr = proc->pc_encode; in nfsd_dispatch()
313 nfsd_cache_update(rqstp, proc->pc_cachetype, statp + 1); in nfsd_dispatch()
/linux-2.4.37.9/Documentation/isdn/
DREADME.avmb176 /proc-Interface
79 /proc/capi:
92 /proc/capi/applications:
102 /proc/capi/applstats:
111 /proc/capi/capi20: statistics of capi.o (/dev/capi20)
124 /proc/capi/capidrv: statistics of capidrv.o (capi messages)
133 /proc/capi/controller:
140 /proc/capi/contrstats:
151 /proc/capi/driver:
159 /proc/capi/ncci:
[all …]
/linux-2.4.37.9/drivers/ide/
Dide-proc.c792 struct proc_dir_entry *parent = hwif->proc; in create_proc_ide_drives()
800 if (drive->proc) in create_proc_ide_drives()
803 drive->proc = proc_mkdir(drive->name, parent); in create_proc_ide_drives()
804 if (drive->proc) in create_proc_ide_drives()
805 ide_add_proc_entries(drive->proc, generic_drive_entries, drive); in create_proc_ide_drives()
818 if (drive->proc) { in destroy_proc_ide_device()
819 ide_remove_proc_entries(drive->proc, driver->proc); in destroy_proc_ide_device()
820 ide_remove_proc_entries(drive->proc, generic_drive_entries); in destroy_proc_ide_device()
822 remove_proc_entry(drive->name, hwif->proc); in destroy_proc_ide_device()
823 drive->proc = NULL; in destroy_proc_ide_device()
[all …]
/linux-2.4.37.9/Documentation/powerpc/
Dppc_htab.txt1 Information about /proc/ppc_htab
9 This entry in the proc directory is readable by all users but only
48 Note that calculation of the data displayed from /proc/ppc_htab takes
68 echo 'size 64' > /proc/ppc_htab
75 echo 'off' > /proc/ppc_htab
79 echo 'reset' > /proc/ppc_htab
85 echo 'user' > /proc/ppc_htab
87 echo 'kernel' > /proc/ppc_htab
100 echo 'event' > /proc/ppc_htab
118 in /proc/ppc_htab.
/linux-2.4.37.9/crypto/
Dproc.c110 struct proc_dir_entry *proc; in crypto_init_proc() local
112 proc = create_proc_entry("crypto", 0, NULL); in crypto_init_proc()
113 if (proc) in crypto_init_proc()
114 proc->proc_fops = &proc_crypto_ops; in crypto_init_proc()
/linux-2.4.37.9/
DREPORTING-BUGS39 [4.] Kernel version (from /proc/version):
46 [7.2.] Processor information (from /proc/cpuinfo):
47 [7.3.] Module information (from /proc/modules):
48 [7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
50 [7.6.] SCSI information (from /proc/scsi/scsi)
52 (please look in /proc and include all information that you

12345678910>>...13