| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception.h | 28 typedef __sanitizer::uptr SIZE_T; 97 const __sanitizer::uptr replacement; 98 const __sanitizer::uptr original; 107 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 108 reinterpret_cast<const uptr>(func_name) } \ 117 { reinterpret_cast<const uptr>(wrapper_name), \ 118 reinterpret_cast<const uptr>(func_name) } \ 264 // so we use casting via an integral type __interception::uptr, 270 typedef unsigned long long uptr; // NOLINT typedef in namespace:__interception 272 typedef unsigned long uptr; // NOLIN [all...] |
| interception.h | 28 typedef __sanitizer::uptr SIZE_T; 97 const __sanitizer::uptr replacement; 98 const __sanitizer::uptr original; 107 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 108 reinterpret_cast<const uptr>(func_name) } \ 117 { reinterpret_cast<const uptr>(wrapper_name), \ 118 reinterpret_cast<const uptr>(func_name) } \ 264 // so we use casting via an integral type __interception::uptr, 270 typedef unsigned long long uptr; // NOLINT typedef in namespace:__interception 272 typedef unsigned long uptr; // NOLIN [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_bo_list.c | 243 const void __user *uptr = u64_to_user_ptr(in->bo_info_ptr); local 258 if (copy_from_user(info, uptr, bytes)) 267 if (copy_from_user(&info[i], uptr, bytes)) 270 uptr += in->bo_info_size;
|
| amdgpu_bo_list.c | 243 const void __user *uptr = u64_to_user_ptr(in->bo_info_ptr); local 258 if (copy_from_user(info, uptr, bytes)) 267 if (copy_from_user(&info[i], uptr, bytes)) 270 uptr += in->bo_info_size;
|
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception.h | 28 typedef __sanitizer::uptr SIZE_T; 123 const __sanitizer::uptr replacement; 124 const __sanitizer::uptr original; 133 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 134 reinterpret_cast<const uptr>(func_name) } \ 143 { reinterpret_cast<const uptr>(wrapper_name), \ 144 reinterpret_cast<const uptr>(func_name) } \ 341 // so we use casting via an integral type __interception::uptr, 347 typedef unsigned long long uptr; typedef in namespace:__interception 349 typedef unsigned long uptr; [all...] |
| interception.h | 28 typedef __sanitizer::uptr SIZE_T; 123 const __sanitizer::uptr replacement; 124 const __sanitizer::uptr original; 133 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 134 reinterpret_cast<const uptr>(func_name) } \ 143 { reinterpret_cast<const uptr>(wrapper_name), \ 144 reinterpret_cast<const uptr>(func_name) } \ 341 // so we use casting via an integral type __interception::uptr, 347 typedef unsigned long long uptr; typedef in namespace:__interception 349 typedef unsigned long uptr; [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception.h | 27 typedef __sanitizer::uptr SIZE_T; 96 const __sanitizer::uptr replacement; 97 const __sanitizer::uptr original; 106 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 107 reinterpret_cast<const uptr>(func_name) } \ 116 { reinterpret_cast<const uptr>(wrapper_name), \ 117 reinterpret_cast<const uptr>(func_name) } \ 260 // so we use casting via an integral type __interception::uptr, 266 typedef unsigned long long uptr; typedef in namespace:__interception 268 typedef unsigned long uptr; [all...] |
| interception.h | 27 typedef __sanitizer::uptr SIZE_T; 96 const __sanitizer::uptr replacement; 97 const __sanitizer::uptr original; 106 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 107 reinterpret_cast<const uptr>(func_name) } \ 116 { reinterpret_cast<const uptr>(wrapper_name), \ 117 reinterpret_cast<const uptr>(func_name) } \ 260 // so we use casting via an integral type __interception::uptr, 266 typedef unsigned long long uptr; typedef in namespace:__interception 268 typedef unsigned long uptr; [all...] |
| /src/external/bsd/libarchive/dist/tar/ |
| bsdtar.c | 145 char *tptr, *uptr; local 384 uptr = strchr(bsdtar->argument, ':'); 385 if (uptr != NULL) { 386 if (uptr[1] == '\0') { 389 uptr[0] = 0; 390 uptr++; 391 l = strtol(uptr, &tptr, 10); 392 if (l < 0 || l >= INT_MAX || *uptr == '\0' || 394 lafe_errc(1, 0, "Invalid argument to --group (%s is not a number)", uptr); 663 uptr = strchr(bsdtar->argument, ':') [all...] |
| bsdtar.c | 145 char *tptr, *uptr; local 384 uptr = strchr(bsdtar->argument, ':'); 385 if (uptr != NULL) { 386 if (uptr[1] == '\0') { 389 uptr[0] = 0; 390 uptr++; 391 l = strtol(uptr, &tptr, 10); 392 if (l < 0 || l >= INT_MAX || *uptr == '\0' || 394 lafe_errc(1, 0, "Invalid argument to --group (%s is not a number)", uptr); 663 uptr = strchr(bsdtar->argument, ':') [all...] |
| /src/sys/net/npf/ |
| npf_os.c | 228 uint64_t *fullst, *uptr = *(uint64_t **)data; local 233 error = copyout(fullst, uptr, NPF_STATS_SIZE);
|
| npf_os.c | 228 uint64_t *fullst, *uptr = *(uint64_t **)data; local 233 error = copyout(fullst, uptr, NPF_STATS_SIZE);
|
| /src/sys/dev/ic/ |
| isp_netbsd.c | 463 struct wwnpair pair, *uptr; local 483 uptr = &ua->wwns[0]; 500 if (copyout(&pair, (void *)uptr++, sizeof (pair))) {
|
| isp_netbsd.c | 463 struct wwnpair pair, *uptr; local 483 uptr = &ua->wwns[0]; 500 if (copyout(&pair, (void *)uptr++, sizeof (pair))) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_internal_defs.h | 137 typedef unsigned long long uptr; // NOLINT typedef in namespace:__sanitizer 140 typedef unsigned long uptr; // NOLINT 148 typedef uptr uhwptr; // NOLINT 179 typedef uptr OFF_T; 184 typedef uptr operator_new_size_type; 380 (__sanitizer::uptr) __builtin_extract_return_addr(__builtin_return_address(0)) 382 #define GET_CALLER_PC() (__sanitizer::uptr) __builtin_return_address(0) 384 #define GET_CURRENT_FRAME() (__sanitizer::uptr) __builtin_frame_address(0) 393 #define GET_CALLER_PC() (__sanitizer::uptr) _ReturnAddress() 396 (((__sanitizer::uptr)_AddressOfReturnAddress()) + sizeof(__sanitizer::uptr) [all...] |
| sanitizer_internal_defs.h | 137 typedef unsigned long long uptr; // NOLINT typedef in namespace:__sanitizer 140 typedef unsigned long uptr; // NOLINT 148 typedef uptr uhwptr; // NOLINT 179 typedef uptr OFF_T; 184 typedef uptr operator_new_size_type; 380 (__sanitizer::uptr) __builtin_extract_return_addr(__builtin_return_address(0)) 382 #define GET_CALLER_PC() (__sanitizer::uptr) __builtin_return_address(0) 384 #define GET_CURRENT_FRAME() (__sanitizer::uptr) __builtin_frame_address(0) 393 #define GET_CALLER_PC() (__sanitizer::uptr) _ReturnAddress() 396 (((__sanitizer::uptr)_AddressOfReturnAddress()) + sizeof(__sanitizer::uptr) [all...] |
| /src/sys/sys/ |
| aio.h | 163 const void *uptr; member in struct:aiocbp
|
| aio.h | 163 const void *uptr; member in struct:aiocbp
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| test-data.c | 229 uint32_t *uptr = NULL; local 241 uptr = (uint32_t *)(rdata + mlen + rlen); 242 result->serial = ntohl(*uptr); 243 uptr++; 244 result->refresh = ntohl(*uptr); 245 uptr++; 246 result->retry = ntohl(*uptr); 247 uptr++; 248 result->expire = ntohl(*uptr); 249 uptr++ [all...] |
| test-data.c | 229 uint32_t *uptr = NULL; local 241 uptr = (uint32_t *)(rdata + mlen + rlen); 242 result->serial = ntohl(*uptr); 243 uptr++; 244 result->refresh = ntohl(*uptr); 245 uptr++; 246 result->retry = ntohl(*uptr); 247 uptr++; 248 result->expire = ntohl(*uptr); 249 uptr++ [all...] |
| /src/sys/kern/ |
| sys_aio.c | 1133 aiosp_validate_conflicts(struct aiosp *aiosp, const void *uptr) 1143 if (job && st->job->aiocb_uptr == uptr) { 1149 if (job->aiocb_uptr == uptr) { 1169 aiosp_error(struct aiosp *aiosp, const void *uptr, register_t *retval) 1174 error = aiocbp_lookup_job(aiosp, uptr, &job); 1194 aiosp_return(struct aiosp *aiosp, const void *uptr, register_t *retval) 1200 error = aiocbp_remove_job(aiosp, uptr, &job, &handle); 1247 aiocbp_hash(const void *uptr) 1249 return hash32_buf(&uptr, sizeof(uptr), HASH32_BUF_INIT) 1332 const void *uptr; local 1852 const void *uptr = SCARG(uap, aiocbp); local 1899 const void *uptr = SCARG(uap, aiocbp); local [all...] |
| /src/external/bsd/libevent/dist/test/ |
| regress_util.c | 768 ev_uintptr_t uptr; local 842 uptr = (ev_uintptr_t)ptr; 845 ptr = (void *)uptr;
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_util.c | 765 ev_uintptr_t uptr; local 839 uptr = (ev_uintptr_t)ptr; 842 ptr = (void *)uptr;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| config.c | 1329 unsigned *uptr; local 1380 uptr = (unsigned *)((char *)dst + tab->off); 1382 rc = lutil_atoux( uptr, val, 0 ); 1435 unsigned *uptr; local 1480 uptr = (unsigned *)((char *)src + tab->off); 1483 ptr += snprintf( ptr, sizeof( buf ) - ( ptr - buf ), "%u", *uptr );
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_internal_defs.h | 136 typedef unsigned long long uptr; typedef in namespace:__sanitizer 140 typedef unsigned long uptr; 143 typedef unsigned int uptr; 152 typedef uptr uhwptr; 183 typedef uptr OFF_T; 188 typedef uptr operator_new_size_type; 396 ((__sanitizer::uptr)__builtin_extract_return_addr( \ 398 # define GET_CURRENT_FRAME() ((__sanitizer::uptr)__builtin_frame_address(0)) 407 # define GET_CALLER_PC() ((__sanitizer::uptr)_ReturnAddress()) 410 (((__sanitizer::uptr)_AddressOfReturnAddress()) + sizeof(__sanitizer::uptr) [all...] |