Searched refs:ds_size (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_descdma.h36 int ds_size, int ndesc);
38 ath_bufhead *head, const char *name, int ds_size, int nbuf,
H A Dif_ath_descdma.c147 const char *name, int ds_size, int ndesc)
155 dd->dd_descsize = ds_size;
171 dd->dd_desc_len += ds_size * numpages;
240 const char *name, int ds_size, int nbuf, int ndesc)
251 error = ath_descdma_alloc_desc(sc, dd, head, name, ds_size,
145 ath_descdma_alloc_desc(struct ath_softc *sc, struct ath_descdma *dd, ath_bufhead *head, const char *name, int ds_size, int ndesc) argument
238 ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd, ath_bufhead *head, const char *name, int ds_size, int nbuf, int ndesc) argument
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_str.c48 if (offset > ds->ds_size) {
53 if (offset == ds->ds_size) {
H A Dlibdwarf_arange.c76 while (offset < ds->ds_size) {
120 while (offset < ds->ds_size) {
197 ds->ds_size, 0, as->as_cu_offset, ".debug_info", error));
202 offset = roundup(ds->ds_size, 2 * as->as_addrsz);
203 if (offset > ds->ds_size)
204 RCHECK(WRITE_PADDING(0, offset - ds->ds_size));
209 dwarf_drt_data_reloc, dbg->dbg_pointer_size, ds->ds_size,
213 dbg->dbg_pointer_size, ds->ds_size, ar->ar_symndx,
222 as->as_length = ds->ds_size - 4;
H A Dlibdwarf_reloc.c226 assert(offset <= ds->ds_size);
245 if (offset > ds->ds_size)
246 ds->ds_size = offset;
275 assert(offset <= ds->ds_size);
284 if (offset > ds->ds_size)
285 ds->ds_size = offset;
330 assert(ds->ds_size == 0);
382 assert(drs->drs_ds != NULL && drs->drs_ds->ds_size == 0);
392 &ds->ds_size, dre->dre_offset, 8, error);
397 &ds->ds_size, ELF64_R_INF
[all...]
H A Dlibdwarf_str.c86 dbg->dbg_strtab_cap = dbg->dbg_strtab_size = ds->ds_size;
89 if ((dbg->dbg_strtab = malloc((size_t) ds->ds_size)) ==
94 memcpy(dbg->dbg_strtab, ds->ds_data, ds->ds_size);
149 ds->ds_size = dbg->dbg_strtab_size;
H A Dlibdwarf_loclist.c42 for (i = 0; *off < ds->ds_size; i++) {
66 if (*off + len > ds->ds_size) {
109 if (lloff >= ds->ds_size) {
H A Dlibdwarf_info.c167 while (offset < ds->ds_size) {
190 if (length > ds->ds_size - offset) {
243 if ((Dwarf_Unsigned) dbg->dbg_info_off >= ds->ds_size)
246 if ((Dwarf_Unsigned) dbg->dbg_types_off >= ds->ds_size)
333 ds->ds_size, 0, cu->cu_abbrev_offset, ".debug_abbrev", error));
342 cu->cu_length = ds->ds_size - 4;
H A Ddwarf_pro_sections.c65 *length = dbg->dbgp_secpos->ds_size;
H A Dlibdwarf_nametbl.c80 while (offset < ds->ds_size) {
119 while (offset < ds->ds_size) {
201 ds->ds_size, 0, nt->nt_cu_offset, ".debug_info", error));
214 nt->nt_length = ds->ds_size - 4;
H A Dlibdwarf_attr.c180 atref.u[0].s = _dwarf_read_string(ds->ds_data, ds->ds_size,
241 ds->ds_size, at->at_relsym, at->u[0].u64, NULL,
253 &ds->ds_cap, &ds->ds_size, at->u[0].u64, error);
269 offset = ds->ds_size;
302 dwarf_drt_data_reloc, 4, ds->ds_size, at->at_relsym,
310 dwarf_drt_data_reloc, 8, ds->ds_size, at->at_relsym,
327 at->at_offset = ds->ds_size;
343 ds->ds_size, at->at_relsym, at->u[0].u64, NULL,
361 4, ds->ds_size, 0, at->u[0].u64, ".debug_str", error);
H A D_libdwarf.h68 dbg->write_alloc(&ds->ds_data, &ds->ds_cap, &ds->ds_size, \
72 &ds->ds_size, (value), error)
75 &ds->ds_size, (value), error)
78 &ds->ds_size, (string), error)
81 &ds->ds_size, (blk), (size), error)
84 &ds->ds_size, (byte), (cnt), error)
347 Dwarf_Unsigned ds_size; /* Section size. */ member in struct:_Dwarf_Section
353 Dwarf_Unsigned ds_size; /* Section size. */ member in struct:_Dwarf_P_Section
H A Dlibdwarf_macinfo.c45 while (*off < ds->ds_size) {
137 while (offset < ds->ds_size) {
201 md->dmd_offset = ds->ds_size;
H A Dlibdwarf_lineno.c313 if (length > ds->ds_size - offset) {
373 if (p - ds->ds_data > (int) ds->ds_size) {
406 if (p - ds->ds_data > (int) ds->ds_size) {
521 ds->ds_size, ln->ln_symndx, ln->ln_addr,
692 offset = ds->ds_size;
732 li->li_hdrlen = ds->ds_size - offset - 4;
739 li->li_length = ds->ds_size - 4;
H A Ddwarf_sections.c68 sz = dbg->dbg_section[i].ds_size;
H A Dlibdwarf_die.c119 while (offset < next_offset && offset < ds->ds_size) {
352 die->die_offset = ds->ds_size;
358 &ds->ds_size, die->die_ab->ab_entry, error);
388 &ds->ds_size, 0, error);
H A Dlibdwarf_abbrev.c116 if (ds == NULL || *offset >= ds->ds_size)
183 while (offset < ds->ds_size) {
H A Dlibdwarf_frame.c207 if (length > ds->ds_size - *off) {
330 if (length > ds->ds_size - *off) {
460 while (offset < ds->ds_size) {
469 if (length > ds->ds_size - offset ||
1343 #define ds_size fde_instlen macro
1424 #undef ds_size macro
1437 cie->cie_offset = offset = ds->ds_size;
1467 len = ds->ds_size - cie->cie_offset - 4;
1492 fde->fde_offset = offset = ds->ds_size;
1501 ds->ds_size,
[all...]
H A Dlibdwarf_ranges.c39 while (off < ds->ds_size) {
H A Dlibdwarf_init.c85 dbg->dbg_section[i].ds_size = sec.size;
H A Dlibdwarf_sections.c128 ndx = _dwarf_pro_callback(dbg, ds->ds_name, (int) ds->ds_size,
/freebsd-12-stable/sbin/iscontrol/
H A Dpdu.c94 pp->ds_size = 0;
128 if((pp->ds_len + len) > pp->ds_size) {
131 np = realloc(pp->ds_addr, pp->ds_size + len + FUDGE);
138 pp->ds_size += len + FUDGE;
151 if(pp->ds_size)
157 pp->ds_size = pp->ds_len = 0;
/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Discsi.h431 u_int ds_size; // the allocated size member in struct:__anon13366
H A Discsi.c551 if((have = up->ds_size) == 0) {

Completed in 147 milliseconds