Home
last modified time | relevance | path

Searched refs:dnh (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c592 uint64_t object, dnode_handle_t *dnh) in dnode_create() argument
605 dn->dn_handle = dnh; in dnode_create()
633 ASSERT(zrl_is_locked(&dnh->dnh_zrlock)); in dnode_create()
634 ASSERT(!DN_SLOT_IS_PTR(dnh->dnh_dnode)); in dnode_create()
655 dnh->dnh_dnode = dn; in dnode_create()
1194 dnode_handle_t *dnh = &children->dnc_children[i]; in dnode_slots_hold() local
1195 zrl_add(&dnh->dnh_zrlock); in dnode_slots_hold()
1205 dnode_handle_t *dnh = &children->dnc_children[i]; in dnode_slots_rele() local
1207 if (zrl_is_locked(&dnh->dnh_zrlock)) in dnode_slots_rele()
1208 zrl_exit(&dnh->dnh_zrlock); in dnode_slots_rele()
[all …]
/freebsd/sys/net/
H A Ddebugnet.c380 const struct debugnet_msg_hdr *dnh; in debugnet_handle_rx_msg() local
388 if (m->m_pkthdr.len < sizeof(*dnh)) { in debugnet_handle_rx_msg()
394 if (m->m_len < sizeof(*dnh)) { in debugnet_handle_rx_msg()
395 m = m_pullup(m, sizeof(*dnh)); in debugnet_handle_rx_msg()
403 dnh = mtod(m, const struct debugnet_msg_hdr *); in debugnet_handle_rx_msg()
404 if (ntohl(dnh->mh_len) + sizeof(*dnh) > m->m_pkthdr.len) { in debugnet_handle_rx_msg()
409 hdr_type = ntohl(dnh->mh_type); in debugnet_handle_rx_msg()
428 seqno = dnh->mh_seqno; /* net endian */ in debugnet_handle_rx_msg()
429 m_adj(m, sizeof(*dnh)); in debugnet_handle_rx_msg()
430 dnh = NULL; in debugnet_handle_rx_msg()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_dns_pxy.c364 ipf_dns_hdr_t *dnh; in ipf_p_dns_match() local
369 dnh = (ipf_dns_hdr_t *)((char *)fin->fin_dp + sizeof(udphdr_t)); in ipf_p_dns_match()
370 if (((dnh->dns_id[0] << 8) | dnh->dns_id[1]) != di->dnsi_id) in ipf_p_dns_match()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h418 uint64_t object, dnode_handle_t *dnh);
419 void dnode_special_close(dnode_handle_t *dnh);