Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libsa/
Dopen.c149 if (DEV_CLOSE(f->f_dev) != NULL) in open()
151 (void)DEV_CLOSE(f->f_dev)(f); in open()
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 *);
Dclose.c92 err2 = DEV_CLOSE(f->f_dev)(f); in close()
/netbsd/src/sys/arch/acorn32/stand/nbfs/
Dnbfs.c161 DEV_CLOSE(f->f_dev)(f); in nbfs_fopen()
171 derr = DEV_CLOSE(f->f_dev)(f); in nbfs_fclose()