HelenOS sources

get_sata_device_name  112 uspace/drv/block/ahci/ahci.c static errno_t get_sata_device_name(ddf_fun_t *, size_t, char *);
get_sata_device_name  139 uspace/drv/block/ahci/ahci.c 	.get_sata_device_name = &get_sata_device_name,
get_sata_device_name  217 uspace/lib/drv/generic/remote_ahci.c 	if (ahci_iface->get_sata_device_name == NULL) {
get_sata_device_name  231 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