Searched refs:usym (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.signature.d37 @usymmy[usym(0)] = count();
48 @usymmy[usym(0)] = count();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.usym.ksh34 @[usym(arg1)] = count();
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c513 usym_t *usym; local
517 usym = xalloc(sizeof (usym_t));
518 STRUCT_ASSIGN(usym->u_pos, *posp);
532 *hte->h_lusym = usym;
533 hte->h_lusym = &usym->u_nxt;
1136 usym_t **usymp, *usym; local
1158 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym
[all...]
H A Dlint2.h162 typedef struct usym { struct
164 struct usym *u_nxt; /* next usage */
H A Dchk.c134 usym_t *usym; local
142 } else if ((usym = hte->h_usyms) != NULL) {
144 msg(0, hte->h_name, mkpos(&usym->u_pos));
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/profile-n/
H A DMakefile46 tst.usym.ksh \

Completed in 117 milliseconds