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

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/lcboot/
H A Ddevopen.c60 return DEV_OPEN(f->f_dev)(f, basename, file);
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/stand/common/
H A Ddevopen.c101 error = DEV_OPEN(dp)(f, fname);
/netbsd-6-1-5-RELEASE/sys/arch/arc/stand/boot/
H A Ddevopen.c123 error = DEV_OPEN(dp)(f, fname);
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Ddevopen.c132 rc = DEV_OPEN(dp)(f, ctlr, unit, part);
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/common/
H A Ddevopen.c103 rc = DEV_OPEN(dp)(f, ctlr, unit, part);
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Ddevopen.c114 rc = DEV_OPEN(dp)(f, ctlr, unit, part);
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dstand.h197 #define DEV_OPEN(d) ((d)->dv_open) macro
205 #define DEV_OPEN(d) ___CONCAT(LIBSA_SINGLE_DEVICE,open) macro
211 int (DEV_OPEN(unused))(struct open_file *, ...);

Completed in 196 milliseconds