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