Home
last modified time | relevance | path

Searched refs:hash_value (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/tools/lldbmacros/core/
H A Diterators.py571 print(xnu_format(fmt, self, self.hash_value.GetLoadAddress()))
604 def __init__(self, hash_value, traits_value): argument
615 self.hash_value = hash_value
620 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): argument
667 self.hash_value = hash_value
702 hash_value = self.hash_value
[all …]
/xnu-11215/bsd/net/
H A Ddlil.c8222 u_int32_t hash_value = proto_hash_value(proto->protocol_family); in dlil_attach_protocol() local
8260 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()