Searched refs:filebuf (Results 1 – 7 of 7) sorted by relevance
| /kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/ |
| D | It_los_queue_089.c | 46 …CHAR filebuf[260] = "abcdeabcde0123456789abcedfghij9876550210abcdeabcde0123456789abcedfghij9876550… in Testcase() local 62 ret = LOS_QueueWrite(g_testQueueID01, filebuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase() 65 ret = LOS_QueueWrite(g_testQueueID01, filebuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase() 77 ret = LOS_QueueWrite(g_testQueueID01, filebuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
|
| D | It_los_queue_087.c | 47 …CHAR filebuf[260] = "abcdeabcde0123456789abcedfghij9876550210abcdeabcde0123456789abcedfghij9876550… in Testcase() local 57 ret = LOS_QueueWrite(g_testQueueID01, filebuf, count, 0); in Testcase()
|
| /kernel/liteos_m/testsuites/sample/kernel/queue/ |
| D | It_los_queue_090.c | 40 …CHAR filebuf[260] = "abcdeabcde0123456789abcedfghij9876550210abcdeabcde0123456789abcedfghij9876550… in Testcase() local 66 ret = LOS_QueueWrite(queueID[index], filebuf, count, 0); in Testcase() 69 ret = LOS_QueueWrite(queueID[index], filebuf, count, 0); in Testcase() 81 ret = LOS_QueueWrite(queueID[limit - 1], filebuf, count, 0); in Testcase()
|
| D | It_los_queue_087.c | 39 …CHAR filebuf[260] = "abcdeabcde0123456789abcedfghij9876550210abcdeabcde0123456789abcedfghij9876550… in Testcase() local 49 ret = LOS_QueueWrite(g_testQueueID01, filebuf, count, 0); in Testcase()
|
| /kernel/linux/linux-5.10/usr/ |
| D | gen_init_cpio.c | 300 char *filebuf = NULL; in cpio_mkfile() local 323 filebuf = malloc(buf.st_size); in cpio_mkfile() 324 if (!filebuf) { in cpio_mkfile() 329 retval = read (file, filebuf, buf.st_size); in cpio_mkfile() 364 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile() 378 if (filebuf) free(filebuf); in cpio_mkfile()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | symbol.c | 1737 static int dso__find_perf_map(char *filebuf, size_t bufsz, in dso__find_perf_map() argument 1748 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nsi->nstgid); in dso__find_perf_map() 1750 rc = access(filebuf, R_OK); in dso__find_perf_map() 1761 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nnsi->tgid); in dso__find_perf_map()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
| D | vxge-config.h | 2078 vxge_update_fw_image(struct __vxge_hw_device *hldev, const u8 *filebuf,
|