Searched refs:ap_pathsz (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | cfg_link.c | 685 char *ap_path, int ap_pathsz, char **pathret) in pci_cfg_ap_path() argument 798 if (strlen(pathptr) < ap_pathsz) { in pci_cfg_ap_path() 799 (void) strlcpy(ap_path, pathptr, ap_pathsz); in pci_cfg_ap_path() 813 (strlen(pathend) < ap_pathsz)) { in pci_cfg_ap_path() 814 (void) strlcpy(ap_path, pathend, ap_pathsz); in pci_cfg_ap_path() 832 if (strlen(buf) < ap_pathsz) { in pci_cfg_ap_path() 833 (void) strlcpy(ap_path, buf, ap_pathsz); in pci_cfg_ap_path() 853 fnm, DRVINST(node), ap_pathsz)); in pci_cfg_ap_path() 856 ap_path[ap_pathsz - 1] = '\0'; in pci_cfg_ap_path() 878 char *ap_path, int ap_pathsz) in pci_cfg_ap_legacy() argument [all …]
|