Searched refs:cbdata (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_consume.c | 1570 dt_type_cbdata_t cbdata; in dt_print_type_member() local 1579 cbdata = *cbdatap; in dt_print_type_member() 1580 cbdata.name = name; in dt_print_type_member() 1581 cbdata.addr += off; in dt_print_type_member() 1582 cbdata.addrend = cbdata.addr + ssz; in dt_print_type_member() 1584 return (dt_print_type_data(&cbdata, type)); in dt_print_type_member() 1643 dt_type_cbdata_t cbdata; in dt_print_type_data() local 1648 cbdata = *cbdatap; in dt_print_type_data() 1649 cbdata.name = ""; in dt_print_type_data() 1650 cbdata.addr = addr; in dt_print_type_data() [all …]
|
| /freebsd-10-stable/contrib/libucl/src/ |
| D | ucl_util.c | 488 struct ucl_curl_cbdata *cbdata = ud; local 491 cbdata->buf = realloc (cbdata->buf, cbdata->buflen + realsize + 1); 492 if (cbdata->buf == NULL) { 496 memcpy (&(cbdata->buf[cbdata->buflen]), contents, realsize); 497 cbdata->buflen += realsize; 498 cbdata->buf[cbdata->buflen] = 0; 560 struct ucl_curl_cbdata cbdata; 574 cbdata.buf = *buf; 575 cbdata.buflen = *buflen; 576 curl_easy_setopt (curl, CURLOPT_WRITEDATA, &cbdata); [all …]
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | symfile.c | 1469 struct load_section_data cbdata; in generic_load() local 1472 cbdata.load_offset = 0; /* Offset to add to vma for each section. */ in generic_load() 1473 cbdata.write_count = 0; /* Number of writes needed. */ in generic_load() 1474 cbdata.data_count = 0; /* Number of bytes written to target memory. */ in generic_load() 1475 cbdata.total_size = 0; /* Total size of all bfd sectors. */ in generic_load() 1487 cbdata.load_offset = strtoul (offptr, &endptr, 0); in generic_load() 1493 cbdata.load_offset = 0; in generic_load() 1515 (void *) &cbdata.total_size); in generic_load() 1519 bfd_map_over_sections (loadfile_bfd, load_section_callback, &cbdata); in generic_load() 1527 ui_out_field_fmt (uiout, "load-size", "%lu", cbdata.data_count); in generic_load() [all …]
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/ |
| D | zpool_main.c | 5311 hist_cbdata_t cbdata = { 0 }; in zpool_do_history() local 5315 cbdata.first = B_TRUE; in zpool_do_history() 5320 cbdata.longfmt = B_TRUE; in zpool_do_history() 5323 cbdata.internal = B_TRUE; in zpool_do_history() 5335 &cbdata); in zpool_do_history() 5337 if (argc == 0 && cbdata.first == B_TRUE) { in zpool_do_history()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | zio.h | 329 typedef void zio_cksum_free_f(void *cbdata, size_t size);
|
| /freebsd-10-stable/sys/dev/mps/ |
| D | mpsvar.h | 441 void *cbdata; member
|
| /freebsd-10-stable/sys/dev/mpr/ |
| D | mprvar.h | 446 void *cbdata; member
|