Searched refs:DTRACE_OBJ_UMODS (Results 1 – 3 of 3) sorted by relevance
1260 object != DTRACE_OBJ_UMODS) { in dtrace_lookup_by_name()1271 else if (object == DTRACE_OBJ_UMODS) in dtrace_lookup_by_name()1500 object != DTRACE_OBJ_UMODS) { in dtrace_lookup_by_type()1511 else if (object == DTRACE_OBJ_UMODS) in dtrace_lookup_by_type()1659 object == DTRACE_OBJ_UMODS || dto == NULL) in dtrace_object_info()
467 #define DTRACE_OBJ_UMODS ((const char *)-3L) /* all user objects */ macro
2675 scope = uref ? DTRACE_OBJ_UMODS : DTRACE_OBJ_KMODS; in dt_xcook_ident()