Searched refs:__p (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.61.5/tests/ |
| H A D | os_unaligned.c | 9 T *__p; \ 10 T_QUIET; T_EXPECT_EQ_ULONG(__alignof__(*__p), sizeof(*__p), #T " native alignment"); \ 11 T_ASSERT_EQ_ULONG(__alignof__(os_unaligned_deref(__p)), 1UL, #T " alignment"); \
|
| /xnu-11215.61.5/osfmk/vm/ |
| H A D | vm_protos.h | 462 struct proc *__p = NULL; \ 470 __p = current_proc(); \ 471 if (__p != NULL) { \ 472 __pname = proc_best_name(__p); \ 479 if (__p == NULL) { \ 480 __p = current_proc(); \ 481 if (__p != NULL) { \ 482 __pname = proc_best_name(__p); \ 488 __p ? proc_pid(__p) : 0, \
|
| H A D | vm_page.h | 482 #define __DEBUG_CHECK_BUDDIES(__prev, __p, field) \ argument 485 assert(__p == (vm_page_t)VM_PAGE_UNPACK_PTR(__prev->next)); \ 486 assert(__prev == (vm_page_queue_entry_t)VM_PAGE_UNPACK_PTR(__p->field.prev)); \ 506 #define __DEBUG_CHECK_BUDDIES(__prev, __p, field) argument
|
| /xnu-11215.61.5/osfmk/mach/arm/ |
| H A D | _structs.h | 365 void *__p = (void*)(uintptr_t)(ptr); __tsp->__opaque_sp = \ 366 (__p && !(__tsp->__opaque_flags & \ 368 ptrauth_sign_unauthenticated(__p, \ 370 ptrauth_string_discriminator("sp")) : __p); }) 382 void *__p = (void*)(uintptr_t)(ptr); __tsp->__opaque_fp = \ 383 (__p && !(__tsp->__opaque_flags & \ 385 ptrauth_sign_unauthenticated(__p, \ 387 ptrauth_string_discriminator("fp")) : __p); })
|
| /xnu-11215.61.5/bsd/sys/ |
| H A D | filedesc.h | 443 struct proc *__p = (p); \ 444 falloc_withinit(__p, current_cached_proc_cred(__p), \
|