Lines Matching refs:PCI_NAME_MAX
66 #define PCI_NAME_MAX 256 macro
70 char pp_name[PCI_NAME_MAX];
77 char psc_name[PCI_NAME_MAX];
85 char pc_name[PCI_NAME_MAX];
95 char ps_name[PCI_NAME_MAX];
103 char pd_name[PCI_NAME_MAX];
111 char pv_name[PCI_NAME_MAX];
152 (void) strlcpy(vend->pv_name, buf, PCI_NAME_MAX); in parse_vendor()
176 (void) strlcpy(dev->pd_name, buf, PCI_NAME_MAX); in parse_device()
201 (void) strlcpy(sub->ps_name, buf, PCI_NAME_MAX); in parse_subdev()
224 (void) strlcpy(class->pc_name, buf, PCI_NAME_MAX); in pcidb_parse_class()
247 (void) strlcpy(sub->psc_name, buf, PCI_NAME_MAX); in pcidb_parse_subclass()
269 (void) strlcpy(prog->pp_name, buf, PCI_NAME_MAX); in pcidb_parse_progif()