View | Details | Raw Unified | Return to bug 31428
Collapse All | Expand All

(-)uio.9.x Mon Oct 22 01:49:26 2001 (-4 / +4 lines)
Lines 44-50 Link Here
44
       int     uio_resid;
44
       int     uio_resid;
45
       enum    uio_seg uio_segflg;
45
       enum    uio_seg uio_segflg;
46
       enum    uio_rw uio_rw;
46
       enum    uio_rw uio_rw;
47
       struct  proc *uio_procp;
47
       struct  thread *uio_td;
48
};
48
};
49
.Ed
49
.Ed
50
.Ft int
50
.Ft int
Lines 102-111 Link Here
102
.Dv UIO_READ ,
102
.Dv UIO_READ ,
103
or
103
or
104
.Dv UIO_WRITE .
104
.Dv UIO_WRITE .
105
.It Dv uio_procp
105
.It Dv uio_td
106
The pointer to a
106
The pointer to a
107
.Li struct proc
107
.Li struct thread
108
for the associated process; used if
108
for the associated thread; used if
109
.Dv uio_segflg
109
.Dv uio_segflg
110
indicates that the transfer is to be made from/to a process's address
110
indicates that the transfer is to be made from/to a process's address
111
space.
111
space.

Return to bug 31428