Searched refs:unixopen (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/zaurus/stand/zboot/ |
H A D | conf.c | 40 { devname_hd, unixstrategy, unixopen, unixclose, unixioctl }, 41 { devname_mmcd, unixstrategy, unixopen, unixclose, unixioctl },
|
H A D | unixdev.h | 45 int unixopen(struct open_file *, ...);
|
H A D | devopen.c | 120 return unixopen(f, devname, unit, partition, *file); in devopen()
|
H A D | unixdev.c | 69 unixopen(struct open_file *f, ...) in unixopen() function
|