OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rawread
(Results
1 - 3
of
3
) 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));
/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));
/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);
Completed in 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026