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

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.c69 * tracing as broken. 'istag' is non-zero if the block is to be
74 tnfw_b_alloc_block(tnf_buf_file_header_t *fh, enum tnf_alloc_mode istag) argument
94 if (istag)
173 block->generation = istag ? TNF_TAG_GENERATION_NUM : gen;
226 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) argument
234 if (istag)
245 new_block = tnfw_b_alloc_block(TNF_FILE_HEADER(), istag);
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c92 * (Private) Allocate a new block. Return NULL on failure. 'istag'
96 tnfw_b_alloc_block(TNFW_B_WCB *wcb, enum tnf_alloc_mode istag) argument
153 if (istag && fh->next_tag_alloc < TNFW_B_DATA_BLOCK_BEGIN) {
256 block->generation = (istag) ? TNF_TAG_GENERATION_NUM : generation;
259 if (istag) {
437 tnfw_b_alloc(TNFW_B_WCB *wcb, size_t size, enum tnf_alloc_mode istag) argument
468 pos = (istag) ? &wcb->tnfw_w_tag_pos : &wcb->tnfw_w_pos;
492 new_block = tnfw_b_alloc_block(wcb, istag);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1499 * - populate result->vsr_scanstamp from istag
1528 * Copies istag into scanstamp, stripping leading and trailing
1529 * quotes '"' from istag. If the istag is invalid (too long)
1533 * istag plus a null terminator.
1536 vs_icap_istag_to_scanstamp(char *istag, vs_scanstamp_t scanstamp) argument
1538 char *p = istag;

Completed in 70 milliseconds