Searched defs:store_vn (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/
H A Dids.c131 static char store_vn[PCI_IDS_MAX_LINE_LEN]; local
197 strncpy (store_vn, line + i,
199 *vendor_name = store_vn;
397 static char store_vn[USB_IDS_MAX_LINE_LEN]; local
441 strncpy (store_vn, line + i,
443 *vendor_name = store_vn;

Completed in 22 milliseconds