HomeSort by: relevance | last modified time | path
    Searched refs:winblk (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpc/stand/libsa/
winblk.c 1 /* $NetBSD: winblk.c,v 1.8 2023/07/15 21:41:25 andvar Exp $ */
40 #include <winblk.h>
65 struct winblk { struct
74 static int rawread(struct winblk *ctx, int start, int nsecs, char *buf);
80 struct winblk *ctx = (struct winblk*)devdata;
112 struct winblk *ctx = NULL;
123 ctx = (struct winblk *)alloc(sizeof(*ctx));
149 DEBUG_PRINTF((TEXT("winblk.open: block device name is '%s'\n"),
295 struct winblk *ctx = f->f_devdata
    [all...]
  /src/sys/arch/hpcmips/stand/libsa/
winblk.c 1 /* $NetBSD: winblk.c,v 1.10 2023/07/15 21:41:25 andvar Exp $ */
40 #include <winblk.h>
65 struct winblk { struct
74 static int rawread(struct winblk *ctx, int start, int nsecs, char *buf);
79 struct winblk *ctx = (struct winblk*)devdata;
111 struct winblk *ctx = NULL;
122 ctx = (struct winblk *)alloc(sizeof(*ctx));
148 DEBUG_PRINTF((TEXT("winblk.open: block device name is '%s'\n"),
295 struct winblk *ctx = f->f_devdata
    [all...]
devopen.c 40 #include <winblk.h>
48 {"winblk", winblkstrategy, winblkopen, winblkclose, winblkioctl },
  /src/sys/arch/hpc/stand/hpcboot/
file_ufs.cpp 43 #include <winblk.h>
50 {"winblk", winblkstrategy, winblkopen,

Completed in 32 milliseconds