Home | History | Annotate | Download | only in libsa

Lines Matching defs:winblk

1 /*	$NetBSD: winblk.c,v 1.8 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);
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;
310 rawread(struct winblk *ctx, int start, int nsecs, char *buf)