Searched refs:buf_len (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libcpio/include/cpio/
H A Dcpio.h83 * @param[in] buf_len The length of the provided buf
85 void cpio_ls(void *archive, unsigned long len, char **buf, unsigned long buf_len);
/seL4-refos-master/projects/util_libs/libcpio/include/cpio/
H A Dcpio.h83 * @param[in] buf_len The length of the provided buf
85 void cpio_ls(void *archive, unsigned long len, char **buf, unsigned long buf_len);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Di2c.c27 size_t buf_len; member in struct:omap4_i2c_dev
190 dev->buf_len = size;
342 bytes = dev->buf_len - dev->buf_pos;
346 bytes = MIN(dev->fifo_threshold, dev->buf_len - dev->buf_pos);
366 bytes = dev->buf_len - dev->buf_pos;
370 bytes = MIN(dev->fifo_threshold, dev->buf_len - dev->buf_pos);
/seL4-refos-master/libs/libplatsupport/src/plat/am335x/
H A Di2c.c27 size_t buf_len; member in struct:omap4_i2c_dev
190 dev->buf_len = size;
342 bytes = dev->buf_len - dev->buf_pos;
346 bytes = MIN(dev->fifo_threshold, dev->buf_len - dev->buf_pos);
366 bytes = dev->buf_len - dev->buf_pos;
370 bytes = MIN(dev->fifo_threshold, dev->buf_len - dev->buf_pos);
/seL4-refos-master/libs/libcpio/src/
H A Dcpio.c259 void cpio_ls(void *archive, unsigned long len, char **buf, unsigned long buf_len) { argument
264 for (unsigned long i = 0; i < buf_len; i++) {
/seL4-refos-master/projects/util_libs/libcpio/src/
H A Dcpio.c259 void cpio_ls(void *archive, unsigned long len, char **buf, unsigned long buf_len) { argument
264 for (unsigned long i = 0; i < buf_len; i++) {

Completed in 65 milliseconds