XINU
|
バッファプールデータ構造を初期化する。 More...
#include <xinu.h>
Go to the source code of this file.
Functions | |
status | bufinit (void) |
バッファプールデータ構造を初期化する。 More... | |
Variables | |
struct bpentry | buftab [NBPOOLS] |
バッファプールテーブルエントリ More... | |
bpid32 | nbpools |
割り当てられたバッファプールの現在の数 More... | |
バッファプールデータ構造を初期化する。
Definition in file bufinit.c.
status bufinit | ( | void | ) |
バッファプールテーブルエントリ
バッファプールテーブルのextern宣言
Definition at line 8 of file bufinit.c.
Referenced by freebuf(), getbuf(), and mkbufpool().