/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dns.c | 54 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 D | eh_frame.c | 213 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 D | call_frame_inst.c | 116 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 D | auxprop.c | 74 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 D | nvpair.c | 220 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 D | tls.c | 94 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 D | Resample.cc | 110 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 D | profv.h | 109 GElf_Addr data_end; /* data end as found from `_end' */ member
|
H A D | rdelf.c | 336 module->data_end = gsym.st_value; in fetch_symtab()
|
H A D | profv.c | 802 mi->load_end = mi->data_end; in get_aout_syms()
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 231 modules.load_end = modules.data_end; in process() 586 module->data_end = gsym.st_value; in get_symtab()
|
H A D | gprof.h | 208 GElf_Addr data_end; /* module's end addr as in file */ member
|
H A D | gprof.c | 522 lend = lbase + (mi->data_end - mi->txt_origin); in fixup_maps()
|