Searched refs:cirbuf_get_buf_head (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_cirbuf.c | 116 if (cirbuf_get_buf_head(&cb, tmp, sizeof(CIRBUF_STR_HEAD)) in test_cirbuf_string_misc() 157 if (cirbuf_get_buf_head(&cb, tmp, sizeof(CIRBUF_STR_HEAD)) in test_cirbuf_string_add_del() 224 if (cirbuf_get_buf_head(&cb, tmp, sizeof(CIRBUF_STR_TAIL)) in test_cirbuf_string_add_del() 409 if (cirbuf_get_buf_head(&cb, tmp, sizeof(CIRBUF_STR_HEAD) + 1) in test_cirbuf_string_get_del_boundaries() 453 if (cirbuf_get_buf_head(&cb, tmp, sizeof(CIRBUF_STR_TAIL) + 1) in test_cirbuf_string_get_del_boundaries() 643 if (cirbuf_get_buf_head(&cb, tmp, 1) > 0) { in test_cirbuf_char_add_del() 955 if (cirbuf_get_buf_head(&cb, tmp, in test_cirbuf_align_left() 1147 if (cirbuf_get_buf_head(&cb, tmp, in test_cirbuf_align_right() 1227 if (cirbuf_get_buf_head(0, 0, 0) == 0) in test_cirbuf_invalid_param() 1232 if (cirbuf_get_buf_head(&cb, 0, 0) == 0) in test_cirbuf_invalid_param() [all …]
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | version.map | 18 cirbuf_get_buf_head;
|
| H A D | cmdline_cirbuf.h | 169 int cirbuf_get_buf_head(struct cirbuf *cbuf, char *c, unsigned int size);
|
| H A D | cmdline_cirbuf.c | 324 cirbuf_get_buf_head(struct cirbuf *cbuf, char *c, unsigned int size) in cirbuf_get_buf_head() function
|
| H A D | cmdline_rdline.c | 325 cirbuf_get_buf_head(&rdl->right, rdl->kill_buf, RDLINE_BUF_SIZE); in rdline_char_in()
|