Lines Matching defs:copy
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
637 struct svcptr *spp, *copy;
655 copy = safe_malloc(sizeof (*copy));
656 copy->svcp = spp->svcp;
657 copy->next_hop = src;
658 uu_list_node_init(copy, ©->node, svcptrs);
659 uu_list_insert(dst->causes, copy, idx);
1317 struct svcptr *idsp, *spp, *copy;
1351 copy = safe_malloc(sizeof (*copy));
1352 copy->svcp = spp->svcp;
1353 copy->next_hop = NULL;
1354 uu_list_node_init(copy, ©->node, svcptrs);
1355 uu_list_insert(ip->impact, copy, idx);