Searched refs:newattrib (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/projadd/
H A Dprojmod.pl239 my $newattrib;
248 foreach $newattrib (@$new) {
250 $oldattrib = $oldhash{$newattrib->{'name'}};
253 $newattrib->{'values'},
263 push(@merged, $newattrib);
285 $newattrib = $toremove{$oldattrib->{'name'}};
286 if (!defined($newattrib)) {
291 if (defined($newattrib->{'values'})) {
293 $newattrib->{'values'},
326 foreach $newattrib (
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2142 entity_attribute_t *newattrib, **previous, *elem; local
2184 newattrib = hidparser_alloc_attrib_list(1);
2185 newattrib->entity_attribute_tag = entity;
2186 newattrib->entity_attribute_value = kmem_zalloc(len, KM_SLEEP);
2187 (void) bcopy(text, newattrib->entity_attribute_value, len);
2188 newattrib->entity_attribute_length = len;
2191 *previous = newattrib;

Completed in 63 milliseconds