Searched refs:old_hash (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dinterface_cmp.pl53 use vars qw(%old_hash %old_alias %new_hash %new_alias);
449 # Compare the old interface definition contained in (%old_hash, %old_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);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlwp.c109 tidhash_t *old_hash = NULL; local
340 if (old_hash != NULL)
341 kmem_free(old_hash, old_hashsz * sizeof (*old_hash));
362 old_hash = new_hash;
372 old_hash = p->p_tidhash;
375 mutex_enter(&old_hash[i].th_lock);
400 ret_tidhash->rth_tidhash = old_hash;
427 mutex_exit(&old_hash[i].th_lock);
435 old_hash
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c2413 char *old_hash = NULL; local
2438 ret = retrieve_inetd_hash(&old_hash);
2440 (strcmp(old_hash, new_hash) != 0))) {
2453 free(old_hash);

Completed in 190 milliseconds