Searched refs:dst_map (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-brcmtag.c | 82 uint16_t dst_map; in brcm_tag_print() local 97 dst_map = (uint16_t)tag[2] << 8 | tag[3]; in brcm_tag_print() 98 ND_PRINT(", DST map: 0x%04x", dst_map & BRCM_IG_DSTMAP_MASK); in brcm_tag_print()
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | 1897 &cmd->dst_map)) { in hifn_crypto() 1903 if (bus_dmamap_load_mbuf_sg(sc->sc_dmat, cmd->dst_map, m0, in hifn_crypto() 1926 if (cmd->src_map == cmd->dst_map) { in hifn_crypto() 1932 bus_dmamap_sync(sc->sc_dmat, cmd->dst_map, in hifn_crypto() 2062 if (cmd->src_map != cmd->dst_map) in hifn_crypto() 2063 bus_dmamap_unload(sc->sc_dmat, cmd->dst_map); in hifn_crypto() 2065 if (cmd->src_map != cmd->dst_map) in hifn_crypto() 2066 bus_dmamap_destroy(sc->sc_dmat, cmd->dst_map); in hifn_crypto() 2546 if (cmd->src_map == cmd->dst_map) { in hifn_abort() 2552 bus_dmamap_sync(sc->sc_dmat, cmd->dst_map, in hifn_abort() [all …]
|
H A D | hifn7751var.h | 285 #define dst_map dst.map macro
|
/freebsd/sys/vm/ |
H A D | vm_map.c | 4207 vm_map_t dst_map, in vm_map_copy_entry() 4216 VM_MAP_ASSERT_LOCKED(dst_map); in vm_map_copy_entry() 4265 fake_entry = vm_map_entry_create(dst_map); in vm_map_copy_entry() 4277 pmap_copy(dst_map->pmap, src_map->pmap, in vm_map_copy_entry() 4296 vm_fault_copy_entry(dst_map, src_map, dst_entry, src_entry, in vm_map_copy_entry() 4206 vm_map_copy_entry(vm_map_t src_map,vm_map_t dst_map,vm_map_entry_t src_entry,vm_map_entry_t dst_entry,vm_ooffset_t * fork_charge) vm_map_copy_entry() argument
|
H A D | vm_fault.c | 2080 vm_fault_copy_entry(vm_map_t dst_map, vm_map_t src_map __unused, in vm_fault_copy_entry() argument 2258 pmap_enter(dst_map->pmap, vaddr, dst_m, prot, in vm_fault_copy_entry()
|