Searched defs:ap_pathsz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c657 * through <ap_path> whose length is less than <ap_pathsz>; returns the full
658 * path of the AP through <pathret> which may be larger than <ap_pathsz>.
671 * <pathret> is greater than <ap_pathsz> then only the default name as given
676 char *ap_path, int ap_pathsz, char **pathret)
789 if (strlen(pathptr) < ap_pathsz) {
790 (void) strlcpy(ap_path, pathptr, ap_pathsz);
797 * when our name won't fit <ap_pathsz> we use the endpoint/leaf
804 (strlen(pathend) < ap_pathsz)) {
805 (void) strlcpy(ap_path, pathend, ap_pathsz);
812 * if our name still won't fit <ap_pathsz>, the
675 pci_cfg_ap_path(di_minor_t minor, di_node_t node, di_prom_handle_t ph, char *ap_path, int ap_pathsz, char **pathret) argument
868 pci_cfg_ap_legacy(di_minor_t minor, di_node_t node, di_prom_handle_t ph, char *ap_path, int ap_pathsz) argument
1073 #define ap_pathsz macro
1189 #undef ap_pathsz macro
[all...]

Completed in 47 milliseconds