Searched refs:hash_value (Results 1 – 2 of 2) sorted by relevance
576 print(xnu_format(fmt, self, self.hash_value.GetLoadAddress()))609 def __init__(self, hash_value, traits_value): argument620 self.hash_value = hash_value625 hash_arr = self.hash_value.xGetScalarByName('smrh_array')630 return self.hash_value.xGetScalarByName('smrh_count')634 return self.hash_value.xGetScalarByName('smrh_resizing')640 hash_arr = self.hash_value.xGetScalarByName('smrh_array')661 def __init__(self, hash_value, traits_value): argument672 self.hash_value = hash_value677 shift = self.hash_value.xGetScalarByPath('.smrsh_state.curshift')[all …]
8257 u_int32_t hash_value = proto_hash_value(proto->protocol_family); in dlil_attach_protocol() local8295 prev_proto = SLIST_FIRST(&ifp->if_proto_hash[hash_value]); in dlil_attach_protocol()8302 SLIST_INSERT_HEAD(&ifp->if_proto_hash[hash_value], in dlil_attach_protocol()