Searched refs:dt_oflags (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_link.c1117 } else if (dtp->dt_oflags & DTRACE_O_LP64) {
1159 } else if (dtp->dt_oflags & DTRACE_O_LP64) {
1265 if (dtp->dt_oflags & DTRACE_O_LP64) {
1849 if (dtp->dt_oflags & DTRACE_O_LP64)
1870 if (dtp->dt_oflags & DTRACE_O_LP64) {
H A Ddt_impl.h306 uint_t dt_oflags; /* dtrace open-time options (see dtrace.h) */ member in struct:dtrace_hdl
H A Ddt_open.c1214 dtp->dt_oflags = flags;
1666 if ((dtp->dt_oflags & DTRACE_O_ILP32) != 0) {
H A Ddt_module.c1429 if (!(dtp->dt_oflags & DTRACE_O_NOSYS) &&

Completed in 105 milliseconds