Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c114 static size_t tnf_probe_dsize = 0; variable
500 s->ss_sp = (void *)((caddr_t)s->ss_sp - tnf_probe_dsize); in _tnf_thr_stksegment()
501 s->ss_size -= tnf_probe_dsize; in _tnf_thr_stksegment()
556 if (tnf_probe_dsize == 0) { in probestart()
563 tnf_probe_dsize = (size_t)(tnf_jmpbuf[3] - tnf_jmpbuf[1]); in probestart()