Searched refs:map (Results 176 - 200 of 1481) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c73 static void parse_map_yyin(struct node *parent, const char *map,
213 node_new_map(struct node *parent, char *key, char *options, char *map, argument
230 n->n_map = map;
393 * key from map entries themselves. Keep in mind that maps
518 * This is the first-level map node; the one that contains
519 * the key and subnodes with mountpoints and actual map names.
525 log_debugx("map \"%s\" is an indirect map, parsing",
528 log_debugx("map \"%s\" is a direct map, parsin
743 parse_map_yyin(struct node *parent, const char *map, const char *executable_key) argument
904 parse_map_keys_yyin(struct node *parent, const char *map) argument
958 parse_special_map(struct node *parent, const char *map, const char *key) argument
1001 parse_included_map(struct node *parent, const char *map) argument
1029 parse_map(struct node *parent, const char *map, const char *key, bool *wildcards) argument
1116 char *mountpoint = NULL, *map = NULL, *options = NULL; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Derrors.c44 const struct line_map *map; local
47 map = linemap_lookup (pfile->line_table, line);
48 linemap_print_containing_files (pfile->line_table, map);
50 lin = SOURCE_LINE (map, line);
53 col = SOURCE_COLUMN (map, line);
59 fprintf (stderr, "%s:", map->to_file);
61 fprintf (stderr, "%s:%u:", map->to_file, lin);
63 fprintf (stderr, "%s:%u:%u:", map->to_file, lin, col);
/freebsd-11-stable/lib/libc/regex/
H A DMakefile.inc11 SYM_MAPS+=${LIBC_SRCTOP}/regex/Symbol.map
/freebsd-11-stable/lib/libypclnt/
H A Dypclnt_connect.c68 /* map must be specified */
69 if (ypclnt->map == NULL) {
71 "caller must specify map name");
75 /* get master server for requested map unless specified */
77 r = yp_master(ypclnt->domain, ypclnt->map, &ypclnt->server);
/freebsd-11-stable/lib/msun/arm/
H A DMakefile.inc4 SYM_MAPS += ${.CURDIR}/arm/Symbol.map
/freebsd-11-stable/lib/libc/inet/
H A DMakefile.inc11 SYM_MAPS+= ${LIBC_SRCTOP}/inet/Symbol.map
/freebsd-11-stable/sys/dev/oce/
H A Doce_util.c76 &dma->map);
82 dma->map,
109 bus_dmamap_sync(dma->tag, dma->map,
111 bus_dmamap_unload(dma->tag, dma->map);
116 bus_dmamem_free(dma->tag, dma->ptr, dma->map);
192 &ring->dma.map);
197 bus_dmamap_sync(ring->dma.tag, ring->dma.map,
222 * @param arg dma map phyical address table pointer
248 * @brief Load bus dma map for a ring buffer
263 ring->dma.map,
[all...]
/freebsd-11-stable/lib/libc/capability/
H A DMakefile.inc8 SYM_MAPS+= ${LIBC_SRCTOP}/capability/Symbol.map
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_catas.c103 switch (swab32(readl(dev->catas_err.map)) >> 24) {
124 i, swab32(readl(dev->catas_err.map + i)));
141 if (readl(dev->catas_err.map + i)) {
155 dev->catas_err.map = NULL;
161 dev->catas_err.map = ioremap(addr, dev->catas_err.size * 4);
162 if (!dev->catas_err.map) {
163 mthca_warn(dev, "couldn't map catastrophic error region "
180 if (dev->catas_err.map)
181 iounmap(dev->catas_err.map);
/freebsd-11-stable/kerberos5/lib/libwind/
H A DMakefile5 VERSION_MAP= ${KRB5DIR}/lib/wind/version-script.map
19 map.c \
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.c95 BUS_DMA_NOWAIT | BUS_DMA_ZERO, &mem->map);
102 err = bus_dmamap_load(mem->tag, mem->map, mem->va,
115 bus_dmamap_sync(mem->tag, mem->map,
119 bus_dmamem_free(mem->tag, mem->va, mem->map);
123 mem->map = NULL;
131 bus_dmamap_sync(mem->tag, mem->map,
133 bus_dmamap_unload(mem->tag, mem->map);
134 bus_dmamem_free(mem->tag, mem->va, mem->map);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h14 #include <map>
56 std::map<int, SocketAddress> m_listen_sockets;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h13 #include <map>
50 typedef std::map<lldb::RegisterKind, uint32_t> Collection;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyncDependenceAnalysis.h78 std::map<const Loop *, std::unique_ptr<ConstBlockSet>> CachedLoopExitJoins;
79 std::map<const Instruction *, std::unique_ptr<ConstBlockSet>>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h15 #include <map>
49 std::map<lldb::ModuleSP, lldb::addr_t> m_loaded_modules;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.h44 std::map<lldb::SectionType, lldb_private::DWARFDataExtractor> m_sections;
47 std::map<uint64_t, const llvm::DWARFUnitIndex::Entry *> m_debug_cu_index_map;
H A DDWARFDebugRanges.h13 #include <map>
36 typedef std::map<dw_offset_t, DWARFRangeList> range_map;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.h39 #include <map>
52 using Histogram = std::map<unsigned, unsigned>;
H A DSchedulerStatistics.h42 #include <map>
65 using Histogram = std::map<unsigned, unsigned>;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenHwModes.h15 #include <map>
59 std::map<Record*,HwModeSelect> ModeSelects;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileCache.h11 #include <map>
26 typedef std::map<lldb::user_id_t, lldb::FileUP> FDToFileMap;
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/nbperf/
H A Dt_nbperf.sh30 rm -f reference.txt hash.c hash.map testprog
47 atf_check -o file:hash.map \
71 atf_check -o file:hash.map \
95 atf_check -o file:hash.map \
/freebsd-11-stable/contrib/libreadline/
H A Drldefs.h103 /* If you cast map[key].function to type (Keymap) on a Cray,
104 the compiler takes the value of map[key].function and
109 # define FUNCTION_TO_KEYMAP(map, key) (Keymap)((int)map[key].function)
112 # define FUNCTION_TO_KEYMAP(map, key) (Keymap)(map[key].function)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh55 xdt:mem::page-grant-map,
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.am14 fix-amd-map \
38 fix-amd-map.in \

Completed in 299 milliseconds

1234567891011>>