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

/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dclose.c92 err2 = DEV_CLOSE(f->f_dev)(f);
H A Dopen.c149 if (DEV_CLOSE(f->f_dev) != NULL)
151 (void)DEV_CLOSE(f->f_dev)(f);
H A Dstand.h198 #define DEV_CLOSE(d) ((d)->dv_close) macro
206 #define DEV_CLOSE(d) ___CONCAT(LIBSA_SINGLE_DEVICE,close) macro
212 int (DEV_CLOSE(unused))(struct open_file *);
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.c156 DEV_CLOSE(f->f_dev)(f);
166 derr = DEV_CLOSE(f->f_dev)(f);

Completed in 111 milliseconds