ptbl_buf
static struct ptbl_buf *ptbl_buf_alloc(void);
static void ptbl_buf_free(struct ptbl_buf *);
TAILQ_ENTRY(ptbl_buf) link; /* list link */
static TAILQ_HEAD(, ptbl_buf) ptbl_buf_freelist;
static struct ptbl_buf *ptbl_bufs;
(uint32_t)ptbl_bufs, sizeof(struct ptbl_buf) * PTBL_BUFS);
static struct ptbl_buf *
struct ptbl_buf *buf;
ptbl_buf_free(struct ptbl_buf *buf)
struct ptbl_buf *pbuf;
struct ptbl_buf *pbuf;
ptbl_bufs = (struct ptbl_buf *)data_end;
data_end += sizeof(struct ptbl_buf) * PTBL_BUFS;
TAILQ_HEAD(, ptbl_buf) pm_ptbl_list;