Home
last modified time | relevance | path

Searched refs:old_obj (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dinterface_cmp.pl453 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, $new_obj,
H A Donbld_elfmod.pm268 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 DsoftObjectUtil.c1152 soft_update_object(ks_obj_t *ks_obj, soft_object_t *old_obj) in soft_update_object() argument
1168 rv = soft_copy_to_old_object(new_object, old_obj); in soft_update_object()
1177 soft_keystore_load_latest_object(soft_object_t *old_obj) in soft_keystore_load_latest_object() argument
1188 if (soft_keystore_get_object_version(&old_obj->ks_handle, &version, in soft_keystore_load_latest_object()
1196 if (old_obj->version != version) { in soft_keystore_load_latest_object()
1197 rv = soft_keystore_get_single_obj(&old_obj->ks_handle, in soft_keystore_load_latest_object()
1201 old_obj->version = version; in soft_keystore_load_latest_object()
1206 rv = soft_update_object(ks_obj, old_obj); in soft_keystore_load_latest_object()
H A DsoftObject.h900 CK_RV soft_keystore_load_latest_object(soft_object_t *old_obj);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c426 OBJECT * old_obj, in object_copy() argument
437 if (! old_obj || ! pTemplate || ! new_obj) { in object_copy()
455 rc = template_copy(tmpl, old_obj->template); in object_copy()
H A Dobj_mgr.c548 OBJECT *old_obj = NULL; in object_mgr_copy() local
562 rc = object_mgr_find_in_map1(sess->hContext, old_handle, &old_obj); in object_mgr_copy()
566 rc = object_copy(pTemplate, ulCount, old_obj, &new_obj); in object_mgr_copy()