Home
last modified time | relevance | path

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

12

/xnu-10063.101.15/bsd/net/
H A Dstrict_type_cnv_private.h73 STAG STYPE *__single __sau_deconst_val; \
74 __sau_deconst_val = __DECONST(STAG STYPE * __single, (VAL)); \
75 __WITH_SUPPRESSION(__WCAST_ALIGN, (DTAG DTYPE * __single)(__sau_deconst_val)); \
82 __WITH_SUPPRESSION(__WCAST_ALIGN, (DTAG DTYPE * __single)((VAL))); \
89 __WITH_SUPPRESSION(__WCAST_ALIGN, (const struct DTYPE * __single)((VAL))); \
154 CNV_F(const TAG TYPE *ptr __single) \
156 return __STC_CONV_TO_BYTES_LEN(__DECONST(TAG TYPE *__single, ptr), (MAX_LEN)); \
160 static inline CV TAG TYPE * __single \
174 static inline CV DTAG DTYPE * __single \
176 CNV_F(CV STAG STYPE *ptr __single) \
[all …]
H A Dnwk_wq.c53 thread_t nwk_wq_thread __single = THREAD_NULL; in nwk_wq_init() local
67 struct nwk_wq_entry *nwk_item __single; in nwk_wq_thread_cont() local
68 struct nwk_wq_entry *nwk_item_next __single; in nwk_wq_thread_cont() local
/xnu-10063.101.15/bsd/kern/
H A Dsubr_eventhandler.c120 struct eventhandler_list *__single new_list; in eventhandler_register_internal()
121 struct eventhandler_entry *__single ep; in eventhandler_register_internal()
186 struct eventhandler_entry_generic *__single eg; in eventhandler_register()
200 struct eventhandler_entry *__single ep = tag; in eventhandler_deregister()
254 struct eventhandler_list *__single list; in _eventhandler_find_list()
274 struct eventhandler_list *__single list; in eventhandler_find_list()
302 struct eventhandler_entry *__single ep, *__single en; in eventhandler_prune_list()
329 struct eventhandler_list *__single list = NULL; in eventhandler_lists_ctxt_destroy()
330 struct eventhandler_list *__single list_next = NULL; in eventhandler_lists_ctxt_destroy()
H A Duipc_domain.c268 domain_guard_t guard __single; in net_add_domain_old() local
331 struct domain *dp1 __single, *dp2 __single; in net_del_domain_old() local
333 domain_guard_t guard __single; in net_del_domain_old() local
353 struct protosw *pp1 __single, *pp2 __single; in net_del_domain_old() local
447 struct pr_usrreqs *pru __single = NULL; in net_add_proto_old() local
448 struct protosw *pp __single = NULL, *pp1; in net_add_proto_old() local
451 domain_guard_t guard __single; in net_add_proto_old() local
573 struct protosw *pp __single; in net_del_proto() local
608 struct protosw *pp __single; in net_del_proto_old() local
610 domain_guard_t guard __single; in net_del_proto_old() local
[all …]
H A Duipc_usrreq.c815 task_t t __single; in uipc_ctloutput() local
1117 struct vnode *vp __single, *dvp; in unp_bind() local
1841 struct sockaddr_un *dst __single = &xu.xu_au.xuu_addr; variable
1845 struct sockaddr_un *dst __single = &xu.xu_cau.xuu_caddr; variable
2050 void *buf __single = NULL; variable
2133 struct sockaddr_un *dst __single = &xu->xu_au.xuu_addr; variable
2137 struct sockaddr_un *dst __single = &xu->xu_cau.xuu_caddr; variable
2722 kauth_cred_t safecred __single = kauth_cred_proc_ref(p); in unp_listen() local
2794 void * lr_saved __single; in unp_lock() local
2825 void * lr_saved __single; in unp_unlock() local
[all …]
/xnu-10063.101.15/bsd/sys/
H A Deventhandler.h118 struct eventhandler_entry * _ep __single; \
119 struct eventhandler_entry_ ## name * _t __single; \
179 struct eventhandler_list *__single _el; \
186 …eventhandler_register(evthdlr_ref, NULL, #name, ptrauth_nop_cast(void * __single, &func), arg, pri…
190 struct eventhandler_list *__single _el; \
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 Dkauth.h563 kauth_cred_t _cred __single = *(credp); \
570 kauth_cred_t _credp __single = *(credp); \
/xnu-10063.101.15/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.h192 atomic_bit_set(_Atomic bitmap_t *__single map, int n, int mem_order) in atomic_bit_set()
200 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.h421 extern processor_t __single processor_array[MAX_SCHED_CPUS]; /* array indexed by cpuid */
422 extern processor_set_t __single pset_array[MAX_PSETS]; /* array indexed by pset_id */
/xnu-10063.101.15/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];
/xnu-10063.101.15/EXTERNAL_HEADERS/
H A Dptrcheck.h48 #define __single __attribute__((__single__)) macro
141 ((T __single)__builtin_unsafe_forge_single((P)))
266 #define __single macro
/xnu-10063.101.15/tests/
H A Dconstrained_ctypes_tests.c77 int * ps __single = &s; variable
111 int * ps __single = &s; variable
/xnu-10063.101.15/EXTERNAL_HEADERS/CoreEntitlements/
H A DErrors.h21 typedef const struct CEError *__single CEError_t;
/xnu-10063.101.15/libkern/os/
H A Dalloc_util.h66 __auto_type *__single __eptr = &(elem); \
/xnu-10063.101.15/EXTERNAL_HEADERS/CoreTrust/
H A DCTConfig.h25 #define __single macro
/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus_pktq.h180 struct __kern_packet *__single ret; in nx_pktq_safe_deq()
215 struct __kern_packet *__single ret; in nx_pktq_safe_deq_all()
/xnu-10063.101.15/bsd/netinet6/
H A Din6_mcast.c483 struct ifmultiaddr *__single ifma; in in6_mc_get()
484 struct in6_multi *__single inm; in in6_mc_get()
1009 struct ip6_msource *ims, *__single nims = NULL; in in6m_merge()
1046 struct ip6_msource *__single bims; in in6m_merge()
1265 struct in6_multi *__single inm = NULL; in in6_mc_join()
1997 struct in6_multi *__single inm = NULL; in in6p_join_group()
2839 struct in6_msource *__single lims; in in6p_set_source_filters()
3191 struct in6_multi *__single in6m; in in6_multi_alloc()
3196 struct in6_multi_dbg *__single in6m_dbg; in in6_multi_alloc()
3198 in6m = (struct in6_multi *__single)in6m_dbg; in in6_multi_alloc()
[all …]
/xnu-10063.101.15/bsd/netinet/
H A Din_mcast.c546 struct ifmultiaddr *__single ifma; in in_getmulti()
547 struct in_multi *__single inm; in in_getmulti()
1081 struct ip_msource *ims, *__single nims = NULL; in inm_merge()
1118 struct ip_msource *__single bims; in inm_merge()
1294 struct in_multi *__single inm = NULL; in in_joingroup()
1434 struct in_multi *__single pinm = NULL; in in_addmulti()
2102 struct in_multi *__single inm = NULL; in inp_join_group()
2874 struct in_msource *__single lims; in inp_set_source_filters()
3338 struct in_multi_dbg *__single inm_dbg; in in_multi_alloc()
3340 inm = (struct in_multi *__single)inm_dbg; in in_multi_alloc()
[all …]
/xnu-10063.101.15/bsd/tests/
H A Dtree_tests_sysctl.c52 typedef struct rbt_test_node * __single rbt_test_node_t;
/xnu-10063.101.15/osfmk/i386/
H A Dcpu_data.h342 extern cpu_data_t *__single cpu_data_ptr[MAX_CPUS];
465 thread_t __single cplthread = cdata->cpu_active_thread; in rbtrace_bt()

12