Home
last modified time | relevance | path

Searched refs:c_buf (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/regress/sys/kern/pipe/
Dtest-thundering-herd.c48 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()
Dtest-run-down.c29 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()
Dtest-kqueue.c46 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/
Dw83l518d_sdmmc.c408 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/
Dsdmmcvar.h116 u_char *c_buf; /* remaining data */ member