Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/tnf/
H A Dtnf_buf.c74 tnfw_b_alloc_block(tnf_buf_file_header_t *fh, enum tnf_alloc_mode istag) in tnfw_b_alloc_block() argument
94 if (istag) in tnfw_b_alloc_block()
173 block->generation = istag ? TNF_TAG_GENERATION_NUM : gen; in tnfw_b_alloc_block()
226 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) in tnfw_b_alloc() argument
234 if (istag) in tnfw_b_alloc()
245 new_block = tnfw_b_alloc_block(TNF_FILE_HEADER(), istag); in tnfw_b_alloc()
/titanic_44/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c96 tnfw_b_alloc_block(TNFW_B_WCB *wcb, enum tnf_alloc_mode istag) in tnfw_b_alloc_block() argument
153 if (istag && fh->next_tag_alloc < TNFW_B_DATA_BLOCK_BEGIN) { in tnfw_b_alloc_block()
256 block->generation = (istag) ? TNF_TAG_GENERATION_NUM : generation; in tnfw_b_alloc_block()
259 if (istag) { in tnfw_b_alloc_block()
437 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) in tnfw_b_alloc() argument
468 pos = (istag) ? &wcb->tnfw_w_tag_pos : &wcb->tnfw_w_pos; in tnfw_b_alloc()
492 new_block = tnfw_b_alloc_block(wcb, istag); in tnfw_b_alloc()
/titanic_44/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1536 vs_icap_istag_to_scanstamp(char *istag, vs_scanstamp_t scanstamp) in vs_icap_istag_to_scanstamp() argument
1538 char *p = istag; in vs_icap_istag_to_scanstamp()