XINU
|
#include <rdisksys.h>
Data Fields | |
uint32 | rd_blknum |
char | rd_block [RD_BLKSIZ] |
struct rdbuff * | rd_next |
int32 | rd_op |
pid32 | rd_pid |
struct rdbuff * | rd_prev |
int32 | rd_refcnt |
int32 | rd_status |
Definition at line 55 of file rdisksys.h.
uint32 rdbuff::rd_blknum |
Definition at line 61 of file rdisksys.h.
Referenced by rdscontrol(), rdsprocess(), rdsread(), and rdswrite().
char rdbuff::rd_block[RD_BLKSIZ] |
Definition at line 65 of file rdisksys.h.
Referenced by rdsprocess(), rdsread(), and rdswrite().
struct rdbuff* rdbuff::rd_next |
Definition at line 56 of file rdisksys.h.
Referenced by rdsbufalloc(), rdsclose(), rdscontrol(), rdsinit(), rdsprocess(), rdsread(), and rdswrite().
int32 rdbuff::rd_op |
Definition at line 58 of file rdisksys.h.
Referenced by rdscontrol(), rdsprocess(), rdsread(), and rdswrite().
pid32 rdbuff::rd_pid |
Definition at line 63 of file rdisksys.h.
Referenced by rdscontrol(), rdsprocess(), rdsread(), and rdswrite().
struct rdbuff* rdbuff::rd_prev |
Definition at line 57 of file rdisksys.h.
Referenced by rdsbufalloc(), rdsclose(), rdscontrol(), rdsprocess(), rdsread(), and rdswrite().
int32 rdbuff::rd_refcnt |
Definition at line 59 of file rdisksys.h.
Referenced by rdsbufalloc(), rdscontrol(), rdsprocess(), rdsread(), and rdswrite().
int32 rdbuff::rd_status |
Definition at line 62 of file rdisksys.h.
Referenced by rdsclose(), rdscontrol(), rdsinit(), rdsread(), and rdswrite().