Home
last modified time | relevance | path

Searched refs:saioclose (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/mipsco/stand/common/
H A Dconf.c52 #define saioclose /*(()(struct open_file*))*/0 macro
62 { "dksd", saiostrategy, saioopen, saioclose, saioioctl }, /* 1 */
63 { "tqsd", saiostrategy, saioopen, saioclose, saioioctl }, /* 2 */
H A Dsaio.h34 int saioclose(struct open_file*);
H A Dsaio.c217 saioclose(struct open_file *f) in saioclose() function