#include <stddef.h>
#include <semaphore.h>
#include <interrupt.h>
#include <bufpool.h>

Go to the source code of this file.
Functions | |
| void * | getbuf (int poolid) |
| Acquire buffer from initialized pool. | |
Definition in file getbuf.c.
| void* getbuf | ( | int | poolid | ) |
Acquire buffer from initialized pool.
| poolid | index of pool in bptab |
Definition at line 18 of file getbuf.c.
References disable, isbadpool, restore, SYSERR, and wait().
Referenced by allocRxBuffer(), and etherWrite().


1.5.5