Searched refs:dv_close (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/lcboot/
H A Dconf.c44 .dv_close = flash_close,
51 .dv_close = net_close,
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootxx/
H A Dbootxx.c88 f.f_dev->dv_close(&f);
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/bootyy/
H A Dbootyy.c97 f.f_dev->dv_close(&f);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/bootxx/
H A Dbootxx.c93 (io.f_dev->dv_close)(&io);
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/pxeboot/
H A Ddevopen.c143 (*dp->dv_close)(f);
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/bootxx/
H A Dbootxx.c91 f.f_dev->dv_close(&f);
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dstand.h188 int (*dv_close)(struct open_file *); member in struct:devsw
198 #define DEV_CLOSE(d) ((d)->dv_close)

Completed in 119 milliseconds