Home
last modified time | relevance | path

Searched refs:__single (Results 1 – 18 of 18) sorted by relevance

/xnu-8796.141.3/osfmk/kern/
H A Dzalloc_bounds.c45 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 Dbits.h188 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 Dmpsc_queue.h217 os_atomic_store(&elm->mpqc_next, (struct mpsc_queue_chain *__single)NULL, relaxed); in __mpsc_queue_append_update_tail()
H A Dprocessor.h416 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 Dkalloc.h1060 static inline e_type_t * __single \
1067 static inline e_type_t * __single \
H A Dzalloc.h1074 extern type_t *__single __zalloc__##var##__type_name
/xnu-8796.141.3/osfmk/ipc/
H A Dipc_types.h92 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 Dipc_object.h189 extern zone_t __single ipc_object_zones[IOT_NUMBER];
H A Dipc_port.h515 …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 Dptrcheck.h48 #define __single __attribute__((__single__)) macro
141 ((T __single)__builtin_unsafe_forge_single((P)))
231 #define __single macro
/xnu-8796.141.3/tests/
H A Dconstrained_ctypes_tests.c77 int * ps __single = &s; variable
111 int * ps __single = &s; variable
/xnu-8796.141.3/bsd/sys/
H A Dconstrained_ctypes.h540 #define __CCT_CONTRACT_ATTR___CCT_REF __single
541 #define __CCT_CONTRACT_ATTR___CCT_CREF const __single
H A Dprotosw.h209 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 Dcdefs.h999 #define __single macro
/xnu-8796.141.3/EXTERNAL_HEADERS/CoreEntitlements/
H A DErrors.h21 typedef const struct CEError *__single CEError_t;
/xnu-8796.141.3/libkern/os/
H A Dalloc_util.h66 __auto_type *__single __eptr = &(elem); \
/xnu-8796.141.3/osfmk/i386/
H A Dcpu_data.h347 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 Daudit.h337 struct kaudit_record *__single __ar = AUDIT_RECORD(); \