HomeSort by: relevance | last modified time | path
    Searched defs:pdt (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/sparc64/dev/
pyro.c 416 bus_dma_tag_t dt, pdt = sc->sc_dmat; local
420 dt->_parent = pdt;
421 #define PCOPY(x) dt->x = pdt->x
vpci.c 439 bus_dma_tag_t dt, pdt = sc->sc_dmat; local
443 dt->_parent = pdt;
444 #define PCOPY(x) dt->x = pdt->x
schizo.c 647 bus_dma_tag_t dt, pdt = sc->sc_dmat; local
651 dt->_parent = pdt;
652 #define PCOPY(x) dt->x = pdt->x
psycho.c 1099 bus_dma_tag_t dt, pdt = sc->sc_dmatag; local
1103 dt->_parent = pdt;
1104 #define PCOPY(x) dt->x = pdt->x
  /src/external/gpl3/gcc/dist/libgfortran/io/
async.h 504 struct st_parameter_dt *pdt; member in struct:async_unit
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.h 353 struct st_parameter_dt *pdt; member in struct:async_unit
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 80 * @pdt: Peer Device Type. Protected by
130 u8 pdt; member in struct:drm_dp_mst_port
  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 114 /* Used to store the parameter list arising in a PDT declaration and
115 in the typespec of a PDT variable or component. */
3823 /* The PDT template symbol. */
3824 gfc_symbol *pdt = *sym; local
3827 /* The hoped for instance of the PDT. */
3829 /* The list of parameters appearing in the PDT declaration. */
3836 /* Used to build up the name of the PDT instance. The prefix uses 4
3851 type_param_name_list = pdt->formal;
3853 sprintf (name, "Pdt%s", pdt->name)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 114 /* Used to store the parameter list arising in a PDT declaration and
115 in the typespec of a PDT variable or component. */
3785 /* The PDT template symbol. */
3786 gfc_symbol *pdt = *sym; local
3789 /* The hoped for instance of the PDT. */
3791 /* The list of parameters appearing in the PDT declaration. */
3798 /* Used to build up the name of the PDT instance. The prefix uses 4
3813 type_param_name_list = pdt->formal;
3815 sprintf (name, "Pdt%s", pdt->name)
    [all...]

Completed in 52 milliseconds