HelenOS sources
ata_channel_destroy 169 uspace/drv/block/isa-ide/isa-ide.c (void) ata_channel_destroy(chan->channel);
ata_channel_destroy 187 uspace/drv/block/isa-ide/isa-ide.c rc = ata_channel_destroy(chan->channel);
ata_channel_destroy 299 uspace/drv/block/pci-ide/pci-ide.c (void) ata_channel_destroy(chan->channel);
ata_channel_destroy 319 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