Searched refs:hash_value (Results 1 – 2 of 2) sorted by relevance
571 print(xnu_format(fmt, self, self.hash_value.GetLoadAddress()))604 def __init__(self, hash_value, traits_value): argument615 self.hash_value = hash_value620 hash_arr = self.hash_value.xGetScalarByName('smrh_array')625 return self.hash_value.xGetScalarByName('smrh_count')629 return self.hash_value.xGetScalarByName('smrh_resizing')635 hash_arr = self.hash_value.xGetScalarByName('smrh_array')656 def __init__(self, hash_value, traits_value): argument667 self.hash_value = hash_value702 hash_value = self.hash_value[all …]
8222 u_int32_t hash_value = proto_hash_value(proto->protocol_family); in dlil_attach_protocol() local8260 prev_proto = SLIST_FIRST(&ifp->if_proto_hash[hash_value]); in dlil_attach_protocol()8267 SLIST_INSERT_HEAD(&ifp->if_proto_hash[hash_value], in dlil_attach_protocol()