| /freebsd/share/i18n/csmapper/ |
| H A D | Makefile | 9 mapper.dir: ${SUBDIR} 11 cat $$i/mapper.dir.$$i; \ 12 done; cat ${.CURDIR}/mapper.dir.src); \ 15 mapper.dir.db: mapper.dir 18 FILES+= mapper.dir mapper.dir.db 19 CLEANFILES+= mapper.dir mapper.dir.db
|
| H A D | Makefile.part | 13 MAPPER?= mapper_std 22 .if !target(mapper.dir.${ESUBDIR}) 23 .if !exists(mapper.dir.${ESUBDIR}.src) 24 mapper.dir.${ESUBDIR}: ${CODE}.part 27 printf "%-32s%-32s%s\n" ${ENCID:S@%%PART%%@${i}@}/UCS ${MAPPER} \ 29 printf "%-32s%-32s%s\n" UCS/${ENCID:S@%%PART%%@${i}@} ${MAPPER} \ 34 mapper.dir.${ESUBDIR}: mapper.dir.${ESUBDIR}.src 38 CLEANFILES+= mapper.dir.${ESUBDIR} 77 all: mapper.dir.${ESUBDIR} charset.pivot.${ESUBDIR}
|
| /freebsd/lib/libc/iconv/ |
| H A D | citrus_mapper.c | 53 #define _CITRUS_MAPPER_DIR "mapper.dir" 67 * create mapper area 117 * lookup mapper.dir entry in the specified directory. 120 * mapper module arg 121 * mapper : mapper name. 122 * module : mapper module name. 138 /* create mapper.dir path */ in lookup_mapper_entry() 180 * simply close a mapper. (without handling hash) 199 * simply open a mapper. (without handling hash) 211 /* initialize mapper handle */ in mapper_open() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MapperJITLinkMemoryManager.cpp | 35 Parent.Mapper->initialize(AI, [OnFinalize = std::move(OnFinalize)]( in finalize() 47 Parent.Mapper->release({AllocAddr}, std::move(OnFinalize)); in abandon() 58 size_t ReservationGranularity, std::unique_ptr<MemoryMapper> Mapper) in MapperJITLinkMemoryManager() argument 60 Mapper(std::move(Mapper)) {} in MapperJITLinkMemoryManager() 67 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize()); in allocate() 94 Seg.WorkingMem = Mapper->prepare(NextSegAddr, TotalSize); in allocate() 96 NextSegAddr += alignTo(TotalSize, Mapper->getPageSize()); in allocate() 141 Mapper->reserve(TotalAllocation, std::move(CompleteAllocation)); in allocate() 156 Mapper->deinitialize(Bases, [this, Allocs = std::move(Allocs), in deallocate()
|
| /freebsd/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_dcd_tree.h | 236 /** @name Memory Access Mapper 238 A memory mapper is used to organise a collection of memory accessor objects that contain the 248 The memory mapper will not allow two accessors to overlap in the same memory space. 251 state - the mapper will find the closest memory space match for the address. 264 * This creates a memory mapper within the decode tree. 273 …* Get a pointer to the memory mapper. Allows a client to add memory accessors directly to the mapp… 274 * @return TrcMemAccMapper : Pointer to the mapper. 279 * Set an external mapper rather than create a mapper in the decode tree. 280 * Setting this will also destroy any internal mapper that was previously created. 282 * @param pMapper : pointer to the mapper to add. [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MapperJITLinkMemoryManager.h | 26 std::unique_ptr<MemoryMapper> Mapper); 31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local 32 if (!Mapper) in CreateWithMapper() 33 return Mapper.takeError(); in CreateWithMapper() 36 std::move(*Mapper)); in CreateWithMapper() 65 std::unique_ptr<MemoryMapper> Mapper; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 48 #define DEBUG_TYPE "value-mapper" 109 class Mapper { class 125 Mapper(ValueToValueMapTy &VM, RemapFlags Flags, in Mapper() function in __anoncb3f1d700111::Mapper 131 ~Mapper() { assert(!hasWorkToDo() && "Expected to be flushed"); } in ~Mapper() 191 Mapper &M; 223 MDNodeMapper(Mapper &M) : M(M) {} in MDNodeMapper() 250 /// the identity mapping (\a Mapper::mapToSelf()) as long as all of its 293 /// uses \a tryToMapOperand() (via \a Mapper::mapSimplifiedNode()), so any 339 Value *Mapper::mapValue(const Value *V) { in mapValue() 485 // See if the type mapper wants to remap the type as well. in mapValue() [all …]
|
| /freebsd/share/doc/psd/26.rpcrfc/ |
| H A D | rpc.rfc.ms | 45 \fIPort Mapper Program Protocol\fP\, below, for an example). Network 152 itself\(emsee the \fIPort Mapper Program Protocol\fP\, below). 340 errors. Broadcast RPC uses the Port Mapper RPC service to achieve 341 its semantics. See the \fIPort Mapper Program Protocol\fP\, below, 1097 \&Port Mapper Program Protocol 1099 The port mapper program maps RPC program and version numbers to 1105 running only the port mapper on a reserved port, the port numbers of 1106 other remote programs can be ascertained by querying the port mapper. 1108 The port mapper also aids in broadcast RPC. A given RPC program will 1111 port mapper, however, does have a fixed port number. So, to [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TensorSpec.cpp | 81 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON() local 82 if (!Mapper) in getTensorSpecFromJSON() 90 if (!Mapper.map<std::string>("name", TensorName)) in getTensorSpecFromJSON() 92 if (!Mapper.map<std::string>("type", TensorType)) in getTensorSpecFromJSON() 94 if (!Mapper.map<int>("port", TensorPort)) in getTensorSpecFromJSON() 96 if (!Mapper.map<std::vector<int64_t>>("shape", TensorShape)) in getTensorSpecFromJSON()
|
| H A D | IRSimilarityIdentifier.cpp | 920 Mapper.initializeForBBs(M); in populateMapper() 932 Mapper.convertToUnsignedVec(BB, InstrListForModule, in populateMapper() 937 Mapper.mapToIllegalUnsigned(It, IntegerMappingForModule, InstrListForModule, in populateMapper() 940 Mapper.IDL->push_back(*InstrListForModule.back()); in populateMapper() 964 /// \param [in] Mapper - The instruction mapper for basic correctness checks. 970 const IRInstructionMapper& Mapper, std::vector<IRInstructionData *> &InstrList, in createCandidatesFromSuffixTree() argument 986 if (Key > Mapper.IllegalInstrNumber) { in createCandidatesFromSuffixTree() 1408 createCandidatesFromSuffixTree(Mapper, InstrList, IntegerMapping, RS, in findCandidates() 1456 Mapper.InstClassifier.EnableBranches = this->EnableBranches; in findSimilarity() 1457 Mapper.InstClassifier.EnableIndirectCalls = EnableIndirectCalls; in findSimilarity() [all …]
|
| /freebsd/contrib/opencsd/decoder/include/mem_acc/ |
| H A D | trc_mem_acc_mapper.h | 66 // mapper memory area configuration interface 84 // print out the ranges in this mapper. 105 // address spaces common to all sources using this mapper. 113 // mapper creation interface - prevent overlaps 116 // print out the ranges in this mapper.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 143 Error mapVectorN(T &Items, const ElementMapper &Mapper, 153 if (auto EC = Mapper(*this, X)) 162 if (auto EC = Mapper(*this, X)) 170 if (auto EC = Mapper(*this, Item)) 180 Error mapVectorTail(T &Items, const ElementMapper &Mapper, 185 if (auto EC = Mapper(*this, Item)) 192 if (auto EC = Mapper(*this, Field))
|
| /freebsd/share/i18n/csmapper/CP/ |
| H A D | Makefile | 7 mapper.dir.CP: CP.part mapper.dir.CP.src 17 cat ${.CURDIR}/mapper.dir.CP.src;\
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclOpenMP.h | 278 /// This represents '#pragma omp declare mapper ...' directive. Map clauses are 280 /// defined mapper for the type 'struct vec'. This example instructs the fields 284 /// #pragma omp declare mapper(mid: struct vec v) map(v.len, v.data[0:N]) 292 /// Mapper variable, which is 'v' in the example above 295 /// Name of the mapper variable 314 /// Creates declare mapper node. 320 /// Creates deserialized declare mapper node. 348 /// Get the variable declared in the mapper 353 /// Set the variable declared in the mapper 358 /// Get the name of the variable declared in the mapper [all …]
|
| /freebsd/contrib/netbsd-tests/dev/dm/ |
| H A D | h_dm.c | 54 * Test simple dm versions command on device-mapper device. 70 fd = rump_sys_open("/dev/mapper/control", O_RDWR, 0); in dm_test_versions() 94 * Test simple dm targets command on device-mapper device. 110 fd = rump_sys_open("/dev/mapper/control", O_RDWR, 0); in dm_test_targets()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 453 /// \param Mapper Contains outlining mapping information. 456 void findCandidates(InstructionMapper &Mapper, 464 /// \param Mapper Contains the instruction mappings for the module. 466 InstructionMapper &Mapper, unsigned &OutlinedFunctionNum); 470 InstructionMapper &Mapper, 492 void populateMapper(InstructionMapper &Mapper, Module &M, 584 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates() argument 586 SuffixTree ST(Mapper.UnsignedVec, OutlinerLeafDescendants); in findCandidates() 647 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates() 648 MachineBasicBlock::iterator EndIt = Mapper.InstrList[EndIdx]; in findCandidates() [all …]
|
| /freebsd/share/i18n/csmapper/KOI/ |
| H A D | Makefile | 13 mapper.dir.KOI: KOI8.part mapper.dir.KOI.src 15 cat ${.CURDIR}/mapper.dir.KOI.src; \
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | dm-deps | 3 # Show device mapper dependent / underlying devices. This is useful for 8 echo "Show device mapper dependent (underlying) devices."
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/luks/ |
| H A D | luks_sanity.ksh | 49 log_must cryptsetup luksClose /dev/mapper/luksdev 65 log_must zpool create $TESTPOOL /dev/mapper/luksdev
|
| /freebsd/tests/sys/cddl/zfs/bin/ |
| H A D | mmapwrite.c | 46 mapper(void *fdp) in mapper() function 84 if (pthread_create(&pt, NULL, mapper, &fd) != 0) { in main()
|
| /freebsd/sys/contrib/openzfs/udev/ |
| H A D | vdev_id | 278 # If udev didn't tell us the UUID via DM_NAME, check /dev/mapper 280 DM_NAME=$(ls -l --full-time /dev/mapper | 326 # It's not there, try looking in /dev/mapper 327 DMDEV=$(ls -l --full-time /dev/mapper | grep $DM_NAME | 527 # If udev didn't tell us the UUID via DM_NAME, check /dev/mapper 529 DM_NAME=$(ls -l --full-time /dev/mapper | 670 # to partitions of device mapper devices. The DEVTYPE attribute
|
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | fsl,imx8qxp-ldb.yaml | 33 A side note is that i.MX8qm/qxp LDB is officially called pixel mapper in 34 the SoC reference manuals. The pixel mapper uses logic of LDBs embedded in
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | services | 751 as-servermap 449/tcp #AS Server Mapper 752 as-servermap 449/udp #AS Server Mapper 1257 mdc-portmapper 685/tcp #MDC Port Mapper 1258 mdc-portmapper 685/udp #MDC Port Mapper 1824 mapper-nodemgr 3984/tcp #MAPPER network node manager 1825 mapper-nodemgr 3984/udp #MAPPER network node manager 1826 mapper-mapethd 3985/tcp #MAPPER TCP/IP server 1827 mapper-mapethd 3985/udp #MAPPER TCP/IP server 1828 mapper-ws_ethd 3986/tcp #MAPPER workstation server 1829 mapper-ws_ethd 3986/udp #MAPPER workstation server [all …]
|
| /freebsd/sys/contrib/openzfs/etc/init.d/ |
| H A D | zfs-import.in | 172 if [ -d "/dev/mapper" ]; then 174 ZPOOL_IMPORT_PATH="$ZPOOL_IMPORT_PATH:/dev/mapper:" 176 ZPOOL_IMPORT_PATH="/dev/mapper:"
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_device_path_os.c | 408 * Allocate and return the underlying device name for a device mapper device. 463 * A device-mapper device can have multiple paths to it (multipath). in dm_get_underlying_path() 510 * Return B_TRUE if device is a device mapper or multipath device. 570 * 2. /dev/mapper/mpatha (made up of /dev/sda and /dev/sdb) 571 * dev_name: /dev/mapper/mpatha
|