Home
last modified time | relevance | path

Searched refs:addressp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddma_engine.c377 i_dmae_get_chan_stat(dev_info_t *dip, int chnl, ulong_t *addressp, int *countp) in i_dmae_get_chan_stat() argument
384 d37A_get_chan_stat(chnl, addressp, countp); in i_dmae_get_chan_stat()
H A Di8237A.c526 d37A_get_chan_stat(int chnl, ulong_t *addressp, int *countp) in d37A_get_chan_stat() argument
535 if (addressp) in d37A_get_chan_stat()
536 *addressp = taddr; in d37A_get_chan_stat()
/illumos-gate/usr/src/uts/common/sys/
H A Ddma_engine.h122 ulong_t *addressp, int *countp);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_nvram.c640 __out_opt uint32_t *addressp, in efx_mcdi_nvram_info() argument
673 if (addressp) in efx_mcdi_nvram_info()
674 *addressp = MCDI_OUT_DWORD(req, NVRAM_INFO_OUT_PHYSADDR); in efx_mcdi_nvram_info()
H A Defx_impl.h511 __out_opt uint32_t *addressp,