Home
last modified time | relevance | path

Searched refs:pcb_sflagv (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.h55 ushort_t *pcb_sflagv; /* script argument flags (DT_IDFLG_* bits) */ member
H A Ddt_pcb.c180 free(pcb->pcb_sflagv); in dt_pcb_pop()
H A Ddt_lex.l202 yypcb->pcb_sflagv[i] |= DT_IDFLG_REF;
232 yypcb->pcb_sflagv[i] |= DT_IDFLG_REF;
H A Ddt_cc.c2366 pcb.pcb_sflagv = argc ? calloc(argc, sizeof (ushort_t)) : NULL; in dt_compile()
2384 if (yypcb->pcb_sargc != 0 && yypcb->pcb_sflagv == NULL) in dt_compile()
2415 !(yypcb->pcb_sflagv[argc - 1] & DT_IDFLG_REF)) { in dt_compile()
H A Ddt_subr.c116 yypcb->pcb_sflagv[i] |= DT_IDFLG_REF; in dtrace_xstr2desc()