Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-brcmtag.c85 uint16_t dst_map; in brcm_tag_print() local
100 dst_map = (uint16_t)tag[2] << 8 | tag[3]; in brcm_tag_print()
101 ND_PRINT(", DST map: 0x%04x", dst_map & BRCM_IG_DSTMAP_MASK); in brcm_tag_print()
/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751.c1980 if (cmd->dst_map == NULL) { in hifn_crypto()
2017 if (cmd->src_map == cmd->dst_map) { in hifn_crypto()
2023 bus_dmamap_sync(sc->sc_dmat, cmd->dst_map, in hifn_crypto()
2153 if (cmd->src_map != cmd->dst_map) in hifn_crypto()
2156 if (cmd->src_map != cmd->dst_map) in hifn_crypto()
2762 if (cmd->src_map == cmd->dst_map) { in hifn_abort()
2768 bus_dmamap_sync(sc->sc_dmat, cmd->dst_map, in hifn_abort()
2778 if (cmd->src_map != cmd->dst_map) { in hifn_abort()
2817 if (cmd->src_map == cmd->dst_map) { in hifn_callback()
2823 bus_dmamap_sync(sc->sc_dmat, cmd->dst_map, in hifn_callback()
[all …]
H A Dhifn7751var.h296 #define dst_map dst.map macro
/dragonfly/sys/vm/
H A Dvm_fault.c2486 vm_fault_copy_entry(vm_map_t dst_map, vm_map_t src_map, in vm_fault_copy_entry() argument
2549 pmap_enter(dst_map->pmap, vaddr, dst_m, prot, FALSE, dst_entry); in vm_fault_copy_entry()
H A Dvm_map.c3516 vm_map_copy_entry(vm_map_t src_map, vm_map_t dst_map, in vm_map_copy_entry() argument
3550 vm_fault_copy_entry(dst_map, src_map, dst_entry, src_entry); in vm_map_copy_entry()
3590 pmap_copy(dst_map->pmap, src_map->pmap, in vm_map_copy_entry()