Lines Matching defs:winblk
1 /* $NetBSD: winblk.c,v 1.10 2023/07/15 21:41:25 andvar Exp $ */
40 #include <winblk.h>
65 struct winblk {
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;
310 rawread(struct winblk *ctx, int start, int nsecs, char *buf)