XINU
Data Fields
rdbuff Struct Reference

#include <rdisksys.h>

Collaboration diagram for rdbuff:
Collaboration graph
[legend]

Data Fields

uint32 rd_blknum
 
char rd_block [RD_BLKSIZ]
 
struct rdbuffrd_next
 
int32 rd_op
 
pid32 rd_pid
 
struct rdbuffrd_prev
 
int32 rd_refcnt
 
int32 rd_status
 

Detailed Description

Definition at line 55 of file rdisksys.h.

Field Documentation

◆ rd_blknum

uint32 rdbuff::rd_blknum

Definition at line 61 of file rdisksys.h.

Referenced by rdscontrol(), rdsprocess(), rdsread(), and rdswrite().

◆ rd_block

char rdbuff::rd_block[RD_BLKSIZ]

Definition at line 65 of file rdisksys.h.

Referenced by rdsprocess(), rdsread(), and rdswrite().

◆ rd_next

struct rdbuff* rdbuff::rd_next

Definition at line 56 of file rdisksys.h.

Referenced by rdsbufalloc(), rdsclose(), rdscontrol(), rdsinit(), rdsprocess(), rdsread(), and rdswrite().

◆ rd_op

int32 rdbuff::rd_op

Definition at line 58 of file rdisksys.h.

Referenced by rdscontrol(), rdsprocess(), rdsread(), and rdswrite().

◆ rd_pid

pid32 rdbuff::rd_pid

Definition at line 63 of file rdisksys.h.

Referenced by rdscontrol(), rdsprocess(), rdsread(), and rdswrite().

◆ rd_prev

struct rdbuff* rdbuff::rd_prev

Definition at line 57 of file rdisksys.h.

Referenced by rdsbufalloc(), rdsclose(), rdscontrol(), rdsprocess(), rdsread(), and rdswrite().

◆ rd_refcnt

int32 rdbuff::rd_refcnt

Definition at line 59 of file rdisksys.h.

Referenced by rdsbufalloc(), rdscontrol(), rdsprocess(), rdsread(), and rdswrite().

◆ rd_status

int32 rdbuff::rd_status

Definition at line 62 of file rdisksys.h.

Referenced by rdsclose(), rdscontrol(), rdsinit(), rdsread(), and rdswrite().


The documentation for this struct was generated from the following file: