Searched refs:len (Results 1 – 5 of 5) sorted by relevance
| /examples/api/ |
| A D | glue.h | 56 int ub_dev_read(int handle, void *buf, lbasize_t len, 58 int ub_dev_send(int handle, void *buf, int len); 59 int ub_dev_recv(int handle, void *buf, int len, int *rlen);
|
| A D | glue.c | 272 int ub_dev_read(int handle, void *buf, lbasize_t len, lbastart_t start, in ub_dev_read() argument 283 if (!syscall(API_DEV_READ, &err, di, buf, &len, &start, &act_len)) in ub_dev_read() 303 int ub_dev_recv(int handle, void *buf, int len, int *rlen) in ub_dev_recv() argument 312 if (!syscall(API_DEV_READ, &err, di, buf, &len, &act_len)) in ub_dev_recv() 321 int ub_dev_send(int handle, void *buf, int len) in ub_dev_send() argument 330 if (!syscall(API_DEV_WRITE, &err, di, buf, &len)) in ub_dev_send()
|
| A D | libgenwrap.c | 41 void *malloc (size_t len) in malloc() argument
|
| A D | demo.c | 262 void test_dump_buf(void *buf, int len) in test_dump_buf() argument 271 for (i = 0; i < len; i++) { in test_dump_buf()
|
| /examples/standalone/ |
| A D | atmel_df_pow2.c | 17 static int flash_cmd(struct spi_slave *slave, uchar cmd, uchar *buf, int len) in flash_cmd() argument 20 return spi_xfer(slave, 8 * len, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in flash_cmd()
|
Completed in 9 milliseconds