Searched refs:mapping (Results 51 - 75 of 95) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h35 /// to/from a YAML mapping. For example:
38 /// static void mapping(IO &io, MyStruct &s) {
47 // static void mapping(IO &io, T &fields);
52 /// to/from a YAML scalar where there is a one-to-one mapping between
221 static char test(SameType<Signature_mapping, &U::mapping>*);
490 MappingTraits<T>::mapping(io, Val);
604 // Utility for use within MappingTraits<>::mapping() method
638 // Utility for use within MappingTraits<>::mapping() method
908 /// Use these types instead of uintXX_t in any mapping to have
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c36 #include <linux/dma-mapping.h>
1877 recv->header.mapping,
2575 mad_priv->header.mapping = sg_list.addr;
2591 mad_priv->header.mapping,
2630 recv->header.mapping,
H A Diwcm.c38 #include <linux/dma-mapping.h>
H A Dmulticast.c34 #include <linux/dma-mapping.h>
H A Dnotice.c34 #include <linux/dma-mapping.h>
H A Dlocal_sa.c33 #include <linux/dma-mapping.h>
H A Dsa_query.c41 #include <linux/dma-mapping.h>
H A Duser_mad.c42 #include <linux/dma-mapping.h>
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid_cam.c745 u_int32_t mapping = co->co_mntobj.ObjExtension.BlockDevice.bdLgclPhysMap; local
747 while (mapping > 1) {
748 mapping >>= 1;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h43 #include <linux/dma-mapping.h>
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c133 rx_req->mapping[i] = addr;
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dpci.h49 #include <linux/dma-mapping.h>
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-lang.c500 const struct ada_opname_map *mapping;
502 for (mapping = ada_opname_table;
503 mapping->mangled != NULL &&
504 !DEPRECATED_STREQN (mapping->demangled, p, strlen (mapping->demangled));
507 if (mapping->mangled == NULL)
509 strcpy (mangling_buffer + k, mapping->mangled);
510 k += strlen (mapping->mangled);
6472 /* Table mapping attribute numbers to names */
7929 /* Table mapping opcode
497 const struct ada_opname_map *mapping; local
[all...]
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt300 executed. (See ctl_cmd_table.c for the mapping of
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmain.c40 #include <linux/dma-mapping.h>
41 #include <linux/io-mapping.h>
H A Deq.c37 #include <linux/dma-mapping.h>
701 * whether it works by mapping command completions to that vector
712 mlx4_warn(dev, "Failed mapping eq for interrupt test\n");
/freebsd-9.3-release/sys/dev/drm/
H A DdrmP.h538 drm_local_map_t mapping; member in struct:drm_ati_pcigart_info
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c41 #include <linux/dma-mapping.h>
/freebsd-9.3-release/contrib/gdb/
H A Dltconfig1502 /* The mapping between symbol names and symbols. */
/freebsd-9.3-release/sys/dev/drm2/
H A DdrmP.h631 drm_local_map_t mapping; member in struct:drm_ati_pcigart_info
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h45 #include <linux/dma-mapping.h>
1736 * ib_dma_unmap_single - Destroy a mapping created by ib_dma_map_single()
1790 * ib_dma_unmap_page - Destroy a mapping created by ib_dma_map_page()
2124 * ib_unmap_fmr - Removes the mapping from a list of fast memory regions.
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfsidbg.c2480 static char *map_flags(unsigned long flags, char *mapping[]) argument
2488 for (index = 0; flags && mapping[index]; flags >>= 1, index++) {
2490 if ((offset + strlen(mapping[index]) + 1) >= 80) {
2497 strcat(buffer, mapping[index]);
2498 offset += strlen(mapping[index]);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp85 static void mapping(llvm::yaml::IO &IO, clang::format::FormatStyle &Style) { function in struct:llvm::yaml::MappingTraits
347 // We use the same mapping method for input and output, so we need a non-const
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c887 * When the callback is used the OS will return 0 for the mapping function
2274 bus_addr_t mapping)
2276 REG_WR(sc, addr, U64_LO(mapping));
2277 REG_WR(sc, (addr + 4), U64_HI(mapping));
2282 bus_addr_t mapping,
2287 __storm_memset_dma_mapping(sc, addr, mapping);
2931 /* copy the existing mbuf and mapping from the TPA pool */
2958 /* move the received mbuf and mapping to TPA pool */
3552 /* skip the TSO split header bd since they have no mapping */
5438 /* mapping error
2272 __storm_memset_dma_mapping(struct bxe_softc *sc, uint32_t addr, bus_addr_t mapping) argument
2281 storm_memset_spq_addr(struct bxe_softc *sc, bus_addr_t mapping, uint16_t abs_fid) argument
10187 bus_addr_t mapping = sc->def_sb_dma.paddr; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c1592 static const struct map_bfd mapping[] = {
1696 for (ptr = &mapping[0]; ptr->length > 0; ptr++)
1584 static const struct map_bfd mapping[] = { local

Completed in 338 milliseconds

1234