Searched refs:thp (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/tools/tools/netrate/tcpp/ |
| HD | tcpp_util.c | 35 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()
|
| HD | tcpp.h | 45 void tcpp_header_encode(struct tcpp_header *thp); 46 void tcpp_header_decode(struct tcpp_header *thp);
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_fru.c | 104 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 …]
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | thread-db.c | 250 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()
|
| /NextBSD/sys/fs/nfs/ |
| HD | nfs_commonsubs.c | 3168 struct nfsrv_lughash *hp_name, *hp_idnum, *thp; in nfssvc_idname() local 3343 thp = NFSUSERHASH(usrp->lug_uid); in nfssvc_idname() 3344 mtx_lock(&thp->mtx); in nfssvc_idname() 3346 mtx_unlock(&thp->mtx); in nfssvc_idname() 3372 thp = NFSGROUPHASH(usrp->lug_gid); in nfssvc_idname() 3373 mtx_lock(&thp->mtx); in nfssvc_idname() 3375 mtx_unlock(&thp->mtx); in nfssvc_idname() 3391 thp = NFSUSERHASH(newusrp->lug_uid); in nfssvc_idname() 3392 mtx_assert(&thp->mtx, MA_OWNED); in nfssvc_idname() 3393 TAILQ_INSERT_TAIL(&thp->lughead, newusrp, lug_numhash); in nfssvc_idname() [all …]
|
| /NextBSD/sys/netinet/ |
| HD | tcp_subr.c | 1951 } *thp; in tcp6_ctlinput() local 1985 if (m->m_pkthdr.len < off + sizeof(*thp)) in tcp6_ctlinput() 1989 m_copydata(m, off, sizeof(*thp), (caddr_t)&th); in tcp6_ctlinput()
|