Searched refs:unixioctl (Results 1 – 3 of 3) 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 }, 42 { devname_path, unixstrategy, unixpathopen, unixclose, unixioctl },
|
H A D | unixdev.h | 48 int unixioctl(struct open_file *, u_long, void *);
|
H A D | unixdev.c | 179 unixioctl(struct open_file *f, u_long cmd, void *data) in unixioctl() function
|