Searched refs:mapping (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-9.3-release/sys/ofed/include/linux/
H A Dio-mapping.h45 io_mapping_free(struct io_mapping *mapping) argument
48 iounmap(mapping);
52 io_mapping_map_atomic_wc(struct io_mapping *mapping, unsigned long offset) argument
55 return (((char *)mapping) + offset);
65 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) argument
68 return (((char *) mapping) + offset);
/freebsd-9.3-release/lib/libc/gen/
H A Dstrtofflags.c48 } mapping[] = { variable in typeref:struct:__anon5041
73 #define nmappings (sizeof(mapping) / sizeof(mapping[0]))
95 if (setflags & mapping[i].flag) {
98 for (sp = mapping[i].invert ? mapping[i].name :
99 mapping[i].name + 2; *sp; *dp++ = *sp++) ;
100 setflags &= ~mapping[i].flag;
131 if (strcmp(p, mapping[i].name + 2) == 0) {
132 if (mapping[
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c265 int mapping[3];
412 mapping[0] = 0;
413 mapping[1] = 3 - common;
414 mapping[2] = common;
418 rev_mapping[mapping[i]] = i;
485 = output_diff3_edscript (diff3, mapping, rev_mapping,
492 conflicts_found = output_diff3_merge (mfp, diff3, mapping, rev_mapping,
501 output_diff3 (diff3, mapping, rev_mapping);
1444 output_diff3 (diff, mapping, rev_mapping)
1446 int const mapping[
263 int mapping[3]; local
[all...]
/freebsd-9.3-release/contrib/sendmail/contrib/
H A DsocketmapServer.pl67 my %mapping = ('bastiaan.bakker@example.com' => 'bastiaan',
71 my $value = ($mapName eq "virtuser") ? $mapping{$key} : undef;
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFFYAML.h115 static void mapping(IO &IO, COFFYAML::Relocation &Rel);
120 static void mapping(IO &IO, COFF::header &H);
125 static void mapping(IO &IO, COFFYAML::Symbol &S);
130 static void mapping(IO &IO, COFFYAML::Section &Sec);
135 static void mapping(IO &IO, COFFYAML::Object &Obj);
H A DELFYAML.h137 static void mapping(IO &IO, ELFYAML::FileHeader &FileHdr);
142 static void mapping(IO &IO, ELFYAML::Symbol &Symbol);
147 static void mapping(IO &IO, ELFYAML::LocalGlobalWeakSymbols &Symbols);
152 static void mapping(IO &IO, ELFYAML::Section &Section);
157 static void mapping(IO &IO, ELFYAML::Object &Object);
/freebsd-9.3-release/contrib/gcc/
H A Dread-rtl.c48 struct mapping { struct
65 /* Tables of "mapping" structures, one for attributes and one for macros. */
118 static const char *apply_macro_to_string (const char *, struct mapping *, int);
119 static rtx apply_macro_to_rtx (rtx, struct mapping *, int,
121 static bool uses_macro_p (rtx, struct mapping *);
125 static struct mapping *add_mapping (struct macro_group *, htab_t t,
145 static struct mapping *read_mapping (struct macro_group *, htab_t, FILE *);
146 static void check_code_macro (struct mapping *, FILE *);
282 map_attr_string (const char *p, struct mapping *macro, int value)
285 struct mapping *
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff3.c219 int mapping[3];
355 mapping[0] = 0;
356 mapping[1] = 3 - common;
357 mapping[2] = common;
360 rev_mapping[mapping[i]] = i;
385 = output_diff3_edscript (stdout, diff3, mapping, rev_mapping,
392 = output_diff3_merge (stdin, stdout, diff3, mapping, rev_mapping,
399 output_diff3 (stdout, diff3, mapping, rev_mapping);
1345 int const mapping[3], int const rev_mapping[3])
1386 int realfile = mapping[
217 int mapping[3]; local
1340 output_diff3(FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3]) argument
1488 output_diff3_edscript(FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
1604 output_diff3_merge(FILE *infile, FILE *outputfile, struct diff3_block *diff, int const mapping[3], int const rev_mapping[3], char const *file0, char const *file1, char const *file2) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DReplacementsYaml.h65 static void mapping(IO &Io, clang::tooling::Replacement &R) { function in struct:llvm::yaml::MappingTraits
78 static void mapping(IO &Io, function in struct:llvm::yaml::MappingTraits
/freebsd-9.3-release/tools/tools/vt/fontcvt/
H A Dfontcvt.c55 struct mapping { struct
56 TAILQ_ENTRY(mapping) m_list;
62 TAILQ_HEAD(mapping_list, mapping);
82 struct mapping *mp;
98 * No mapping is needed if it's equal to the
99 * normal mapping.
247 struct mapping *mn, *mp, *mbase;
279 struct mapping *mp;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c43 #include <linux/dma-mapping.h>
97 ib_dma_unmap_single(priv->ca, rx_req->mapping[i], m->m_len,
123 rx_req->mapping[i] = ib_dma_map_single(priv->ca,
126 rx_req->mapping[i])))
134 ib_dma_unmap_single(priv->ca, rx_req->mapping[j], m->m_len,
151 priv->rx_sge[i].addr = rx_req->mapping[i];
274 u64 *mapping = tx_req->mapping; local
299 mapping[i] = ib_dma_map_single(ca, mtod(m, void *),
301 if (unlikely(ib_dma_mapping_error(ca, mapping[
320 u64 *mapping = tx_req->mapping; local
446 u64 *mapping = tx_req->mapping; local
[all...]
H A Dipoib.h196 u64 mapping[IPOIB_CM_RX_SG]; member in struct:ipoib_cm_rx_buf
201 u64 mapping[IPOIB_CM_TX_SG]; member in struct:ipoib_cm_tx_buf
206 u64 mapping[IPOIB_UD_RX_SG]; member in struct:ipoib_rx_buf
211 u64 mapping[IPOIB_UD_TX_SG]; member in struct:ipoib_tx_buf
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCModuleYAML.cpp142 static void mapping(IO &IO, MCModuleYAML::Atom &A);
146 static void mapping(IO &IO, MCModuleYAML::Inst &I);
150 static void mapping(IO &IO, MCModuleYAML::BasicBlock &BB);
154 static void mapping(IO &IO, MCModuleYAML::Function &Fn);
158 static void mapping(IO &IO, MCModuleYAML::Module &M);
179 void MappingTraits<MCModuleYAML::Atom>::mapping(IO &IO, MCModuleYAML::Atom &A) { function in class:llvm::yaml::MappingTraits
189 void MappingTraits<MCModuleYAML::Inst>::mapping(IO &IO, MCModuleYAML::Inst &I) { function in class:llvm::yaml::MappingTraits
196 MappingTraits<MCModuleYAML::BasicBlock>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
203 void MappingTraits<MCModuleYAML::Function>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
209 void MappingTraits<MCModuleYAML::Module>::mapping(I function in class:llvm::yaml::MappingTraits
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp232 void MappingTraits<COFFYAML::Relocation>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
241 void MappingTraits<COFF::header>::mapping(IO &IO, COFF::header &H) { function in class:llvm::yaml::MappingTraits
250 void MappingTraits<COFFYAML::Symbol>::mapping(IO &IO, COFFYAML::Symbol &S) { function in class:llvm::yaml::MappingTraits
264 void MappingTraits<COFFYAML::Section>::mapping(IO &IO, COFFYAML::Section &Sec) { function in class:llvm::yaml::MappingTraits
274 void MappingTraits<COFFYAML::Object>::mapping(IO &IO, COFFYAML::Object &Obj) { function in class:llvm::yaml::MappingTraits
H A DELFYAML.cpp295 void MappingTraits<ELFYAML::FileHeader>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
305 void MappingTraits<ELFYAML::Symbol>::mapping(IO &IO, ELFYAML::Symbol &Symbol) { function in class:llvm::yaml::MappingTraits
313 void MappingTraits<ELFYAML::LocalGlobalWeakSymbols>::mapping( function in class:llvm::yaml::MappingTraits
320 void MappingTraits<ELFYAML::Section>::mapping(IO &IO, function in class:llvm::yaml::MappingTraits
331 void MappingTraits<ELFYAML::Object>::mapping(IO &IO, ELFYAML::Object &Object) { function in class:llvm::yaml::MappingTraits
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_log.c181 } mapping[] = { local
252 while (strncmp(buf, mapping[i].str, mapping[i].strl) != 0)
254 priority = mapping[i].log_level;
255 pp = buf + mapping[i].strl;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c214 pci_unmap_addr_set(&buf->direct, mapping, t);
254 pci_unmap_addr_set(&buf->page_list[i], mapping, t);
292 pci_unmap_addr(&buf->direct, mapping));
298 mapping));
H A Dmthca_memfree.h141 dma_addr_t mapping; member in struct:mthca_db_page
H A Dmthca_provider.h49 DECLARE_PCI_UNMAP_ADDR(mapping)
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_frw.c143 struct address_space *mapping; local
146 mapping = ip->i_mapping;
157 page = grab_cache_page(mapping, index);
162 status = mapping->a_ops->prepare_write(NULL, page, offset,
170 status = mapping->a_ops->commit_write(NULL, page, offset,
620 struct address_space *mapping = file->f_dentry->d_inode->i_mapping; local
621 struct inode *inode = mapping->host;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h217 diag::Mapping mapping, StringRef Str) {
418 diag::Mapping mapping, StringRef Str) {
419 First->PragmaDiagnostic(Loc, Namespace, mapping, Str);
420 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
216 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, diag::Mapping mapping, StringRef Str) argument
417 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, diag::Mapping mapping, StringRef Str) argument
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dgrouping.c651 static char mapping[OUT_BUFFER_SIZE]; local
664 memset(mapping, 0, sizeof(mapping));
675 sprintf(mapping, "[ext %d]", pindex);
677 return mapping;
/freebsd-9.3-release/sys/dev/drm2/
H A Dati_pcigart.c103 struct drm_local_map *map = &gart_info->mapping;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h76 u64 mapping; member in struct:ib_mad_private_header
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Dcmd.h36 #include <linux/dma-mapping.h>

Completed in 191 milliseconds

1234