Searched refs:DTRACE_OBJ_UMODS (Results 1 – 3 of 3) sorted by relevance
1261 object != DTRACE_OBJ_UMODS) { in dtrace_lookup_by_name()1272 else if (object == DTRACE_OBJ_UMODS) in dtrace_lookup_by_name()1393 object != DTRACE_OBJ_UMODS) { in dtrace_lookup_by_type()1404 else if (object == DTRACE_OBJ_UMODS) in dtrace_lookup_by_type()1569 object == DTRACE_OBJ_UMODS || dto == NULL) in dtrace_object_info()
467 #define DTRACE_OBJ_UMODS ((const char *)-3L) /* all user objects */ macro
2663 scope = uref ? DTRACE_OBJ_UMODS : DTRACE_OBJ_KMODS; in dt_xcook_ident()