Home
last modified time | relevance | path

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

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