Searched refs:mapmode (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 169 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 D | rbox.c | 345 fb->mapmode = *(u_int *)data; in rbox_ioctl() 346 if (fb->mapmode == WSDISPLAYIO_MODE_EMUL) in rbox_ioctl()
|
| H A D | dvbox.c | 384 fb->mapmode = *(u_int *)data; in dvbox_ioctl() 385 if (fb->mapmode == WSDISPLAYIO_MODE_EMUL) in dvbox_ioctl()
|
| H A D | diofbvar.h | 103 u_int mapmode; member
|
| H A D | gbox.c | 352 fb->mapmode = *(u_int *)data; in gbox_ioctl() 353 if (fb->mapmode == WSDISPLAYIO_MODE_EMUL) { in gbox_ioctl()
|
| H A D | tvrx.c | 170 fb->mapmode = *(u_int *)data; in tvrx_ioctl()
|
| H A D | hyper.c | 233 fb->mapmode = *(u_int *)data; in hyper_ioctl()
|
| H A D | diofb.c | 154 fb->mapmode = WSDISPLAYIO_MODE_DUMBFB; in diofb_fbinquire() 499 switch (fb->mapmode) { in diofb_mmap()
|
| H A D | topcat.c | 443 fb->mapmode = *(u_int *)data; in topcat_ioctl() 444 if (fb->mapmode == WSDISPLAYIO_MODE_EMUL) { in topcat_ioctl()
|
| H A D | gendiofb.c | 205 fb->mapmode = *(u_int *)data; in gendiofb_ioctl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 1248 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 D | xray-fdr-dump.cpp | 49 *FDOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in __anon06fcd1400102()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 229 Fd, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, EC); in loadYAML()
|
| H A D | Trace.cpp | 399 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in loadTraceFile()
|
| H A D | Profile.cpp | 274 *FdOrErr, sys::fs::mapped_file_region::mapmode::readonly, FileSize, 0, in loadProfile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 835 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 D | Path.inc | 814 mapmode Mode) { 848 mapped_file_region::mapped_file_region(int fd, mapmode mode, size_t length,
|