Lines Matching refs:strlcpy

118 		(void) strlcpy(pci_card.notes, path, sizeof (pci_card.notes));  in stpaul_pci_callback()
127 (void) strlcpy(name, "", sizeof (name)); in stpaul_pci_callback()
206 (void) strlcpy(pci_card.name, name, sizeof (pci_card.name)); in stpaul_pci_callback()
213 (void) strlcpy(model, "", sizeof (model)); in stpaul_pci_callback()
216 (void) strlcpy(pci_card.model, model, sizeof (pci_card.model)); in stpaul_pci_callback()
344 (void) strlcpy(device_path, path, sizeof (device_path)); in stpaul_hw_rev_callback()
372 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type)); in get_bus_type()
374 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type)); in get_bus_type()
376 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type)); in get_bus_type()
378 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type)); in get_bus_type()
380 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type)); in get_bus_type()
382 (void) strlcpy(card->bus_type, "PCIE", sizeof (card->bus_type)); in get_bus_type()
384 (void) strlcpy(card->bus_type, "NONE", sizeof (card->bus_type)); in get_bus_type()
392 (void) strlcpy(card->slot_str, "0", sizeof (card->slot_str)); in get_slot_number()
395 (void) strlcpy(card->slot_str, "0", sizeof (card->slot_str)); in get_slot_number()
398 (void) strlcpy(card->slot_str, "1", sizeof (card->slot_str)); in get_slot_number()
401 (void) strlcpy(card->slot_str, "1", sizeof (card->slot_str)); in get_slot_number()
404 (void) strlcpy(card->slot_str, MOTHERBOARD, in get_slot_number()