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

  /src/sys/arch/sparc64/dev/
pyro.c 416 bus_dma_tag_t dt, pdt = sc->sc_dmat; local in function:pyro_alloc_dma_tag
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 in function:vpci_alloc_dma_tag
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 in function:schizo_alloc_dma_tag
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 in function:psycho_alloc_dma_tag
1103 dt->_parent = pdt;
1104 #define PCOPY(x) dt->x = pdt->x
  /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

Completed in 16 milliseconds