OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dt_ints
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_impl.h
269
dt_intdesc_t
dt_ints
[6]; /* cached integer type descriptions */
member in struct:dtrace_hdl
427
#define DT_INT_CTFP(dtp) ((dtp)->
dt_ints
[0].did_ctfp)
428
#define DT_INT_TYPE(dtp) ((dtp)->
dt_ints
[0].did_type)
dt_open.c
681
* Tables of ILP32 integer type templates used to populate the dtp->
dt_ints
[]
694
* Tables of LP64 integer type templates used to populate the dtp->
dt_ints
[]
1353
bcopy(_dtrace_ints_32, dtp->
dt_ints
, sizeof (_dtrace_ints_32));
1355
bcopy(_dtrace_ints_64, dtp->
dt_ints
, sizeof (_dtrace_ints_64));
1610
for (i = 0; i < sizeof (dtp->
dt_ints
) / sizeof (dtp->
dt_ints
[0]); i++) {
1612
dtp->
dt_ints
[i].did_name, &dtt) != 0) {
1614
dtp->
dt_ints
[i].did_name,
1618
dtp->
dt_ints
[i].did_ctfp = dtt.dtt_ctfp;
1619
dtp->
dt_ints
[i].did_type = dtt.dtt_type
[
all
...]
dt_parser.c
1261
for (; i < sizeof (dtp->
dt_ints
) / sizeof (dtp->
dt_ints
[0]); i += n) {
1262
if (value <= dtp->
dt_ints
[i].did_limit) {
1264
dtp->
dt_ints
[i].did_ctfp,
1265
dtp->
dt_ints
[i].did_type, B_FALSE);
Completed in 29 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026