| tag | line | file | source code |
|---|---|---|---|
| done_f | 394 | drivers/block/floppy.c | typedef void (*done_f)(int); |
| done_f | 400 | drivers/block/floppy.c | done_f done; /* this is called to say if the operation has succeeded/failed */ |
| done_f | 1563 | drivers/block/floppy.c | (done_f)empty |