Home
last modified time | relevance | path

Searched refs:old_hash (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/tools/scripts/
H A Dinterface_cmp.pl53 use vars qw(%old_hash %old_alias %new_hash %new_alias);
453 foreach my $old_obj (sort keys %old_hash) {
465 my $old = $old_hash{$old_obj};
669 %old_hash = ReadInterface($ARGV[0], \%old_alias);
675 PrintInterface(\%old_hash, \%old_alias);
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamlib.c292 struct samr_encr_hash old_hash; in netr_change_password() local
315 (void) smb_auth_DES(old_hash.data, SAMR_PWHASH_LEN, in netr_change_password()
324 &epw, &old_hash); in netr_change_password()
/titanic_41/usr/src/uts/common/os/
H A Dlwp.c113 tidhash_t *old_hash = NULL; in lwp_create() local
347 if (old_hash != NULL) in lwp_create()
348 kmem_free(old_hash, old_hashsz * sizeof (*old_hash)); in lwp_create()
369 old_hash = new_hash; in lwp_create()
379 old_hash = p->p_tidhash; in lwp_create()
382 mutex_enter(&old_hash[i].th_lock); in lwp_create()
407 ret_tidhash->rth_tidhash = old_hash; in lwp_create()
434 mutex_exit(&old_hash[i].th_lock); in lwp_create()
442 old_hash = NULL; in lwp_create()
782 if (old_hash != NULL) in lwp_create()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c2415 char *old_hash = NULL; in check_conf_file() local
2440 ret = retrieve_inetd_hash(&old_hash); in check_conf_file()
2442 (strcmp(old_hash, new_hash) != 0))) { in check_conf_file()
2455 free(old_hash); in check_conf_file()