HomeSort by: relevance | last modified time | path
    Searched defs:winblk (Results 1 - 2 of 2) 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...]

Completed in 12 milliseconds