Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dids.c132 static char store_pn[PCI_IDS_MAX_LINE_LEN]; in ids_find_pci() local
223 strncpy (store_pn, line + i, in ids_find_pci()
225 *product_name = store_pn; in ids_find_pci()
398 static char store_pn[USB_IDS_MAX_LINE_LEN]; in ids_find_usb() local
461 strncpy (store_pn, line + i, in ids_find_usb()
463 *product_name = store_pn; in ids_find_usb()