550W Document
550W, a high-end OS
|
#include <virtio.h>
Public 属性 | |
int | valid |
int | disk |
uint | dev |
uint | sectorno |
sleep_lock_t | lock |
uint | refcnt |
struct buf * | prev |
struct buf * | next |
char | data [BSIZE] |
char buf::data[BSIZE] |
uint buf::dev |
int buf::disk |
sleep_lock_t buf::lock |
struct buf* buf::next |
struct buf* buf::prev |
uint buf::refcnt |
uint buf::sectorno |
int buf::valid |