Home
last modified time | relevance | path

Searched refs:DEV_CLOSE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dopen.c149 if (DEV_CLOSE(f->f_dev) != NULL) in open()
151 (void)DEV_CLOSE(f->f_dev)(f); in open()
H A Dstand.h193 #define DEV_CLOSE(d) ((d)->dv_close) macro
201 #define DEV_CLOSE(d) ___CONCAT(LIBSA_SINGLE_DEVICE,close) macro
207 int (DEV_CLOSE(unused))(struct open_file *);
H A Dclose.c92 err2 = DEV_CLOSE(f->f_dev)(f); in close()
/netbsd-src/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.c161 DEV_CLOSE(f->f_dev)(f); in nbfs_fopen()
171 derr = DEV_CLOSE(f->f_dev)(f); in nbfs_fclose()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Ddevopen.c281 DEV_CLOSE(f->f_dev)(f); in devopen()