Lines Matching defs:uref
2637 int uref = 0;
2652 * If two marks in a row are found, set 'uref' (user symbol reference).
2658 uref++;
2662 if (name == dnp->dn_string + uref)
2663 scope = uref ? DTRACE_OBJ_UMODS : DTRACE_OBJ_KMODS;
2687 mark = uref ? "``" : "`";
2741 if (uref ^ umod) {
2744 dts.dts_object, dts.dts_name, kunames[uref]);
2796 if (uref) {
3177 int kind, val, uref;
3405 uref = 0;
3409 uref = lp->dn_flags & DT_NF_USERLAND;
3413 uref = rp->dn_flags & DT_NF_USERLAND;
3418 uref = 0;
3429 if (uref)
3553 uref = idp->di_flags & DT_IDFLG_USER;
3557 uref = rp->dn_flags & DT_NF_USERLAND;
3570 if (uref) {
3707 uref = idp->di_flags & DT_IDFLG_USER;
3711 uref = lp->dn_flags & DT_NF_USERLAND;
3784 if (uref && (kind == CTF_K_POINTER ||