Searched refs:ds_data (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | libdiskstatus.c | 103 if ((dsp->ds_data = t->dt_open(dsp)) == NULL) { in disk_status_open() 135 if (dsp->ds_data) in disk_status_close() 136 dsp->ds_transport->dt_close(dsp->ds_data); in disk_status_close() 185 if (dsp->ds_transport->dt_scan(dsp->ds_data) != 0 && in disk_status_get()
|
H A D | ds_impl.h | 50 void *ds_data; /* transport-specific data */ member
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_die.c | 378 lname = el->dse_dbg->de_debug_str->ds_data + in _dwarf_debug_str_compare_func() 389 rname = er->dse_dbg->de_debug_str->ds_data + in _dwarf_debug_str_compare_func() 453 if (!sd->ds_data) { in insert_debug_str_data_string() 469 sd->ds_data = calloc(1,initial_alloc); in insert_debug_str_data_string() 470 if (!sd->ds_data) { in insert_debug_str_data_string() 477 strcpy(sd->ds_data+base_insert_offset,name); in insert_debug_str_data_string() 499 memcpy(newbuf,sd->ds_data,sd->ds_nbytes); in insert_debug_str_data_string() 500 free(sd->ds_data); in insert_debug_str_data_string() 501 sd->ds_data = newbuf; in insert_debug_str_data_string() 505 strcpy(sd->ds_data + current_offset,name); in insert_debug_str_data_string()
|
H A D | pro_section.h | 50 char *ds_data; /* data contained in section */ member
|
H A D | pro_section.c | 457 if (dbg->de_debug_str->ds_data == NULL) { in dwarf_transform_to_disk_form_a() 583 if (dbg->de_debug_str->ds_data) { in dwarf_transform_to_disk_form_a() 589 if (dbg->de_debug_line_str->ds_data) { in dwarf_transform_to_disk_form_a() 3499 memcpy(data,dbg->de_debug_names->ds_data,dbg->de_debug_names->ds_nbytes); in _dwarf_pro_generate_debug_names() 3516 memcpy(data,dbg->de_debug_str->ds_data,dbg->de_debug_str->ds_nbytes); in _dwarf_pro_generate_debug_str() 3532 memcpy(data,dbg->de_debug_line_str->ds_data, in _dwarf_pro_generate_debug_line_str() 3599 buf = (Dwarf_Ptr *) dbg->de_debug_sects->ds_data; in dwarf_get_section_bytes_a() 3670 cursect->ds_data = (char *) cursect + in _dwarf_pro_buffer() 3692 return ((Dwarf_Small *) cursect->ds_data); in _dwarf_pro_buffer() 3698 (cursect->ds_data + cursect->ds_nbytes); in _dwarf_pro_buffer()
|
H A D | pro_init.c | 312 str = (const char *)mt->dse_dbg->de_debug_str->ds_data + in key_simple_string_hashfunc()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_target.c | 118 Elf_Data *ds_data; member 791 if ((sdata.ds_data = elf_getdata(scn, NULL)) == NULL) { in dis_tgt_section_iter() 826 return (scn->ds_data->d_buf); in dis_section_data() 835 return (scn->ds_data->d_size); in dis_section_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; in arn_rx_buf_link() 409 ds->ds_link, ds->ds_data, in arn_printrxbuf()
|
H A D | arn_beacon.c | 75 ds->ds_data = bf->bf_dma.cookie.dmac_address; in arn_beacon_setup()
|
H A D | arn_hw.h | 32 uint32_t ds_data; member
|
H A D | arn_xmit.c | 1992 ds->ds_data = bf->bf_dma.cookie.dmac_address; in arn_tx_start() 2152 ds->ds_link, ds->ds_data, in arn_printtxbuf()
|
H A D | arn_ath9k.h | 139 uint32_t ds_data; member
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 309 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 D | ath_hal.h | 828 uint32_t ds_data; /* phys address of data buffer */ member
|