Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c6865 size_t valoffs = *valoffsp; in dtrace_store_by_ref() local
6889 DTRACE_STORE(uint8_t, tomax, valoffs++, c); in dtrace_store_by_ref()
6896 while (valoffs < end) { in dtrace_store_by_ref()
6908 valoffs++, c); in dtrace_store_by_ref()
6913 *valoffsp = valoffs; in dtrace_store_by_ref()
7141 size_t valoffs; in dtrace_probe() local
7146 valoffs = offs + rec->dtrd_offset; in dtrace_probe()
7195 dtrace_getpcstack((pc_t *)(tomax + valoffs), in dtrace_probe()
7215 dtrace_bzero((void *)(tomax + valoffs), in dtrace_probe()
7232 (uint64_t *)(tomax + valoffs), in dtrace_probe()
[all …]