Lines Matching defs:ap_path
657 * through <ap_path> whose length is less than <ap_pathsz>; returns the full
676 char *ap_path, int ap_pathsz, char **pathret)
790 (void) strlcpy(ap_path, pathptr, ap_pathsz);
805 (void) strlcpy(ap_path, pathend, ap_pathsz);
824 (void) strlcpy(ap_path, buf, ap_pathsz);
847 ap_path[ap_pathsz - 1] = '\0';
869 char *ap_path, int ap_pathsz)
882 (void) strlcpy(ap_path, di_minor_name(minor), ap_pathsz);
1073 #define ap_pathsz (sizeof (ap_path))
1075 char ap_path[CFGA_LOG_EXT_LEN];
1108 rv = pci_cfg_ap_path(minor, node, ph, ap_path, ap_pathsz,
1114 CFG_DIRNAME, ap_path);
1166 rv = pci_cfg_ap_legacy(minor, node, ph, ap_path,
1172 CFG_DIRNAME, ap_path);