HelenOS sources
ID_MAX_STR_LEN 384 uspace/drv/bus/pci/pciintel/pci.c char match_id_str[ID_MAX_STR_LEN];
ID_MAX_STR_LEN 387 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN, "pci/ven=%04"
ID_MAX_STR_LEN 399 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN,
ID_MAX_STR_LEN 412 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN,
ID_MAX_STR_LEN 425 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN,
ID_MAX_STR_LEN 438 uspace/drv/bus/pci/pciintel/pci.c ret = snprintf(match_id_str, ID_MAX_STR_LEN, "pci/class=%02x",
HelenOS homepage, sources at GitHub