ap_pathsz
rv = pci_cfg_ap_path(minor, node, ph, ap_path, ap_pathsz,
ap_pathsz);
char *ap_path, int ap_pathsz, char **pathret)
if (strlen(pathptr) < ap_pathsz) {
(void) strlcpy(ap_path, pathptr, ap_pathsz);
(strlen(pathend) < ap_pathsz)) {
(void) strlcpy(ap_path, pathend, ap_pathsz);
if (strlen(buf) < ap_pathsz) {
(void) strlcpy(ap_path, buf, ap_pathsz);
fnm, DRVINST(node), ap_pathsz));
ap_path[ap_pathsz - 1] = '\0';
char *ap_path, int ap_pathsz)
(void) strlcpy(ap_path, di_minor_name(minor), ap_pathsz);