/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 in typeref:typename:int 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 in typeref:typename:int 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 in typeref:typename:void 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);
|