HelenOS sources

config_space_write_8  223 uspace/drv/bus/pci/pciintel/pci.c 	.config_space_write_8 = &config_space_write_8,
config_space_write_8  209 uspace/lib/drv/generic/remote_pci.c 	if (pci_iface->config_space_write_8 == NULL) {
config_space_write_8  215 uspace/lib/drv/generic/remote_pci.c 	errno_t ret = pci_iface->config_space_write_8(fun, address, value);
config_space_write_8  110 uspace/lib/drv/include/pci_dev_iface.h 	errno_t (*config_space_write_8)(ddf_fun_t *, uint32_t address, uint8_t data);
HelenOS homepage, sources at GitHub