Lines Matching defs:copy
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
183 * If private data is requested, copy the format specification
252 * copy snapshot to userland
262 DPRINTF((DI_ERR, "failed to copy snapshot to usrld\n"));
2930 * Get a copy of property name
2950 * make a copy of the property value
3126 * make a copy of the property value, stick in ph->list
3749 char *copy, *slash, *pname, *paddr;
3770 if ((copy = strdup(devfspath)) == NULL) {
3775 for (slash = copy, node = root; slash; ) {
3823 free(copy);
3829 free(copy);
3882 char *copy, *lastslash;
3886 if ((copy = strdup(devfspath)) == NULL) {
3891 if ((lastslash = strrchr(copy, '/')) == NULL) {
3898 phci_node = di_lookup_node(root, copy);
3929 out: free(copy);