Lines Matching refs:buf_table
59 static BUF_T *buf_table = 0;
105 buf_table = (BUF_T *)buf_region;
106 bufhdr_table = (BUFHDR_T *)(buf_table + NUM_BUFS);
173 if ( buf_table ) {
174 detach_region ( buf_table, BUF_REGION_NUM, BUF_REGION_SIZE, &ref );
273 return ((ADDR_T)(buf_table+(bhp-bufhdr_table)));
335 buf_table + (bhp-bufhdr_table), bhp->refcount);
380 return ((ADDR_T)(buf_table+(bhp-bufhdr_table)));
456 bufid = ((BUF_T *)addr) - buf_table;
587 nbytes = write(fd, buf_table[bhp-bufhdr_table], BUFSIZE);
629 buf_table + (bhp-bufhdr_table), bhp->refcount);
655 *len = read(fd, buf_table[bhp-bufhdr_table], BUFSIZE);