Lines Matching refs:buf_table
60 static BUF_T *buf_table = 0;
106 buf_table = (BUF_T *)buf_region;
107 bufhdr_table = (BUFHDR_T *)(buf_table + NUM_BUFS);
174 if ( buf_table ) {
175 detach_region ( buf_table, BUF_REGION_NUM, BUF_REGION_SIZE, &ref );
274 return ((ADDR_T)(buf_table+(bhp-bufhdr_table)));
336 buf_table + (bhp-bufhdr_table), bhp->refcount);
381 return ((ADDR_T)(buf_table+(bhp-bufhdr_table)));
457 bufid = ((BUF_T *)addr) - buf_table;
588 nbytes = write(fd, buf_table[bhp-bufhdr_table], BUFSIZE);
630 buf_table + (bhp-bufhdr_table), bhp->refcount);
656 *len = read(fd, buf_table[bhp-bufhdr_table], BUFSIZE);