Searched refs:saioclose (Results 1 – 3 of 3) sorted by relevance
/netbsd/sys/arch/mipsco/stand/common/ |
H A D | conf.c | 52 #define saioclose /*(()(struct open_file*))*/0 macro 62 { "dksd", saiostrategy, saioopen, saioclose, saioioctl }, /* 1 */ 63 { "tqsd", saiostrategy, saioopen, saioclose, saioioctl }, /* 2 */
|
H A D | saio.h | 34 int saioclose(struct open_file*);
|
H A D | saio.c | 217 saioclose(struct open_file *f) in saioclose() function
|