| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_thread_registry.cc | 20 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), 44 user_id = 0; 61 user_id = 0; 85 user_id = _user_id; 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, 167 tctx->SetCreated(user_id, total_threads_++, detached, 225 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { 229 if (tctx != 0 && tctx->user_id == user_id && 341 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) { [all...] |
| sanitizer_thread_registry.h | 43 uptr user_id; // Some opaque user thread id (e.g. pthread_t). member in class:__sanitizer::ThreadContextBase 102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg); 120 void SetThreadNameByUserId(uptr user_id, const char *name); 125 void SetThreadUserId(u32 tid, uptr user_id);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_thread_registry.cpp | 19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), 43 user_id = 0; 60 user_id = 0; 84 user_id = _user_id; 134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, 165 tctx->SetCreated(user_id, total_threads_++, detached, 222 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { 226 if (tctx != 0 && tctx->user_id == user_id && 336 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) { [all...] |
| sanitizer_thread_registry.h | 46 uptr user_id; // Some opaque user thread id (e.g. pthread_t). member in class:__sanitizer::ThreadContextBase 106 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg); 124 void SetThreadNameByUserId(uptr user_id, const char *name); 130 void SetThreadUserId(u32 tid, uptr user_id);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan_thread.cpp | 47 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { 48 return thread_registry->CreateThread(user_id, detached, parent_tid, arg); 73 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) {
|
| lsan_fuchsia.cpp | 89 uptr user_id = reinterpret_cast<uptr>(thread); local 96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args);
|
| /src/external/bsd/libfido2/dist/fuzz/ |
| fuzz_cred.c | 33 struct blob user_id; member in struct:param 102 unpack_blob(v[14], &p->user_id) < 0 || 144 (argv[14] = pack_blob(&p->user_id)) == NULL || 193 dummy.user_id.len = sizeof(dummy_user_id); 197 memcpy(&dummy.user_id.body, &dummy_user_id, dummy.user_id.len); 215 const char *rp_id, const char *rp_name, const struct blob *user_id, 233 fido_cred_set_user(cred, user_id->body, user_id->len, user_name, 239 fido_cred_set_blob(cred, user_id->body, user_id->len) [all...] |
| /src/external/bsd/libfido2/dist/src/ |
| touch.c | 17 const uint8_t user_id = FIDO_DUMMY_USER_ID; local 44 if (fido_blob_set(&user.id, &user_id, sizeof(user_id)) < 0) {
|
| cred.c | 908 fido_cred_set_user(fido_cred_t *cred, const unsigned char *user_id, 932 if (user_id != NULL && fido_blob_set(&up->id, user_id, user_id_len) < 0)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_fuchsia.cc | 92 uptr user_id, bool detached, 100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); 145 static void *BeforeThreadCreateHook(uptr user_id, bool detached, 155 return CreateAsanThread(&stack, parent_tid, user_id, detached, name,
|
| asan_rtems.cc | 101 uptr user_id, bool detached, 107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); 142 static void *BeforeThreadCreateHook(uptr user_id, bool detached, 152 return CreateAsanThread(&stack, parent_tid, user_id, detached,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_thread.cc | 75 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { 76 return thread_registry->CreateThread(user_id, detached, parent_tid, 108 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) {
|
| /src/external/bsd/libfido2/dist/tools/ |
| credman.c | 119 char *user_id = NULL; local 130 fido_cred_user_id_len(cred), &user_id) < 0) { 139 fido_cred_display_name(cred), user_id, type, prot); 143 free(user_id); 280 credman_update_rk(const char *path, const char *user_id, const char *cred_id, 293 if (base64_decode(user_id, &user_id_ptr, &user_id_len) < 0 ||
|
| assert_get.c | 165 char *user_id = NULL; local 178 fido_assert_user_id_len(assert, idx), &user_id); 193 fprintf(out_f, "%s\n", user_id); 208 free(user_id);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_fuchsia.cpp | 121 uptr user_id, bool detached, 128 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); 174 static void *BeforeThreadCreateHook(uptr user_id, bool detached, 186 CreateAsanThread(&stack, parent_tid, user_id, detached, name);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 427 class user_id : public id_base class in inherits:id_base 430 user_id (const char *id_, bool is_oper_list_ = false) function in class:user_id 465 is_a_helper <user_id *>::test (id_base *id) 495 if (user_id *uid = dyn_cast<user_id *> (id)) 588 if (user_id *uid = dyn_cast<user_id *> (op)) 868 operand *result_, vec<vec<user_id *> > for_vec_, 887 vec<vec<user_id *> > for_vec; 888 vec<std::pair<user_id *, id_base *> > for_subst_vec [all...] |
| /src/usr.sbin/npf/npfctl/ |
| npf_parse.y | 211 %type <uid> uids uid_item user_id 711 : ALL user_id group_id 746 user_id group_id 750 | FROM maybe_not filt_addr filt_port user_id group_id 754 | TO maybe_not filt_addr filt_port user_id group_id 1047 user_id
|
| /src/external/bsd/libfido2/dist/examples/ |
| cred.c | 28 static const unsigned char user_id[32] = { variable 286 r = fido_cred_set_user(cred, user_id, sizeof(user_id), "john smith",
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_fuchsia.cpp | 91 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_rtl_thread.cc | 289 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) { 290 tctx->user_id = 0;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_rtl_thread.cpp | 267 if (tctx->user_id == findCtx->uid && tctx->status != ThreadStatusInvalid) { 269 // Ensure that user_id is unique. If it's not the case we are screwed. 277 tctx->user_id = 0;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_thread_registry_test.cc | 59 return (tctx->user_id == uid);
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| rbac.h | 264 char *user_id; member in struct:rbac_user_idlist
|