XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
struct rdbuff * | rdsbufalloc (struct rdscblk *rdptr) |
Definition at line 9 of file rdsbufalloc.c.
References NULL, panic(), rdscblk::rd_availsem, rdscblk::rd_chnext, rdscblk::rd_ctprev, rdscblk::rd_free, rdbuff::rd_next, rdbuff::rd_prev, rdbuff::rd_refcnt, SYSERR, and wait().
Referenced by rdscontrol(), rdsread(), and rdswrite().