Home | Sort by: relevance | last modified time | path |
/src/sys/arch/atari/stand/libsa/ | |
diskio.c | 39 typedef int (*rdsec_f)(void *buffer, u_int offset, u_int count); typedef in typeref:typename:int (*)(void * buffer,u_int offset,u_int count) 40 typedef struct { rdsec_f rds; u_int rst; u_int rend; } bdevd_t; |