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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c375 dt_ahash_t new_hash; local
388 bzero(&new_hash, sizeof (dt_ahash_t));
391 new_size = new_hash.dtah_size = dtrace_ahashsize[hash->dtah_sizendx];
394 if ((new_hash.dtah_hash = malloc(size)) == NULL) {
400 bzero(new_hash.dtah_hash, size);
407 if (new_hash.dtah_hash[ndx] != NULL)
408 new_hash.dtah_hash[ndx]->dtahe_prev = moving;
409 moving->dtahe_next = new_hash.dtah_hash[ndx];
410 new_hash.dtah_hash[ndx] = moving;
412 if (new_hash
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.c832 uint16_t hash, new_hash; local
895 new_hash = cidhash(newp->dn_cid, newp->dn_cid_len);
897 if (hash == new_hash) {
901 if (read_hashhead(fd, &recid_head, new_hash, image) == -1)
933 if (hash != new_hash || recid != new_recid) {
943 if (hash != new_hash) {
968 if (hash != new_hash) {
976 if (write_hashhead(fd, new_recid, new_hash, !image)
1048 if (hash != new_hash || recid != new_recid) {
1068 if (hash != new_hash) {
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm47 tie %new_hash, 'NewHash';

Completed in 27 milliseconds