Searched refs:smh (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_alloc.c | 142 smb_mem_header_t *smh; in smb_srm_fini() local 144 while ((smh = list_head(&sr->sr_storage)) != NULL) in smb_srm_fini() 145 smb_free(sr, ++smh, B_FALSE); in smb_srm_fini() 220 smb_mem_header_t *smh; in smb_alloc() local 223 smh = kmem_zalloc(size + sizeof (smb_mem_header_t), KM_SLEEP); in smb_alloc() 225 smh = kmem_alloc(size + sizeof (smb_mem_header_t), KM_SLEEP); in smb_alloc() 226 smh->smh_sr = NULL; in smb_alloc() 227 bzero(&smh->smh_lnd, sizeof (smh->smh_lnd)); in smb_alloc() 229 smh->smh_sr = sr; in smb_alloc() 230 smh->smh_size = size; in smb_alloc() [all …]
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_notify.c | 168 sctp_msg_hdr_t *smh; in sctp_sendfail() local 177 smh = (sctp_msg_hdr_t *)msghdr->b_rptr; in sctp_sendfail() 181 sfp->ssf_length = smh->smh_msglen + sizeof (*sfp); in sctp_sendfail() 186 sfp->ssf_info.sinfo_stream = smh->smh_sid; in sctp_sendfail() 187 sfp->ssf_info.sinfo_flags = smh->smh_flags; in sctp_sendfail() 188 sfp->ssf_info.sinfo_ppid = smh->smh_ppid; in sctp_sendfail() 189 sfp->ssf_info.sinfo_context = smh->smh_context; in sctp_sendfail() 190 sfp->ssf_info.sinfo_timetolive = TICK_TO_MSEC(smh->smh_ttl); in sctp_sendfail()
|
H A D | sctp_cookie.c | 1103 sctp_msg_hdr_t *smh; in sctp_send_cookie_echo() local 1109 smh = (sctp_msg_hdr_t *)mp->b_rptr; in sctp_send_cookie_echo() 1110 if (smh->smh_sid >= sctp->sctp_num_ostr) { in sctp_send_cookie_echo() 1111 unsent += smh->smh_msglen; in sctp_send_cookie_echo()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 220 sctp_msg_hdr_t smh; in dump_msghdr() local 222 if (mdb_vread(&smh, sizeof (smh), (uintptr_t)meta->b_rptr) == -1) in dump_msghdr() 227 mdb_printf("\tttl\t%?ld\ttob\t%?ld\n", smh.smh_ttl, smh.smh_tob); in dump_msghdr() 228 mdb_printf("\tsid\t%?u\tssn\t%?u\n", smh.smh_sid, smh.smh_ssn); in dump_msghdr() 229 mdb_printf("\tppid\t%?u\tflags\t%?s\n", smh.smh_ppid, in dump_msghdr() 230 smh.smh_flags & MSG_UNORDERED ? "unordered" : " "); in dump_msghdr() 231 mdb_printf("\tcontext\t%?u\tmsglen\t%?d\n", smh.smh_context, in dump_msghdr() 232 smh.smh_msglen); in dump_msghdr()
|
/titanic_41/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi.c | 342 scsi_ms_header_t *smh = &headers.ms_hdr.g0; in load_modepages() local 386 datalength = (smh->ms_header.length + in load_modepages() 387 sizeof (smh->ms_header.length)) - in load_modepages() 389 smh->ms_header.bdesc_length); in load_modepages()
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | australasia | 1325 # http://www.smh.com.au/news/9905/26/pageone/pageone4.html
|