tag | line | file | source code |
dev_desc | 21 | include/asm-sparc/openprom.h | int (*v0_devclose)(int dev_desc); |
dev_desc | 22 | include/asm-sparc/openprom.h | int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); |
dev_desc | 23 | include/asm-sparc/openprom.h | int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); |
dev_desc | 24 | include/asm-sparc/openprom.h | int (*v0_wrnetdev)(int dev_desc, int num_bytes, char *buf); |
dev_desc | 25 | include/asm-sparc/openprom.h | int (*v0_rdnetdev)(int dev_desc, int num_bytes, char *buf); |
dev_desc | 26 | include/asm-sparc/openprom.h | int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf); |
dev_desc | 27 | include/asm-sparc/openprom.h | int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf); |
dev_desc | 28 | include/asm-sparc/openprom.h | int (*v0_seekdev)(int dev_desc, long logical_offst, int from); |