Searched refs:dn_kind (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pragma.c85 if (dnp == NULL || dnp->dn_kind != DT_NODE_IDENT ||
86 dnp->dn_list == NULL || dnp->dn_list->dn_kind != DT_NODE_IDENT) {
167 if (dnp == NULL || dnp->dn_kind != DT_NODE_STRING ||
168 dnp->dn_list == NULL || dnp->dn_list->dn_kind != DT_NODE_IDENT) {
242 cnp->dn_kind != DT_NODE_IDENT || nnp->dn_kind != DT_NODE_IDENT) {
320 if (enp->dn_kind == DT_NODE_IDENT ||
321 enp->dn_kind == DT_NODE_STRING)
329 if (enp->dn_kind == DT_NODE_IDENT ||
330 enp->dn_kind
[all...]
H A Ddt_parser.c419 switch (dnp->dn_kind) {
499 (void) snprintf(buf, len, "node <%u>", dnp->dn_kind);
520 dnp->dn_kind = (uchar_t)kind;
557 uchar_t kind = dnp->dn_kind;
559 dnp->dn_kind = DT_NODE_FREE;
749 if (dnp->dn_kind == DT_NODE_STRING)
787 switch (dnp->dn_kind) {
822 if (dnp->dn_kind != DT_NODE_SYM)
937 if (dnp->dn_kind == DT_NODE_VAR &&
1067 if (lp_is_int && (lp->dn_kind !
[all...]
H A Ddt_sugar.c197 switch (dnp->dn_kind) {
299 (void *)dnp, dnp->dn_kind);
329 assert(if_stmt->dn_kind == DT_NODE_IF);
400 if (stmt->dn_kind != DT_NODE_IF) {
H A Ddt_cg.c337 assert(dst->dn_right->dn_kind == DT_NODE_IDENT);
671 if (dnp->dn_child->dn_kind == DT_NODE_VAR) {
726 if (dnp->dn_child->dn_kind == DT_NODE_VAR) {
1018 dn.dn_kind = DT_NODE_OP2;
1024 mn.dn_kind = DT_NODE_IDENT;
1124 if (dnp->dn_left->dn_kind == DT_NODE_VAR) {
1157 assert(dnp->dn_kind == DT_NODE_VAR);
1236 assert(dnp->dn_kind == DT_NODE_VAR);
1239 assert(dnp->dn_args->dn_kind == DT_NODE_INT);
1789 if (dnp->dn_kind
[all...]
H A Ddt_cc.c342 if (anp->dn_kind != DT_NODE_AGG) {
385 if (anp->dn_kind != DT_NODE_AGG) {
449 if (anp->dn_kind != DT_NODE_AGG) {
505 switch (dnp->dn_args->dn_kind) {
531 if (anp->dn_kind != DT_NODE_AGG) {
587 if (dnp->dn_args->dn_kind != DT_NODE_STRING) {
681 if (dnp->dn_args->dn_kind == DT_NODE_AGG) {
858 if (arg1->dn_kind != DT_NODE_INT ||
1192 if (anp->dn_kind == DT_NODE_FUNC) {
1257 if (arg1->dn_kind !
[all...]
H A Ddt_decl.c401 if (dnp != NULL && dnp->dn_kind == DT_NODE_TYPE) {
414 if (dnp != NULL && dnp->dn_kind != DT_NODE_TYPE) {
593 if (ident == NULL && dnp->dn_kind == DT_NODE_INT &&
740 if (dnp->dn_kind != DT_NODE_IDENT || ctf_enum_value(
744 if (dnp->dn_kind != DT_NODE_INT) {
933 ddp->dd_node->dn_kind == DT_NODE_TYPE) {
H A Ddt_as.c161 assert(dnp->dn_kind == DT_NODE_MEMBER);
162 assert(dnp->dn_membexpr->dn_kind == DT_NODE_XLATOR);
H A Ddt_parser.h53 uchar_t dn_kind; /* node kind (DT_NODE_*, defined below) */ member in struct:dt_node
H A Ddt_ident.c330 if (ap->dn_kind != DT_NODE_INT) {
443 if (ap->dn_kind != DT_NODE_INT) {
988 switch (dnp->dn_kind) {
H A Ddt_xlator.c81 assert(enp->dn_link->dn_kind == DT_NODE_MEMBER);
H A Ddt_printf.c1176 assert(lhs->dn_kind == DT_NODE_AGG);
1177 assert(rhs->dn_kind == DT_NODE_AGG);
H A Ddt_provider.c654 dnp->dn_kind = DT_NODE_TYPE;

Completed in 91 milliseconds