/src/sys/arch/newsmips/apbus/ |
apbus_subr.c | 51 static bool mapped = false; local in function:apbus_map_romwork 56 if (!mapped) { 62 mapped = mips3_wired_enter_page(apbd_work_va, apbd_work_pa, 64 if (!mapped) {
|
/src/usr.bin/tset/ |
map.c | 189 mapped(const char *type) function in typeref:typename:const char *
|
/src/sys/dev/pci/ |
puc.c | 80 int mapped; member in struct:puc_softc::__anon764abd6d0108 186 sc->sc_bar_mappings[i].mapped = 0; 205 sc->sc_bar_mappings[i].mapped = (pci_mapreg_map(pa, 210 if (sc->sc_bar_mappings[i].mapped) 242 if (!sc->sc_bar_mappings[1].mapped) { 244 "optional register is not mapped\n"); 263 /* make sure the base address register is mapped */ 269 sc->sc_bar_mappings[barindex].mapped = 1; 276 if (!sc->sc_bar_mappings[barindex].mapped) {
|
mly.c | 1695 panic("mly_ccb_map: already mapped"); 1771 panic("mly_ccb_unmap: not mapped"); 2328 int rv, mapped; local in function:mly_user_command 2333 mapped = 0; 2366 mapped = 1; 2398 if (mapped)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/ |
fifo.h | 33 bool mapped; member in struct:nvkm_fifo_chan
|
/src/sys/arch/evbsh3/evbsh3/ |
bus_dma.c | 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer 260 mapped = pmap_extract(pmap, vaddr, &curaddr); 261 if (!mapped) 405 bool mapped; local in function:_bus_dmamap_load_mbuf 407 mapped = pmap_extract(pmap_kernel(), vaddr, 409 if (!mapped) 676 * If we're mapping only a single segment, use direct-mapped 735 /* nothing to do if we mapped it via P1SEG or P2SEG */
|
/src/sys/arch/landisk/landisk/ |
bus_dma.c | 258 bool mapped; local in function:_bus_bus_dmamap_load_buffer 260 mapped = pmap_extract(pmap, vaddr, &curaddr); 261 if (!mapped) 405 bool mapped; local in function:_bus_dmamap_load_mbuf 407 mapped = pmap_extract(pmap_kernel(), vaddr, 409 if (!mapped) 676 * If we're mapping only a single segment, use direct-mapped 735 /* nothing to do if we mapped it via P1SEG or P2SEG */
|
/src/sys/arch/aarch64/aarch64/ |
pmap_machdep.c | 97 panic("%s: illegal kernel mapped address %#"PRIxVADDR, 316 /* Note last mapped address for future color check */ 387 * uvm_pageboot_alloc() returns a direct mapped address 663 vsize_t mapped = 0; local in function:pmap_kenter_range 686 mapped += blocksize; 689 return mapped;
|
/src/sys/dev/i2o/ |
dpti.c | 457 int rv, msgsize, repsize, sgoff, i, mapped, nbuf, nfrag, j, sz; local in function:dpti_passthrough 547 * be mapped directly. 549 mapped = 0; 696 mapped = 1; 718 if (mapped)
|
iop.c | 1933 * If this is the first xfer we've mapped for this message, adjust 2057 panic("iop_msg_unmap: no transfers mapped"); 2560 int rv, i, mapped; local in function:iop_passthrough 2566 mapped = 1; 2599 mapped = 1; 2613 if (mapped != 0)
|
/src/usr.sbin/ldpd/ |
conffile.c | 53 char *mapped, *nextline; variable in typeref:typename:char * 129 (mapped = mmap(NULL, fs.st_size, PROT_READ, MAP_SHARED, confh, 0)) 137 nextline = mapped; 156 munmap(mapped, mapsize); 160 munmap(mapped, mapsize); 170 if (nextline < mapped || (size_t)(nextline - mapped) >= mapsize) 173 for (p = nextline; *p != '\n' && (size_t)(p - mapped) < mapsize; p++);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
mmu.h | 22 bool mapped:1; /* Region contains valid pages. */ member in struct:nvkm_vma 23 struct nvkm_memory *memory; /* Memory currently mapped into VMA. */
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_ttm_buffer.c | 253 bool mapped; member in struct:vmw_ttm_tt 359 * vmw_ttm_unmap_from_dma - unmap device addresses previsouly mapped for 364 * Used to free dma mappings previously mapped by vmw_ttm_map_for_dma. 428 if (vmw_tt->mapped) 485 vmw_tt->mapped = true; 524 vmw_tt->mapped = false;
|
vmwgfx_cmdbuf.c | 89 * @map: Pointer to command buffer space. May be a mapped buffer object or 1257 int error, nseg, alloced = 0, mapped = 0, loaded = 0; local in function:vmw_cmdbuf_set_pool_size 1274 mapped = 1; 1284 if (mapped)
|
/src/sys/netinet/ |
in_pcb.c | 395 struct in6_addr mapped; local in function:inpcb_bind_port 415 in6_in_2_v4mapin6(&sin->sin_addr, &mapped); 416 t6 = in6pcb_lookup_local(table, &mapped, sin->sin_port, wild, &vestige);
|
/src/sys/dev/ic/ |
mlx.c | 1534 int rv, mapped; local in function:mlx_enquire 1537 mapped = 0; 1549 mapped = 1; 1575 if (mapped) 1723 int rv, mapped; local in function:mlx_user_command 1730 mapped = 0; 1775 mapped = 1; 1819 if (mapped)
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_drv.h | 75 uint32_t mapped; member in struct:virtio_gpu_object
|
/src/sys/netinet6/ |
in6_pcb.c | 395 struct in6_addr mapped; local in function:in6pcb_connect 423 /* sanity check for mapped address case */ 463 memset(&mapped, 0, sizeof(mapped)); 464 mapped.s6_addr16[5] = htons(0xffff); 465 memcpy(&mapped.s6_addr32[3], &IA_SIN(ia4)->sin_addr, 468 in6a = &mapped; 966 * IPv4 mapped address.
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_vmm.c | 786 new->mapped = vma->mapped; 1074 vma->mapped ? 'M' : '-', 1290 if (prev->memory || prev->mapped != map) 1296 next->memory || next->mapped != map) 1317 if (!vma->mapped || vma->memory) 1329 vma->mapped = false; 1372 bool mapped = vma->mapped; local in function:nvkm_vmm_pfn_map 1378 * should be mapped or not) within a single VMA [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_allocator_primary64.h | 27 // are mapped on demand. 239 "%s %02zd (%6zd): mapped: %6zdK allocs: %7zd frees: %7zd inuse: %6zd " 270 Printf("Stats: SizeClassAllocator64: %zdM mapped (%zdM rss) in " 599 uptr mapped_free_array; // Bytes mapped for freearray. 602 uptr mapped_user; // Bytes mapped for user memory. 603 uptr mapped_meta; // Bytes mapped for metadata. 638 uptr mapped = address_range.Map(beg, size); local in function:SizeClassAllocator64::MapWithCallback 639 if (UNLIKELY(!mapped)) 641 CHECK_EQ(beg, mapped); 755 // All necessary memory is mapped and now it is safe to advance al [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
gvt.h | 122 bool mapped; member in struct:intel_vgpu_opregion
|
/src/sys/dev/qbus/ |
qd.c | 101 u_int mapped; /* user mapping status word */ member in struct:qdflags 129 * bit definitions for 'mapped' member of flag structure 131 #define MAPDEV 0x01 /* hardware is mapped */ 132 #define MAPDMA 0x02 /* DMA buffer mapped */ 133 #define MAPEQ 0x04 /* event queue buffer mapped */ 134 #define MAPSCR 0x08 /* scroll param area mapped */ 135 #define MAPCOLOR 0x10 /* color map writing buffer mapped */ 489 * mapped. 547 * side effects: QDSS gets mapped into Qbus memory space at the first 581 * QDSS regs must be mapped to Qbus memory space at a 64k [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
pci.h | 182 bool mapped; member in struct:pci_dev::__anon6e5fc1fd0108
|
/src/lib/libc/stdlib/ |
jemalloc.c | 398 /* Number of bytes currently mapped. */ 399 size_t mapped; member in struct:arena_stats_s 1130 " allocated/mapped nmalloc ndalloc\n"); 1140 arena->stats.mapped, 1765 arena->stats.mapped += chunksize; 1810 arena->stats.mapped -= chunksize; 1818 arena->stats.mapped -= chunksize; 3171 size_t allocated, mapped; local in function:malloc_print_stats 3175 /* Calculate and print allocated/mapped stats. */ 3192 mapped = stats_chunks.curchunks * chunksize [all...] |
/src/libexec/ftpd/ |
ftpd.c | 192 int mapped; /* IPv4 connection on AF_INET6 socket */ variable in typeref:typename:int 312 mapped = 0; 663 "Connection from IPv4 mapped address is not supported."); 667 mapped = 1; 670 mapped = 0; 672 if (!mapped && his_addr.su_family == AF_INET) { 1975 if (!mapped && ctrl_addr.su_family == AF_INET) { 2031 if (!mapped) {
|