Home
last modified time | relevance | path

Searched refs:thp (Results 1 – 5 of 5) sorted by relevance

/trueos/tools/tools/netrate/tcpp/
HDtcpp_util.c35 tcpp_header_encode(struct tcpp_header *thp) in tcpp_header_encode() argument
38 thp->th_magic = htobe32(thp->th_magic); in tcpp_header_encode()
39 thp->th_len = htobe64(thp->th_len); in tcpp_header_encode()
43 tcpp_header_decode(struct tcpp_header *thp) in tcpp_header_decode() argument
46 thp->th_magic = be32toh(thp->th_magic); in tcpp_header_decode()
47 thp->th_len = be64toh(thp->th_len); in tcpp_header_decode()
HDtcpp.h45 void tcpp_header_encode(struct tcpp_header *thp);
46 void tcpp_header_decode(struct tcpp_header *thp);
/trueos/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_fru.c104 libzfs_fru_gather(topo_hdl_t *thp, tnode_t *tn, void *arg) in libzfs_fru_gather() argument
138 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
143 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
150 if (_topo_fmri_nvl2str(thp, fru, &frustr, &err) != 0) { in libzfs_fru_gather()
152 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
162 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
163 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
171 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
172 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
176 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
[all …]
/trueos/contrib/gdb/gdb/
HDthread-db.c250 thread_get_info_callback (const td_thrhandle_t *thp, void *infop) in thread_get_info_callback() argument
257 err = td_thr_get_info_p (thp, &ti); in thread_get_info_callback()
269 attach_thread (thread_ptid, thp, &ti, 1); in thread_get_info_callback()
274 memcpy (&thread_info->private->th, thp, sizeof (*thp)); in thread_get_info_callback()
/trueos/sys/netinet/
HDtcp_subr.c1593 } *thp; in tcp6_ctlinput() local
1630 if (m->m_pkthdr.len < off + sizeof(*thp)) in tcp6_ctlinput()
1634 m_copydata(m, off, sizeof(*thp), (caddr_t)&th); in tcp6_ctlinput()