Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.h57 ushort_t *pcb_sflagv; /* script argument flags (DT_IDFLG_* bits) */ member
H A Ddt_pcb.c182 free(pcb->pcb_sflagv); in dt_pcb_pop()
H A Ddt_lex.l238 yypcb->pcb_sflagv[i] |= DT_IDFLG_REF;
268 yypcb->pcb_sflagv[i] |= DT_IDFLG_REF;
H A Ddt_cc.c2427 pcb.pcb_sflagv = argc ? calloc(argc, sizeof (ushort_t)) : NULL; in dt_compile()
2445 if (yypcb->pcb_sargc != 0 && yypcb->pcb_sflagv == NULL) in dt_compile()
2476 !(yypcb->pcb_sflagv[argc - 1] & DT_IDFLG_REF)) { in dt_compile()
H A Ddt_subr.c126 yypcb->pcb_sflagv[i] |= DT_IDFLG_REF; in dtrace_xstr2desc()