HelenOS sources
ID_MAX_STR_LEN 458 uspace/drv/bus/pci/pciintel/pci.c char match_id_str[ID_MAX_STR_LEN];
ID_MAX_STR_LEN 461 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN, "pci/ven=%04"
ID_MAX_STR_LEN 473 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN,
ID_MAX_STR_LEN 486 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN,
ID_MAX_STR_LEN 499 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN,
ID_MAX_STR_LEN 512 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN, "pci/class=%02x",
HelenOS homepage, sources at GitHub