/src/sys/arch/arc/stand/boot/ |
conf.c | 56 #define diskclose /*(()(struct open_file*))*/0 macro 66 { "disk", diskstrategy, diskopen, diskclose, diskioctl }, /* 0 */
|
disk.c | 194 diskclose(struct open_file *f) function in typeref:typename:int
|
/src/sys/arch/sgimips/stand/common/ |
conf.c | 53 #define diskclose /*(()(struct open_file*))*/0 macro 63 { "scsi", diskstrategy, diskopen, diskclose, diskioctl }, /* 0 */ 64 { "dksc", diskstrategy, diskopen, diskclose, diskioctl }, /* 2 */
|
disk.c | 194 diskclose(struct open_file *f) function in typeref:typename:int
|
iris_disk.c | 226 diskclose(struct open_file *f) function in typeref:typename:int
|