Searched refs:DTRACE_OBJ_UMODS (Results 1 – 3 of 3) sorted by relevance
1466 object != DTRACE_OBJ_UMODS) { in dtrace_lookup_by_name()1477 else if (object == DTRACE_OBJ_UMODS) in dtrace_lookup_by_name()1598 object != DTRACE_OBJ_UMODS) { in dtrace_lookup_by_type()1609 else if (object == DTRACE_OBJ_UMODS) in dtrace_lookup_by_type()1774 object == DTRACE_OBJ_UMODS || dto == NULL) in dtrace_object_info()
470 #define DTRACE_OBJ_UMODS ((const char *)-3L) /* all user objects */ macro
2659 scope = uref ? DTRACE_OBJ_UMODS : DTRACE_OBJ_KMODS; in dt_xcook_ident()