Home
last modified time | relevance | path

Searched refs:ds_data (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/fm/libdiskstatus/common/
H A Dlibdiskstatus.c103 if ((dsp->ds_data = t->dt_open(dsp)) == NULL) { in disk_status_open()
134 if (dsp->ds_data) in disk_status_close()
135 dsp->ds_transport->dt_close(dsp->ds_data); in disk_status_close()
182 if (dsp->ds_transport->dt_scan(dsp->ds_data) != 0 && in disk_status_get()
H A Dds_impl.h51 void *ds_data; /* transport-specific data */ member
/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.h61 char *ds_data; /* data contained in section */ member
H A Dpro_section.c1979 buf = (Dwarf_Ptr *) dbg->de_debug_sects->ds_data; in dwarf_get_section_bytes()
2054 cursect->ds_data = (char *) cursect + in _dwarf_pro_buffer()
2078 return ((Dwarf_Small *) cursect->ds_data); in _dwarf_pro_buffer()
2084 (cursect->ds_data + cursect->ds_nbytes); in _dwarf_pro_buffer()
/titanic_44/usr/src/cmd/dis/
H A Ddis_target.c118 Elf_Data *ds_data; member
776 if ((sdata.ds_data = elf_getdata(scn, NULL)) == NULL) { in dis_tgt_section_iter()
811 return (scn->ds_data->d_buf); in dis_section_data()
820 return (scn->ds_data->d_size); in dis_section_size()
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_recv.c41 ds->ds_data = bf->bf_dma.cookie.dmac_address; in arn_rx_buf_link()
409 ds->ds_link, ds->ds_data, in arn_printrxbuf()
H A Darn_beacon.c111 ds->ds_data = bf->bf_dma.cookie.dmac_address; in arn_beacon_setup()
H A Darn_hw.h32 uint32_t ds_data; member
H A Darn_ath9k.h139 uint32_t ds_data; member
H A Darn_xmit.c2036 ds->ds_data = bf->bf_dma.cookie.dmac_address; in arn_tx_start()
2196 ds->ds_link, ds->ds_data, in arn_printtxbuf()
/titanic_44/usr/src/uts/common/io/ath/
H A Dath_main.c309 ds->ds_data = bf->bf_dma.cookie.dmac_address; in ath_setup_desc()
521 ds->ds_link, ds->ds_data, in ath_printrxbuf()
655 ds->ds_link, ds->ds_data, in ath_printtxbuf()
921 ds->ds_data = bf->bf_dma.cookie.dmac_address; in ath_tx_start()
H A Dath_hal.h828 uint32_t ds_data; /* phys address of data buffer */ member