/src/sys/arch/zaurus/stand/zboot/ |
conf.c | 40 { devname_hd, unixstrategy, unixopen, unixclose, unixioctl }, 41 { devname_mmcd, unixstrategy, unixopen, unixclose, unixioctl },
|
unixdev.h | 45 int unixopen(struct open_file *, ...);
|
devopen.c | 120 return unixopen(f, devname, unit, partition, *file);
|
unixdev.c | 69 unixopen(struct open_file *f, ...) function in typeref:typename:int
|