Searched refs:mapper (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/share/i18n/csmapper/
H A DMakefile10 mapper.dir: ${SUBDIR}
12 cat $$i/mapper.dir.$$i; \
16 mapper.dir.db: mapper.dir
19 FILES+= mapper.dir mapper.dir.db
20 CLEANFILES+= mapper.dir mapper.dir.db
H A DMakefile.part25 .if !target(mapper.dir.${ESUBDIR})
26 .if !exists(mapper.dir.${ESUBDIR}.src)
27 mapper.dir.${ESUBDIR}: ${CODE}.part
37 mapper.dir.${ESUBDIR}: mapper.dir.${ESUBDIR}.src
41 CLEANFILES+= mapper.dir.${ESUBDIR}
80 all: mapper.dir.${ESUBDIR} charset.pivot.${ESUBDIR}
/freebsd-13-stable/share/i18n/csmapper/CP/
H A DMakefile8 mapper.dir.CP: CP.part mapper.dir.CP.src
18 cat ${.CURDIR}/mapper.dir.CP.src;\
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dmmapwrite.c48 mapper(void *fdp) function
86 if (pthread_create(&pt, NULL, mapper, &fd) != 0) {
/freebsd-13-stable/share/i18n/csmapper/KOI/
H A DMakefile14 mapper.dir.KOI: KOI8.part mapper.dir.KOI.src
16 cat ${.CURDIR}/mapper.dir.KOI.src; \
/freebsd-13-stable/share/i18n/csmapper/ISO-8859/
H A DMakefile6 mapper.dir.ISO-8859: ISO-8859.part
/freebsd-13-stable/sys/contrib/openzfs/cmd/vdev_id/
H A Dvdev_id276 # If udev didn't tell us the UUID via DM_NAME, check /dev/mapper
278 DM_NAME=$(ls -l --full-time /dev/mapper |
307 # It's not there, try looking in /dev/mapper
308 DMDEV=$(ls -l --full-time /dev/mapper | grep $DM_NAME |
499 # If udev didn't tell us the UUID via DM_NAME, check /dev/mapper
501 DM_NAME=$(ls -l --full-time /dev/mapper |
632 # to partitions of device mapper devices. The DEVTYPE attribute
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h328 // mapper->MapPackedCounterArrayBuffer and the caller is expected to check
336 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) argument
337 : n(num_counters), memory_mapper(mapper) {
410 explicit FreePagesRangeTracker(MemoryMapperT* mapper) argument
411 : memory_mapper(mapper),
/freebsd-13-stable/sys/dev/sound/midi/
H A Dsequencer.c144 kobj_t mapper; member in struct:seq_softc
568 scp->mapper = midimapper_addseq(scp, &scp->unit, &scp->mapper_cookie);
569 if (scp->mapper == NULL)
774 scp->maxunits = midimapper_open(scp->mapper, &scp->mapper_cookie);
781 midimapper_fetch_synth(scp->mapper, scp->mapper_cookie, i);
849 midimapper_close(scp->mapper, scp->mapper_cookie);
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py693 def _handle_err_list(ret, errlist, names, exception, mapper):
706 :param function mapper: the function that maps an error code and a name to
716 name of that entity is passed to the ``mapper``.
739 errors = [mapper(ret, name)]
745 errors.append(mapper(err, name))

Completed in 123 milliseconds