Lines Matching +defs:src +defs:hash

313 #define	DTRACE_HASHSTR(hash, probe)	\  argument
316 #define DTRACE_HASHNEXT(hash, probe) \ argument
319 #define DTRACE_HASHPREV(hash, probe) \ argument
322 #define DTRACE_HASHEQ(hash, lhs, rhs) \ argument
879 dtrace_vcanload(void *src, dtrace_diftype_t *type, dtrace_mstate_t *mstate, in dtrace_vcanload()
1040 dtrace_bcopy(const void *src, void *dst, size_t len) in dtrace_bcopy()
1069 dtrace_strcpy(const void *src, void *dst, size_t len) in dtrace_strcpy()
1088 dtrace_vcopy(void *src, void *dst, dtrace_diftype_t *type) in dtrace_vcopy()
1637 dtrace_dynhash_t *hash = dstate->dtds_hash; in dtrace_dynvar() local
2595 dtrace_buffer_t *src, *dest; in dtrace_speculation_commit() local
2835 dtrace_buffer_t *src = &spec->dtsp_buffer[cpu]; in dtrace_speculation_clean_here() local
4010 uintptr_t src = tupregs[0].dttk_value; in dtrace_dif_subr() local
5059 uintptr_t src = tupregs[0].dttk_value; in dtrace_dif_subr() local
5212 uintptr_t src = tupregs[0].dttk_value; in dtrace_dif_subr() local
7322 dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP); in dtrace_hash_create() local
7338 dtrace_hash_destroy(dtrace_hash_t *hash) in dtrace_hash_destroy()
7353 dtrace_hash_resize(dtrace_hash_t *hash) in dtrace_hash_resize()
7384 dtrace_hash_add(dtrace_hash_t *hash, dtrace_probe_t *new) in dtrace_hash_add()
7423 dtrace_hash_lookup(dtrace_hash_t *hash, dtrace_probe_t *template) in dtrace_hash_lookup()
7438 dtrace_hash_collisions(dtrace_hash_t *hash, dtrace_probe_t *template) in dtrace_hash_collisions()
7453 dtrace_hash_remove(dtrace_hash_t *hash, dtrace_probe_t *probe) in dtrace_hash_remove()
7844 dtrace_hash_t *hash = NULL; in dtrace_match() local