Home
last modified time | relevance | path

Searched refs:mapmode (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemoryBuffer.cpp169 constexpr sys::fs::mapped_file_region::mapmode Mapmode =
172 constexpr sys::fs::mapped_file_region::mapmode Mapmode<MemoryBuffer> =
175 constexpr sys::fs::mapped_file_region::mapmode Mapmode<WritableMemoryBuffer> =
178 constexpr sys::fs::mapped_file_region::mapmode
/netbsd-src/sys/arch/hp300/dev/
H A Drbox.c345 fb->mapmode = *(u_int *)data; in rbox_ioctl()
346 if (fb->mapmode == WSDISPLAYIO_MODE_EMUL) in rbox_ioctl()
H A Ddvbox.c384 fb->mapmode = *(u_int *)data; in dvbox_ioctl()
385 if (fb->mapmode == WSDISPLAYIO_MODE_EMUL) in dvbox_ioctl()
H A Ddiofbvar.h103 u_int mapmode; member
H A Dgbox.c352 fb->mapmode = *(u_int *)data; in gbox_ioctl()
353 if (fb->mapmode == WSDISPLAYIO_MODE_EMUL) { in gbox_ioctl()
H A Dtvrx.c170 fb->mapmode = *(u_int *)data; in tvrx_ioctl()
H A Dhyper.c233 fb->mapmode = *(u_int *)data; in hyper_ioctl()
H A Ddiofb.c154 fb->mapmode = WSDISPLAYIO_MODE_DUMBFB; in diofb_fbinquire()
499 switch (fb->mapmode) { in diofb_mmap()
H A Dtopcat.c443 fb->mapmode = *(u_int *)data; in topcat_ioctl()
444 if (fb->mapmode == WSDISPLAYIO_MODE_EMUL) { in topcat_ioctl()
H A Dgendiofb.c205 fb->mapmode = *(u_int *)data; in gendiofb_ioctl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1248 enum mapmode { enum
1261 mapmode Mode = readonly;
1279 std::error_code init(sys::fs::file_t FD, uint64_t Offset, mapmode Mode);
1294 mapped_file_region(sys::fs::file_t fd, mapmode mode, size_t length, uint64_t offset,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp49 *FDOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in __anon06fcd1400102()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp229 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in loadYAML()
H A DTrace.cpp399 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in loadTraceFile()
H A DProfile.cpp274 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in loadProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc835 uint64_t Offset, mapmode Mode) {
903 mapped_file_region::mapped_file_region(sys::fs::file_t fd, mapmode mode,
935 if (Mode == mapmode::readwrite && Exe && hasFlushBufferKernelBug()) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc814 mapmode Mode) {
848 mapped_file_region::mapped_file_region(int fd, mapmode mode, size_t length,