Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c6580 size_t valoffs = *valoffsp; in dtrace_store_by_ref() local
6604 DTRACE_STORE(uint8_t, tomax, valoffs++, c); in dtrace_store_by_ref()
6611 while (valoffs < end) { in dtrace_store_by_ref()
6623 valoffs++, c); in dtrace_store_by_ref()
6628 *valoffsp = valoffs; in dtrace_store_by_ref()
6847 size_t valoffs; in dtrace_probe() local
6852 valoffs = offs + rec->dtrd_offset; in dtrace_probe()
6901 dtrace_getpcstack((pc_t *)(tomax + valoffs), in dtrace_probe()
6921 dtrace_bzero((void *)(tomax + valoffs), in dtrace_probe()
6938 (uint64_t *)(tomax + valoffs), in dtrace_probe()
[all …]