HelenOS sources
ata_channel_destroy 166 uspace/drv/block/isa-ide/isa-ide.c (void) ata_channel_destroy(chan->channel);
ata_channel_destroy 184 uspace/drv/block/isa-ide/isa-ide.c rc = ata_channel_destroy(chan->channel);
ata_channel_destroy 297 uspace/drv/block/pci-ide/pci-ide.c (void) ata_channel_destroy(chan->channel);
ata_channel_destroy 317 uspace/drv/block/pci-ide/pci-ide.c rc = ata_channel_destroy(chan->channel);
ata_channel_destroy 202 uspace/lib/ata/include/ata/ata.h extern errno_t ata_channel_destroy(ata_channel_t *);
ata_channel_destroy 83 uspace/lib/ata/test/ata.c ata_channel_destroy(chan);
ata_channel_destroy 118 uspace/lib/ata/test/ata.c ata_channel_destroy(chan);
HelenOS homepage, sources at GitHub