Home
last modified time | relevance | path

Searched full:mapper (Results 1 – 25 of 136) sorted by relevance

123456

/freebsd/share/i18n/csmapper/
H A DMakefile9 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 DMakefile.part13 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 Dcitrus_mapper.c53 #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 DMapperJITLinkMemoryManager.cpp35 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 Docsd_dcd_tree.h236 /** @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 DMapperJITLinkMemoryManager.h26 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 DValueMapper.cpp48 #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 Drpc.rfc.ms45 \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 DTensorSpec.cpp81 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 DIRSimilarityIdentifier.cpp920 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 Dtrc_mem_acc_mapper.h66 // 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 DCodeViewRecordIO.h143 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 DMakefile7 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 DDeclOpenMP.h278 /// 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 Dh_dm.c54 * 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 DMachineOutliner.cpp453 /// \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 DMakefile13 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 Ddm-deps3 # 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 Dluks_sanity.ksh49 log_must cryptsetup luksClose /dev/mapper/luksdev
65 log_must zpool create $TESTPOOL /dev/mapper/luksdev
/freebsd/tests/sys/cddl/zfs/bin/
H A Dmmapwrite.c46 mapper(void *fdp) in mapper() function
84 if (pthread_create(&pt, NULL, mapper, &fd) != 0) { in main()
/freebsd/sys/contrib/openzfs/udev/
H A Dvdev_id278 # 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 Dfsl,imx8qxp-ldb.yaml33 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 Dservices751 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 Dzfs-import.in172 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 Dzutil_device_path_os.c408 * 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

123456