Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode.c459 dn->dn_handle = dnh; in dnode_create()
507 dnh->dnh_dnode = dn; in dnode_create()
1092 dnh->dnh_dnode = ptr; in dnode_set_slots()
1190 dnh->dnh_dnode = NULL; in dnode_special_close()
1231 dn = dnh->dnh_dnode; in dnode_buf_evict_async()
1290 dnode_handle_t *dnh; in dnode_hold_impl() local
1374 dnh = NULL; in dnode_hold_impl()
1429 dn = dnh->dnh_dnode; in dnode_hold_impl()
1457 object, dnh); in dnode_hold_impl()
1520 dn = dnh->dnh_dnode; in dnode_hold_impl()
[all …]
/f-stack/freebsd/net/
H A Ddebugnet.c357 const struct debugnet_msg_hdr *dnh; in debugnet_handle_rx_msg() local
363 if (m->m_pkthdr.len < sizeof(*dnh)) { in debugnet_handle_rx_msg()
369 if (m->m_len < sizeof(*dnh)) { in debugnet_handle_rx_msg()
370 m = m_pullup(m, sizeof(*dnh)); in debugnet_handle_rx_msg()
377 dnh = mtod(m, const void *); in debugnet_handle_rx_msg()
379 if (ntohl(dnh->mh_len) + sizeof(*dnh) > m->m_pkthdr.len) { in debugnet_handle_rx_msg()
389 error = debugnet_ack_output(pcb, dnh->mh_seqno); in debugnet_handle_rx_msg()
393 if (ntohl(dnh->mh_type) == DEBUGNET_FINISHED) { in debugnet_handle_rx_msg()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_dns_pxy.c392 ipf_dns_hdr_t *dnh; local
397 dnh = (ipf_dns_hdr_t *)((char *)fin->fin_dp + sizeof(udphdr_t));
398 if (((dnh->dns_id[0] << 8) | dnh->dns_id[1]) != di->dnsi_id)
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h413 uint64_t object, dnode_handle_t *dnh);
414 void dnode_special_close(dnode_handle_t *dnh);