Home
last modified time | relevance | path

Searched refs:unixopen (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dconf.c40 { devname_hd, unixstrategy, unixopen, unixclose, unixioctl },
41 { devname_mmcd, unixstrategy, unixopen, unixclose, unixioctl },
H A Dunixdev.h45 int unixopen(struct open_file *, ...);
H A Ddevopen.c120 return unixopen(f, devname, unit, partition, *file); in devopen()
H A Dunixdev.c69 unixopen(struct open_file *f, ...) in unixopen() function