Searched refs:c_buf (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/regress/sys/kern/pipe/ |
| D | test-thundering-herd.c | 48 char *c_buf; member 101 ctx.c_buf = malloc(ctx.c_bufsiz); in test_thundering_herd() 102 if (ctx.c_buf == NULL) in test_thundering_herd() 178 n = read(rp, ctx->c_buf, ctx->c_bufsiz); in block_proc() 180 n = write(wp, ctx->c_buf, ctx->c_bufsiz); in block_proc()
|
| D | test-run-down.c | 29 char *c_buf; member 87 ctx->c_buf = malloc(bufsiz); in ctx_setup() 88 if (ctx->c_buf == NULL) in ctx_setup() 114 free(ctx->c_buf); in ctx_teardown() 194 n = write(ctx->c_pipe[1], ctx->c_buf, ctx->c_bufsiz); in write_thread()
|
| D | test-kqueue.c | 46 char *c_buf; member 76 n = write(ctx.c_pipe[1], &ctx.c_buf[0], 1); in test_kqueue_read() 128 n = write(ctx.c_pipe[1], ctx.c_buf, ctx.c_bufsiz); in test_kqueue_write() 184 ctx->c_buf = malloc(ctx->c_bufsiz); in ctx_setup() 185 if (ctx->c_buf == NULL) in ctx_setup() 206 free(ctx->c_buf); in ctx_teardown()
|
| /openbsd/src/sys/dev/ic/ |
| D | w83l518d_sdmmc.c | 408 wb_sdmmc_read_data(wb, cmd->c_buf, datalen); in wb_sdmmc_transfer_data() 410 wb_sdmmc_write_data(wb, cmd->c_buf, datalen); in wb_sdmmc_transfer_data() 412 cmd->c_buf += datalen; in wb_sdmmc_transfer_data() 470 cmd->c_buf = cmd->c_data; in wb_sdmmc_exec_command()
|
| /openbsd/src/sys/dev/sdmmc/ |
| D | sdmmcvar.h | 116 u_char *c_buf; /* remaining data */ member
|