Home
last modified time | relevance | path

Searched refs:data_end (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c54 const uchar_t *data_end);
56 const uchar_t *data, const uchar_t *data_end, int detail);
58 const uchar_t *data, const uchar_t *data_end, int detail);
65 const uchar_t *data, const uchar_t *data_end, char *namebuf, char *namend);
67 const uchar_t *data, const uchar_t *data_end);
78 const uchar_t *data_end; in interpret_dns() local
102 data_end = data + len; in interpret_dns()
125 if (rrp >= data_end) { in interpret_dns()
129 rrp, data_end); in interpret_dns()
134 data, rrp, data_end, FALSE); in interpret_dns()
[all …]
/titanic_44/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c213 get_table_ent_val(unsigned char *data, unsigned char *data_end, in get_table_ent_val() argument
233 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val()
244 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val()
255 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val()
266 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val()
315 void* data_end; in _Unw_EhfhLookup() local
337 data_end = dlef.dlui_unwindend; in _Unw_EhfhLookup()
348 pj = data_end; in _Unw_EhfhLookup()
H A Dcall_frame_inst.c116 uint64_t interpret_ops(void *data, void *data_end,
528 interpret_ops(void *data, void *data_end, in interpret_ops() argument
538 while (d < data_end) { in interpret_ops()
/titanic_44/usr/src/lib/libsasl/lib/
H A Dauxprop.c74 char *data_end; /* Bottom of string area in current pool */ member
146 ctx->data_end = ctx->mem_base->data + ctx->mem_base->size; in prop_init()
463 ctx->data_end = (char *)ctx->mem_base->data + ctx->mem_base->size; in prop_clear()
623 ctx->data_end = ctx->mem_cur->data + needed; in prop_set()
669 ctx->data_end = ctx->mem_cur->data + needed; in prop_set()
673 ctx->data_end -= size; in prop_set()
677 memcpy(ctx->data_end, value, size-1); in prop_set()
678 ctx->data_end[size - 1] = '\0'; in prop_set()
679 cur->values[nvalues - 2] = ctx->data_end; in prop_set()
731 ctx->data_end = ctx->mem_cur->data + needed; in prop_set()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dnvpair.c220 char *data = NULL, *data_end = NULL; in nvpair_print() local
290 data_end = (char *)nvpair + NVP_SIZE(nvpair); in nvpair_print()
363 nelem = data_end - data; in nvpair_print()
374 while ((&data[i] < data_end) && (count < nelem)) { in nvpair_print()
384 nelem = data_end - data; in nvpair_print()
/titanic_44/usr/src/lib/libc/port/threads/
H A Dtls.c94 caddr_t data_end; in __tls_static_mods() local
120 data_end = data + statictlssize; in __tls_static_mods()
138 (void) memcpy(data_end-tlsp->tm_stattlsoffset, in __tls_static_mods()
/titanic_44/usr/src/cmd/audio/utilities/
H A DResample.cc110 double *data_end = data + length; in poly_conv() local
111 while ((coef <= coef_end) && (data < data_end)) { in poly_conv()
112 sum += *coef * *--data_end; in poly_conv()
/titanic_44/usr/src/cmd/sgs/prof/common/
H A Dprofv.h109 GElf_Addr data_end; /* data end as found from `_end' */ member
H A Drdelf.c336 module->data_end = gsym.st_value; in fetch_symtab()
H A Dprofv.c802 mi->load_end = mi->data_end; in get_aout_syms()
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c231 modules.load_end = modules.data_end; in process()
586 module->data_end = gsym.st_value; in get_symtab()
H A Dgprof.h208 GElf_Addr data_end; /* module's end addr as in file */ member
H A Dgprof.c522 lend = lbase + (mi->data_end - mi->txt_origin); in fixup_maps()