HomeSort by: relevance | last modified time | path
    Searched defs:f_buf_size (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/at91/
at91pdcvar.h 55 int f_buf_size; /* size of the fifo */ member in struct:at91pdc_fifo
72 return fifo->f_length >= fifo->f_buf_size;
77 return fifo->f_buf_size - fifo->f_length;
91 fifo->f_pdc_space = fifo->f_buf_size;
131 if ((fifo->f_pdc_wr_ndx += chunk_size) >= fifo->f_buf_size)
158 cc = fifo->f_buf_size - fifo->f_pdc_rd_ndx;
183 int contig_bytes = fifo->f_buf_size - fifo->f_ndx;
194 int contig_bytes = fifo->f_buf_size - fifo->f_ndx;
212 int len = fifo->f_buf_size - fifo->f_pdc_rd_ndx;
213 int max_len = fifo->f_length - (fifo->f_buf_size - fifo->f_pdc_space)
    [all...]
  /src/sys/lib/libsa/
ext2fs.c 145 size_t f_buf_size; /* size of data block */ member in struct:file
335 fp->f_buf_size = block_size;
340 block_size, fp->f_buf, &fp->f_buf_size);
minixfs3.c 169 size_t f_buf_size; /* size of data block */ member in struct:file
359 fp->f_buf_size = block_size;
364 block_size, fp->f_buf, &fp->f_buf_size);
ufs.c 199 size_t f_buf_size; /* size of data block */ member in struct:file
556 fp->f_buf_size = block_size;
561 block_size, fp->f_buf, &fp->f_buf_size);

Completed in 13 milliseconds