Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c798 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()
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
1082 #define ap_pathsz (sizeof (ap_path)) in pci_cfg_creat_cb() macro
1176 ap_pathsz); in pci_cfg_creat_cb()
[all …]