HomeSort by: relevance | last modified time | path
    Searched refs:unmap (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /src/external/gpl2/groff/dist/src/libs/libbib/
map.c 55 int unmap(char *p, int len) function
78 int unmap(char *p, int len) function
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpa_hooks.h 7 void (*unmap)(void *ptr, size_t size); member in struct:hpa_hooks_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpa_hooks.h 7 void (*unmap)(void *ptr, size_t size); member in struct:hpa_hooks_s
  /src/lib/libc/gen/
nlist_ecoff.c 110 goto unmap;
114 goto unmap;
124 goto unmap;
129 goto unmap;
181 unmap:
nlist_coff.c 125 goto unmap;
129 goto unmap;
138 goto unmap;
191 unmap:
nlist_elf32.c 74 #define BADUNMAP goto unmap
336 unmap:
  /src/sys/arch/arm/fdt/
smsh_fdt.c 107 goto unmap;
113 goto unmap;
119 unmap:
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
driver.h 25 void (*unmap)(void *priv, bus_space_tag_t tag, member in struct:nvif_driver
30 void (*unmap)(void *priv, void __iomem *ptr, u32 size); member in struct:nvif_driver
  /src/sys/arch/evbarm/tsarm/
tsrtc.c 91 goto unmap;
97 goto unmap;
103 unmap:
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmgm200.c 42 .unmap = gf100_vmm_pgt_unmap,
54 .unmap = gf100_vmm_pgt_unmap,
69 .unmap = gf100_vmm_pgt_unmap,
nouveau_nvkm_subdev_mmu_vmmgk104.c 40 .unmap = gf100_vmm_pgt_unmap,
nouveau_nvkm_subdev_mmu_vmmnv41.c 76 .unmap = nv41_vmm_pgt_unmap,
  /src/common/lib/libc/cdb/
cdbr.c 90 void (*unmap)(void *, void *, size_t);
160 void (*unmap)(void *, void *, size_t), void *cookie)
170 cdbr->unmap = unmap;
310 if (cdbr->unmap)
311 (*cdbr->unmap)(cdbr->cookie, cdbr->mmap_base, cdbr->mmap_size);
  /src/sys/dev/isa/
pas.c 398 goto unmap;
407 goto unmap;
412 goto unmap;
421 goto unmap;
436 unmap:
  /src/sys/arch/arm/broadcom/
bcm2838_emmc2_acpi.c 134 goto unmap;
142 unmap:
bcm2835_emmc_acpi.c 161 goto unmap;
169 unmap:
  /src/sys/arch/mvmeppc/isa/
mkclock_isa.c 114 goto unmap;
142 unmap:
  /src/sys/arch/mac68k/obio/
wdc_obio.c 113 goto unmap;
120 goto unmap;
124 unmap:
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_object.c 178 struct nvif_ioctl_unmap unmap; member in struct:__anon5281
232 client->driver->unmap(client, object->map.tag,
238 client->driver->unmap(client, object->map.ptr,
  /src/sys/arch/hpcmips/hpcmips/
bus_space_notimpl.c 46 __NOTIMPL(unmap)
  /src/sys/external/bsd/drm2/linux/
linux_kmap.c 51 SDT_PROBE_DEFINE2(sdt, linux, kmap, unmap,
277 SDT_PROBE2(sdt, linux, kmap, unmap, paddr, vaddr);
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 75 #define BADUNMAP do { rv = -1; goto unmap; } while (0)
345 unmap:
nlist_ecoff.c 75 #define BADUNMAP do { rv = -1; goto unmap; } while (0)
269 unmap:
nlist_elf32.c 88 #define BADUNMAP do { rv = -1; goto unmap; } while (0)
375 unmap:
  /src/external/apache2/llvm/dist/llvm/lib/Support/
FileOutputBuffer.cpp 48 // Unmap buffer, letting OS flush dirty pages to file on disk.
49 Buffer.unmap();
58 Buffer.unmap();

Completed in 55 milliseconds

1 2 3 4 5