Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfctl/
H A Dcomb.c91 static comb_calltmpl_t calltmpl[PRB_COMB_COUNT] = { variable
345 size = (size_t) (calltmpl[type].end - calltmpl[type].entry); in iscomb()
364 tptr = (char *) calltmpl[type].entry; in iscomb()
376 if ((uintptr_t) tptr == calltmpl[type].down + in iscomb()
391 } else if ((uintptr_t) tptr == calltmpl[type].next + in iscomb()
584 calltmpl[op].end - calltmpl[op].entry); in build()
588 size = calltmpl[op].end - calltmpl[op].entry; in build()
605 (void) memcpy(buffer_p, (void *) calltmpl[op].entry, size); in build()
608 offset = calltmpl[op].down - calltmpl[op].entry; in build()
626 offset = calltmpl[op].next - calltmpl[op].entry; in build()