Lines Matching defs:uref
2666 int uref = 0;
2681 * If two marks in a row are found, set 'uref' (user symbol reference).
2687 uref++;
2691 if (name == dnp->dn_string + uref)
2692 scope = uref ? DTRACE_OBJ_UMODS : DTRACE_OBJ_KMODS;
2716 mark = uref ? "``" : "`";
2770 if (uref ^ umod) {
2773 dts.dts_object, dts.dts_name, kunames[uref]);
2825 if (uref) {
3207 int kind, val, uref;
3435 uref = 0;
3439 uref = lp->dn_flags & DT_NF_USERLAND;
3443 uref = rp->dn_flags & DT_NF_USERLAND;
3448 uref = 0;
3459 if (uref)
3583 uref = idp->di_flags & DT_IDFLG_USER;
3587 uref = rp->dn_flags & DT_NF_USERLAND;
3600 if (uref) {
3737 uref = idp->di_flags & DT_IDFLG_USER;
3741 uref = lp->dn_flags & DT_NF_USERLAND;
3814 if (uref && (kind == CTF_K_POINTER ||