Searched refs:unmap (Results 1 - 25 of 101) sorted by relevance

12345

/netbsd-current/external/gpl2/groff/dist/src/libs/libbib/
H A Dmap.c55 int unmap(char *p, int len) function
78 int unmap(char *p, int len) function
/netbsd-current/lib/libc/gen/
H A Dnlist_ecoff.c109 goto unmap;
113 goto unmap;
123 goto unmap;
128 goto unmap;
180 unmap:
H A Dnlist_coff.c123 goto unmap;
127 goto unmap;
136 goto unmap;
189 unmap:
H A Dnlist_elf32.c74 #define BADUNMAP goto unmap
336 unmap:
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Ddriver.h25 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
/netbsd-current/sys/arch/arm/fdt/
H A Dsmsh_fdt.c113 goto unmap;
119 goto unmap;
125 unmap:
/netbsd-current/sys/arch/evbarm/tsarm/
H A Dtsrtc.c91 goto unmap;
97 goto unmap;
103 unmap:
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dnouveau_nvkm_subdev_mmu_vmmgm200.c42 .unmap = gf100_vmm_pgt_unmap,
54 .unmap = gf100_vmm_pgt_unmap,
69 .unmap = gf100_vmm_pgt_unmap,
H A Dnouveau_nvkm_subdev_mmu_vmmgk104.c40 .unmap = gf100_vmm_pgt_unmap,
H A Dnouveau_nvkm_subdev_mmu_vmmnv41.c76 .unmap = nv41_vmm_pgt_unmap,
/netbsd-current/common/lib/libc/cdb/
H A Dcdbr.c90 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);
/netbsd-current/sys/dev/isa/
H A Dpas.c398 goto unmap;
407 goto unmap;
412 goto unmap;
421 goto unmap;
436 unmap:
/netbsd-current/sys/arch/mvmeppc/isa/
H A Dmkclock_isa.c114 goto unmap;
142 unmap:
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2838_emmc2_acpi.c133 goto unmap;
141 unmap:
H A Dbcm2835_emmc_acpi.c160 goto unmap;
168 unmap:
/netbsd-current/sys/arch/mac68k/obio/
H A Dwdc_obio.c113 goto unmap;
120 goto unmap;
124 unmap:
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_object.c178 struct nvif_ioctl_unmap unmap; member in struct:__anon1031
232 client->driver->unmap(client, object->map.tag,
238 client->driver->unmap(client, object->map.ptr,
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dbus_space_notimpl.c46 __NOTIMPL(unmap)
/netbsd-current/usr.sbin/kvm_mkdb/
H A Dnlist_coff.c75 #define BADUNMAP do { rv = -1; goto unmap; } while (0)
345 unmap:
H A Dnlist_ecoff.c75 #define BADUNMAP do { rv = -1; goto unmap; } while (0)
269 unmap:
H A Dnlist_elf32.c88 #define BADUNMAP do { rv = -1; goto unmap; } while (0)
375 unmap:
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_kmap.c51 SDT_PROBE_DEFINE2(sdt, linux, kmap, unmap,
277 SDT_PROBE2(sdt, linux, kmap, unmap, paddr, vaddr);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileOutputBuffer.cpp49 Buffer.unmap();
58 Buffer.unmap();
/netbsd-current/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c403 /* check use of handle_is_km in BS(unmap) */
430 __BS(unmap)(void *v, bus_space_handle_t h, bus_size_t size, int acct) function
477 __S(__BS(unmap)), h, size);
515 __S(__BS(unmap)), (u_long)CHIP_W1_SYS_START(v),
520 __S(__BS(unmap)), (u_long)CHIP_W2_SYS_START(v),
525 __S(__BS(unmap)), (u_long)CHIP_W3_SYS_START(v),
528 panic("%s: don't know how to unmap %#"PRIxBSH, __S(__BS(unmap)), h);
533 __S(__BS(unmap)), addr, addr + size - 1);
538 printf("%s: WARNING: could not unmap"
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dobject.h47 int (*unmap)(struct nvkm_object *); member in struct:nvkm_object_func

Completed in 436 milliseconds

12345