Searched refs:__single (Results 1 – 18 of 18) sorted by relevance
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | zalloc_bounds.c | 45 struct turnstile *__single ts = zalloc_id(ZONE_ID_TURNSTILE, Z_WAITOK); in zalloc_bound_checks() 53 int *__single i; in kalloc_data_bound_checks() 75 struct turnstile *__single ts; in kalloc_type_bound_checks()
|
| H A D | bits.h | 188 atomic_bit_set(_Atomic bitmap_t *__single map, int n, int mem_order) in atomic_bit_set() 196 atomic_bit_clear(_Atomic bitmap_t *__single map, int n, int mem_order) in atomic_bit_clear()
|
| H A D | mpsc_queue.h | 217 os_atomic_store(&elm->mpqc_next, (struct mpsc_queue_chain *__single)NULL, relaxed); in __mpsc_queue_append_update_tail()
|
| H A D | processor.h | 416 extern processor_t __single processor_array[MAX_SCHED_CPUS]; /* array indexed by cpuid */ 417 extern processor_set_t __single pset_array[MAX_PSETS]; /* array indexed by pset_id */
|
| H A D | kalloc.h | 1060 static inline e_type_t * __single \ 1067 static inline e_type_t * __single \
|
| H A D | zalloc.h | 1074 extern type_t *__single __zalloc__##var##__type_name
|
| /xnu-8796.141.3/osfmk/ipc/ |
| H A D | ipc_types.h | 92 typedef struct ipc_importance_elem *__single ipc_importance_elem_t; 95 typedef struct ipc_importance_task *__single ipc_importance_task_t; 98 typedef struct ipc_importance_inherit *__single ipc_importance_inherit_t;
|
| H A D | ipc_object.h | 189 extern zone_t __single ipc_object_zones[IOT_NUMBER];
|
| H A D | ipc_port.h | 515 …void *__single raw_ptr = ptrauth_strip(*(void **)&port->ip_receiver, ptrauth_key_process_independe… in ip_in_space_noauth() 545 …void *__single raw_ptr = ptrauth_strip(*(void **)&port->ip_receiver, ptrauth_key_process_independe… in ip_get_receiver_ptr_noauth()
|
| /xnu-8796.141.3/EXTERNAL_HEADERS/ |
| H A D | ptrcheck.h | 48 #define __single __attribute__((__single__)) macro 141 ((T __single)__builtin_unsafe_forge_single((P))) 231 #define __single macro
|
| /xnu-8796.141.3/tests/ |
| H A D | constrained_ctypes_tests.c | 77 int * ps __single = &s; variable 111 int * ps __single = &s; variable
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | constrained_ctypes.h | 540 #define __CCT_CONTRACT_ATTR___CCT_REF __single 541 #define __CCT_CONTRACT_ATTR___CCT_CREF const __single
|
| H A D | protosw.h | 209 lck_mtx_t * __single (*pr_getlock) /* retrieve protocol lock */ 289 lck_mtx_t * __single (*pr_getlock) /* retrieve protocol lock */ 491 struct uio *uio, struct mbuf **mp0, struct mbuf *__single *controlp,
|
| H A D | cdefs.h | 999 #define __single macro
|
| /xnu-8796.141.3/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | Errors.h | 21 typedef const struct CEError *__single CEError_t;
|
| /xnu-8796.141.3/libkern/os/ |
| H A D | alloc_util.h | 66 __auto_type *__single __eptr = &(elem); \
|
| /xnu-8796.141.3/osfmk/i386/ |
| H A D | cpu_data.h | 347 extern cpu_data_t *__single cpu_data_ptr[MAX_CPUS]; 470 thread_t __single cplthread = cdata->cpu_active_thread; in rbtrace_bt()
|
| /xnu-8796.141.3/bsd/security/audit/ |
| H A D | audit.h | 337 struct kaudit_record *__single __ar = AUDIT_RECORD(); \
|