Searched refs:ds_data (Results 1 - 12 of 12) sorted by relevance
| /illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
| H A D | ds_impl.h | 51 void *ds_data; /* transport-specific data */ member in struct:disk_status
|
| H A D | libdiskstatus.c | 103 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 D | pro_section.h | 61 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 D | pro_section.c | 1979 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 D | dis_target.c | 118 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 D | arn_recv.c | 41 ds->ds_data = bf->bf_dma.cookie.dmac_address; 409 ds->ds_link, ds->ds_data,
|
| H A D | arn_beacon.c | 75 ds->ds_data = bf->bf_dma.cookie.dmac_address;
|
| H A D | arn_ath9k.h | 139 uint32_t ds_data; member in struct:ath_desc
|
| H A D | arn_hw.h | 32 uint32_t ds_data; member in struct:ar5416_desc
|
| H A D | arn_xmit.c | 1992 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 D | ath_main.c | 309 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 D | ath_hal.h | 828 uint32_t ds_data; /* phys address of data buffer */ member in struct:ath_desc
|
Completed in 105 milliseconds