Searched refs:ttag (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 666 struct tag *ttag; in ud_mountfs() local 739 ttag = (struct tag *)(addr + index * DEV_BSIZE); in ud_mountfs() 741 if (ud_verify_tag_and_desc(ttag, UD_LOG_VOL_INT, in ud_mountfs() 747 lvid = (struct log_vol_int_desc *)ttag; in ud_mountfs() 970 struct tag *ttag; in ud_validate_and_fill_superblock() local 1054 ttag = (struct tag *)(addr + index * DEV_BSIZE); in ud_validate_and_fill_superblock() 1056 if (ud_verify_tag_and_desc(ttag, UD_PRI_VOL_DESC, in ud_validate_and_fill_superblock() 1061 (struct pri_vol_desc *)ttag; in ud_validate_and_fill_superblock() 1066 npvd = (struct pri_vol_desc *)ttag; in ud_validate_and_fill_superblock() 1084 } else if (ud_verify_tag_and_desc(ttag, UD_LOG_VOL_DESC, in ud_validate_and_fill_superblock() [all …]
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_cookie.c | 494 uint32_t *ttag; in sctp_send_initack() local 760 ttag = (uint32_t *)(lifetime + 1); in sctp_send_initack() 762 *ttag = 0; in sctp_send_initack() 763 ttag++; in sctp_send_initack() 764 *ttag = 0; in sctp_send_initack() 765 ttag++; in sctp_send_initack() 768 *ttag = sctp->sctp_lvtag; in sctp_send_initack() 769 ttag++; in sctp_send_initack() 771 *ttag = sctp->sctp_fvtag; in sctp_send_initack() 772 ttag++; in sctp_send_initack() [all …]
|
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_dialog_ui.c | 263 const sip_str_t *ttag = NULL; in sip_get_dialog_remote_tag() local 282 ttag = sip_get_param_value((sip_header_value_t)val, "tag", in sip_get_dialog_remote_tag() 287 return (ttag); in sip_get_dialog_remote_tag()
|
H A D | sip_dialog.c | 865 const sip_str_t *ttag; in sip_complete_dialog() local 936 ttag = sip_get_from_tag((sip_msg_t)sip_msg, NULL); in sip_complete_dialog() 955 ttag = sip_get_to_tag((sip_msg_t)sip_msg, NULL); in sip_complete_dialog() 957 if (ttag == NULL) { in sip_complete_dialog() 1146 ttag->sip_str_ptr, ttag->sip_str_len, in sip_complete_dialog() 1150 sip_md5_hash(ttag->sip_str_ptr, ttag->sip_str_len, in sip_complete_dialog()
|
/titanic_44/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 1155 char *ttag, *tval; in cfg_get_options() local 1165 ttag = strtok(NULL, "="); in cfg_get_options() 1175 ttag = strtok(buf, "="); in cfg_get_options() 1178 if (!(tval) || !(ttag)) in cfg_get_options() 1180 if ((strlen(tval) > val_len) || (strlen(ttag) > tag_len)) { in cfg_get_options() 1186 cfg_decode_string(ttag, decode_buf, CFG_MAX_BUF); in cfg_get_options()
|