Searched refs:old_obj (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/tools/scripts/ |
H A D | interface_cmp.pl | 453 foreach my $old_obj (sort keys %old_hash) { 454 my $new_obj = $old_obj; 465 my $old = $old_hash{$old_obj}; 476 onbld_elfmod::OutMsg2(\*STDOUT, \$Ttl, $old_obj, 490 ExTopVer($name, $old_obj); 510 \$Ttl, $old_obj, $new_obj, 526 \$Ttl, $old_obj, $new_obj, 575 \$Ttl, $old_obj, $new_obj, 583 \$Ttl, $old_obj, $new_obj, 617 \$Ttl, $old_obj, [all...] |
H A D | onbld_elfmod.pm | 229 ## OutMsg2(FileHandleRef, Ttl, old_obj, new_obj, msg) 237 # of the same object. If old_obj and new_obj are the same, as is usually 247 # old_obj, new_obj - For OutMsg2, the names of the "old" and "new" 268 my ($fh, $Ttl, $old_obj, $new_obj, $msg) = @_; 271 if ($old_obj eq $new_obj) { 272 OutMsg($fh, $Ttl, $old_obj, $msg); 277 print "old $old_obj: new $new_obj: $msg\n"; 279 print "==== old: $old_obj / new: $new_obj ====\n"
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softObjectUtil.c | 1092 soft_update_object(ks_obj_t *ks_obj, soft_object_t *old_obj) argument 1108 rv = soft_copy_to_old_object(new_object, old_obj); 1117 soft_keystore_load_latest_object(soft_object_t *old_obj) argument 1128 if (soft_keystore_get_object_version(&old_obj->ks_handle, &version, 1136 if (old_obj->version != version) { 1137 rv = soft_keystore_get_single_obj(&old_obj->ks_handle, 1141 old_obj->version = version; 1146 rv = soft_update_object(ks_obj, old_obj);
|
H A D | softObject.h | 914 CK_RV soft_keystore_load_latest_object(soft_object_t *old_obj);
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | object.c | 426 OBJECT * old_obj, 437 if (! old_obj || ! pTemplate || ! new_obj) { 455 rc = template_copy(tmpl, old_obj->template); 424 object_copy(CK_ATTRIBUTE * pTemplate, CK_ULONG ulCount, OBJECT * old_obj, OBJECT ** new_obj) argument
|
H A D | obj_mgr.c | 548 OBJECT *old_obj = NULL; local 562 rc = object_mgr_find_in_map1(sess->hContext, old_handle, &old_obj); 566 rc = object_copy(pTemplate, ulCount, old_obj, &new_obj);
|
Completed in 65 milliseconds