|
|
| version 1.6, 2003/08/20 09:56:33 | version 1.7, 2004/05/02 03:05:11 |
|---|---|
| Line 104 static vfs_namemap_t signames[] = { | Line 104 static vfs_namemap_t signames[] = { |
| static int procfs_control (struct proc *curp, struct proc *p, int op); | static int procfs_control (struct proc *curp, struct proc *p, int op); |
| static int | static int |
| procfs_control(curp, p, op) | procfs_control(struct proc *curp, struct proc *p, int op) |
| struct proc *curp; | |
| struct proc *p; | |
| int op; | |
| { | { |
| int error; | int error; |
| Line 275 procfs_control(curp, p, op) | Line 272 procfs_control(curp, p, op) |
| } | } |
| int | int |
| procfs_doctl(curp, p, pfs, uio) | procfs_doctl(struct proc *curp, struct proc *p, struct pfsnode *pfs, |
| struct proc *curp; | struct uio *uio) |
| struct pfsnode *pfs; | |
| struct uio *uio; | |
| struct proc *p; | |
| { | { |
| int xlen; | int xlen; |
| int error; | int error; |