HomeSort by: relevance | last modified time | path
    Searched defs:rawread (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/hpc/stand/libsa/
winblk.c 74 static int rawread(struct winblk *ctx, int start, int nsecs, char *buf);
90 if (error = rawread(ctx, dblk, nblks, buf)) {
94 if (error = rawread(ctx, dblk + nblks, 1, ctx->buf)) {
206 if (error = rawread(ctx, MBR_BBSECTOR, 1, ctx->buf)) {
259 if (error = rawread(ctx, ctx->start + LABELSECTOR, 1, ctx->buf)) {
310 rawread(struct winblk *ctx, int start, int nsecs, char *buf) function
322 DEBUG_PRINTF((TEXT("rawread(0x%x, %d)"), start, nsecs));
winblk.c 74 static int rawread(struct winblk *ctx, int start, int nsecs, char *buf);
90 if (error = rawread(ctx, dblk, nblks, buf)) {
94 if (error = rawread(ctx, dblk + nblks, 1, ctx->buf)) {
206 if (error = rawread(ctx, MBR_BBSECTOR, 1, ctx->buf)) {
259 if (error = rawread(ctx, ctx->start + LABELSECTOR, 1, ctx->buf)) {
310 rawread(struct winblk *ctx, int start, int nsecs, char *buf) function
322 DEBUG_PRINTF((TEXT("rawread(0x%x, %d)"), start, nsecs));
  /src/sys/arch/hpcmips/stand/libsa/
winblk.c 74 static int rawread(struct winblk *ctx, int start, int nsecs, char *buf);
89 if (error = rawread(ctx, dblk, nblks, buf)) {
93 if (error = rawread(ctx, dblk + nblks, 1, ctx->buf)) {
206 if (error = rawread(ctx, MBR_BBSECTOR, 1, ctx->buf)) {
259 if (error = rawread(ctx, ctx->start + LABELSECTOR, 1, ctx->buf)) {
310 rawread(struct winblk *ctx, int start, int nsecs, char *buf) function
322 DEBUG_PRINTF((TEXT("rawread(0x%x, %d)"), start, nsecs));
winblk.c 74 static int rawread(struct winblk *ctx, int start, int nsecs, char *buf);
89 if (error = rawread(ctx, dblk, nblks, buf)) {
93 if (error = rawread(ctx, dblk + nblks, 1, ctx->buf)) {
206 if (error = rawread(ctx, MBR_BBSECTOR, 1, ctx->buf)) {
259 if (error = rawread(ctx, ctx->start + LABELSECTOR, 1, ctx->buf)) {
310 rawread(struct winblk *ctx, int start, int nsecs, char *buf) function
322 DEBUG_PRINTF((TEXT("rawread(0x%x, %d)"), start, nsecs));
  /src/sbin/dump/
rcache.c 196 rawread(daddr_t blkno, char *buf, int size) function
207 msg("rawread: lseek fails\n");
252 msg("rawread: lseek2 fails: %s!\n",
284 rawread(blkno, buf, size);
291 rawread(blkno, buf, size);
384 rawread(oblkno, obuf, osize);
426 rawread(oblkno, obuf, osize);
rcache.c 196 rawread(daddr_t blkno, char *buf, int size) function
207 msg("rawread: lseek fails\n");
252 msg("rawread: lseek2 fails: %s!\n",
284 rawread(blkno, buf, size);
291 rawread(blkno, buf, size);
384 rawread(oblkno, obuf, osize);
426 rawread(oblkno, obuf, osize);
  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 2408 size_t readbytes, written, eoedlen, rawread, rawwritten; local
2476 if (!TEST_true(BIO_read_ex(rbio, data, sizeof(data), &rawread))
2477 || !TEST_size_t_lt(rawread, sizeof(data))
2478 || !TEST_size_t_gt(rawread, SSL3_RT_HEADER_LENGTH))
2504 if (!TEST_true(BIO_write_ex(rbio, data + eoedlen, rawread - eoedlen,
2506 || !TEST_size_t_eq(rawwritten, rawread - eoedlen))
sslapitest.c 2408 size_t readbytes, written, eoedlen, rawread, rawwritten; local
2476 if (!TEST_true(BIO_read_ex(rbio, data, sizeof(data), &rawread))
2477 || !TEST_size_t_lt(rawread, sizeof(data))
2478 || !TEST_size_t_gt(rawread, SSL3_RT_HEADER_LENGTH))
2504 if (!TEST_true(BIO_write_ex(rbio, data + eoedlen, rawread - eoedlen,
2506 || !TEST_size_t_eq(rawwritten, rawread - eoedlen))
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 3518 size_t readbytes, written, eoedlen, rawread, rawwritten; local
3595 if (!TEST_true(BIO_read_ex(rbio, data, sizeof(data), &rawread))
3596 || !TEST_size_t_lt(rawread, sizeof(data))
3597 || !TEST_size_t_gt(rawread, SSL3_RT_HEADER_LENGTH))
3623 if (!TEST_true(BIO_write_ex(rbio, data + eoedlen, rawread - eoedlen,
3625 || !TEST_size_t_eq(rawwritten, rawread - eoedlen))
sslapitest.c 3518 size_t readbytes, written, eoedlen, rawread, rawwritten; local
3595 if (!TEST_true(BIO_read_ex(rbio, data, sizeof(data), &rawread))
3596 || !TEST_size_t_lt(rawread, sizeof(data))
3597 || !TEST_size_t_gt(rawread, SSL3_RT_HEADER_LENGTH))
3623 if (!TEST_true(BIO_write_ex(rbio, data + eoedlen, rawread - eoedlen,
3625 || !TEST_size_t_eq(rawwritten, rawread - eoedlen))
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 3747 size_t readbytes, written, eoedlen, rawread, rawwritten; local
3830 if (!TEST_true(BIO_read_ex(rbio, data, sizeof(data), &rawread))
3831 || !TEST_size_t_lt(rawread, sizeof(data))
3832 || !TEST_size_t_gt(rawread, SSL3_RT_HEADER_LENGTH))
3858 if (!TEST_true(BIO_write_ex(rbio, data + eoedlen, rawread - eoedlen,
3860 || !TEST_size_t_eq(rawwritten, rawread - eoedlen))
sslapitest.c 3747 size_t readbytes, written, eoedlen, rawread, rawwritten; local
3830 if (!TEST_true(BIO_read_ex(rbio, data, sizeof(data), &rawread))
3831 || !TEST_size_t_lt(rawread, sizeof(data))
3832 || !TEST_size_t_gt(rawread, SSL3_RT_HEADER_LENGTH))
3858 if (!TEST_true(BIO_write_ex(rbio, data + eoedlen, rawread - eoedlen,
3860 || !TEST_size_t_eq(rawwritten, rawread - eoedlen))

Completed in 102 milliseconds