HelenOS sources

get_sata_device_name  111 uspace/drv/block/ahci/ahci.c static errno_t get_sata_device_name(ddf_fun_t *, size_t, char *);
get_sata_device_name  138 uspace/drv/block/ahci/ahci.c 	.get_sata_device_name = &get_sata_device_name,
get_sata_device_name  211 uspace/lib/drv/generic/remote_ahci.c 	if (ahci_iface->get_sata_device_name == NULL) {
get_sata_device_name  225 uspace/lib/drv/generic/remote_ahci.c 	const errno_t ret = ahci_iface->get_sata_device_name(fun,
get_sata_device_name   52 uspace/lib/drv/include/ahci_iface.h 	errno_t (*get_sata_device_name)(ddf_fun_t *, size_t, char *);
HelenOS homepage, sources at GitHub