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

/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c658 * path of the AP through <pathret> which may be larger than <ap_pathsz>.
659 * Callers need to free <pathret>. If it cannot return the full path through
660 * <pathret> it will be set to NULL
670 * This scheme is always used for <pathret>. If however, the size of
671 * <pathret> is greater than <ap_pathsz> then only the default name as given
676 char *ap_path, int ap_pathsz, char **pathret)
848 *pathret = (*pathptr == '\0') ? NULL : strdup(pathptr);
908 * takes a full path as returned by <pathret> from pci_cfg_ap_path() and
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

Completed in 47 milliseconds