Home
last modified time | relevance | path

Searched refs:dev_str (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/qlxgb/
HDqla_os.c119 static char dev_str[64]; variable
130 snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d", in qla_pci_probe()
134 device_set_desc(dev, dev_str); in qla_pci_probe()
141 printf("%s: %s\n ", __func__, dev_str); in qla_pci_probe()
/NextBSD/sys/dev/qlxge/
HDqls_os.c119 static char dev_str[64]; variable
131 snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d", in qls_pci_probe()
138 device_set_desc(dev, dev_str); in qls_pci_probe()
145 printf("%s: %s\n ", __func__, dev_str); in qls_pci_probe()
/NextBSD/sys/dev/qlxgbe/
HDql_os.c123 static char dev_str[64]; variable
135 snprintf(dev_str, sizeof(dev_str), "%s v%d.%d.%d", in qla_pci_probe()
142 device_set_desc(dev, dev_str); in qla_pci_probe()
149 printf("%s: %s\n ", __func__, dev_str); in qla_pci_probe()