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

/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_impl.h51 void *ds_data; /* transport-specific data */ member in struct:disk_status
H A Dlibdiskstatus.c103 if ((dsp->ds_data = t->dt_open(dsp)) == NULL) {
134 if (dsp->ds_data)
135 dsp->ds_transport->dt_close(dsp->ds_data);
182 if (dsp->ds_transport->dt_scan(dsp->ds_data) != 0 &&
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.h61 char *ds_data; /* data contained in section */ member in struct:Dwarf_P_Section_Data_s
82 if chunk->ds_data is nil, it will alloc CHUNK_SIZE bytes,
H A Dpro_section.c1979 buf = (Dwarf_Ptr *) dbg->de_debug_sects->ds_data;
2054 cursect->ds_data = (char *) cursect +
2078 return ((Dwarf_Small *) cursect->ds_data);
2084 (cursect->ds_data + cursect->ds_nbytes);
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c118 Elf_Data *ds_data; member in struct:dis_scn
776 if ((sdata.ds_data = elf_getdata(scn, NULL)) == NULL) {
811 return (scn->ds_data->d_buf);
820 return (scn->ds_data->d_size);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c41 ds->ds_data = bf->bf_dma.cookie.dmac_address;
409 ds->ds_link, ds->ds_data,
H A Darn_beacon.c75 ds->ds_data = bf->bf_dma.cookie.dmac_address;
H A Darn_ath9k.h139 uint32_t ds_data; member in struct:ath_desc
H A Darn_hw.h32 uint32_t ds_data; member in struct:ar5416_desc
H A Darn_xmit.c1992 ds->ds_data = bf->bf_dma.cookie.dmac_address;
2152 ds->ds_link, ds->ds_data,
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c309 ds->ds_data = bf->bf_dma.cookie.dmac_address;
521 ds->ds_link, ds->ds_data,
655 ds->ds_link, ds->ds_data,
921 ds->ds_data = bf->bf_dma.cookie.dmac_address;
H A Dath_hal.h828 uint32_t ds_data; /* phys address of data buffer */ member in struct:ath_desc

Completed in 144 milliseconds