Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c151 uint8_t *tag_value; in interpret_tags() local
181 tag_value = POET_DATA(tagptr); in interpret_tags()
183 tinfo->interpret_tagvalue(tag_value, tag_length); in interpret_tags()
264 interpret_hexdata(uint8_t *tag_value, uint16_t tag_length) in interpret_hexdata() argument
269 print_hexdata(endofline, tag_value, tag_length); in interpret_hexdata()
273 interpret_service(uint8_t *tag_value, uint16_t tag_length) in interpret_service() argument
278 print_utf8string(endofline, (char *)tag_value, tag_length); in interpret_service()
282 interpret_access(uint8_t *tag_value, uint16_t tag_length) in interpret_access() argument
287 print_utf8string(endofline, (char *)tag_value, tag_length); in interpret_access()
291 interpret_cookie(uint8_t *tag_value, uint16_t tag_length) in interpret_cookie() argument
[all …]
/titanic_41/usr/src/lib/libshell/common/scripts/
H A Drssread.sh358 typeset tag_value="$3"
362 case "${tag_value}" in
371 case "${tag_value}" in
378 printf "%s" "${tag_value}"
401 typeset tag_value="$3"
405 case "${tag_value}" in
416 case "${tag_value}" in
443 callbacks["textbuf"]+="${tag_value}"
H A Dxmldocumenttree1.sh145 # print "xmltok: '${tag_type}' = '${tag_value}'"
H A Dcrawlsrccomments.sh140 # print "xmltok: '${tag_type}' = '${tag_value}'"
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c524 uint_t tag_value; in pt_fpregs() local
538 tag_value = 3; /* empty */ in pt_fpregs()
544 tag_value = 1; /* zero */ in pt_fpregs()
546 tag_value = 2; /* special: denormal */ in pt_fpregs()
548 tag_value = 2; /* special: infinity or NaN */ in pt_fpregs()
550 tag_value = 0; /* valid */ in pt_fpregs()
552 tag_value = 2; /* special: unnormal */ in pt_fpregs()
559 fpru.ld, tag_strings[tag_value]); in pt_fpregs()
H A Dproc_ia32dep.c506 uint_t tag_value = (fps.tag >> (tag_index * 2)) & 3; in pt_fpregs() local
513 fpru.ld, tag_strings[tag_value]); in pt_fpregs()
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.c636 uint_t tag_value; in prfpregset_n_to_32()
652 tag_value = 3; /* empty */ in prfpregset_n_to_32()
658 tag_value = 1; /* zero */ in prfpregset_n_to_32()
660 tag_value = 2; /* special: denormal */ in prfpregset_n_to_32()
662 tag_value = 2; /* special: infinity or NaN */ in prfpregset_n_to_32()
664 tag_value = 0; /* valid */ in prfpregset_n_to_32()
666 tag_value = 2; /* special: unnormal */ in prfpregset_n_to_32()
668 dst32->tag |= tag_value << (tag_index * 2); in prfpregset_n_to_32()
/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c136 ptr->tag.tag_value = i; in cpqary3_meminit()
355 memp->cmdlist_memaddr->Header.Tag.tag_value = memp->tag.tag_value; in cpqary3_cmdlist_occupy()
H A Dcpqary3_ciss.h128 uint32_t tag_value:28; member
H A Dcpqary3_scsi.c235 cpqary3_tagp->tag_value = cmdlist2abortp->Header.Tag.tag_value; in cpqary3_send_abortcmd()
H A Dcpqary3_talk2ctlr.c223 temp_tag = cpqary3_cmdpvtp->tag.tag_value; in cpqary3_poll_retrieve()
246 temp_tag = cpqary3_cmdpvtp->tag.tag_value; in cpqary3_poll_retrieve()
H A Dcpqary3_transport.c969 tag = memp->tag.tag_value; in cpqary3_handle_flag_nointr()
991 if ((tag != cpqary3_cmdpvtp->tag.tag_value) && in cpqary3_handle_flag_nointr()
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_commands.c221 smcm->smcm_va_cmd->Header.Tag.tag_value = SMRT_PRE_TAG_NUMBER; in smrt_command_alloc_preinit()
308 smcm->smcm_va_cmd->Header.Tag.tag_value = 0; in smrt_command_reuse()
H A Dsmrt_ciss.c250 cisstag.tag_value = tag; in smrt_write_message_abort_one()
509 smcm->smcm_va_cmd->Header.Tag.tag_value = new_tag; in smrt_set_new_tag()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/smrt/
H A Dsmrt_ciss.h213 uint32_t tag_value:30; member