Home
last modified time | relevance | path

Searched defs:__single (Results 1 – 14 of 14) sorted by relevance

/xnu-11215.81.4/bsd/kern/
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.c833 task_t t __single; in uipc_ctloutput() local
1147 struct vnode *vp __single, *dvp; in unp_bind() local
1872 struct sockaddr_un *dst __single = &xu.xu_au.xuu_addr; variable
1877 struct sockaddr_un *dst __single = &xu.xu_cau.xuu_caddr; variable
2030 struct sockaddr_un *dst __single = &xu.xu_au.xuu_addr; variable
2035 struct sockaddr_un *dst __single = &xu.xu_cau.xuu_caddr; variable
2170 struct sockaddr_un *dst __single = &xu->xu_au.xuu_addr; variable
2175 struct sockaddr_un *dst __single = &xu->xu_cau.xuu_caddr; variable
2770 kauth_cred_t safecred __single = kauth_cred_proc_ref(p); in unp_listen() local
2842 void * lr_saved __single; in unp_lock() local
[all …]
/xnu-11215.81.4/bsd/net/
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
H A Dether_inet_pr_module.c185 struct ether_header *eh __single = mbuf_pkthdr_header(m); in ether_inet_input() local
341 struct ifaddr *ifa __single = data; in ether_inet_prmod_ioctl() local
376 struct ifreq *ifr __single = data; in ether_inet_prmod_ioctl() local
H A Drtsock.c635 kauth_cred_t cred __single; in route_output() local
1780 kauth_cred_t cred __single; in sysctl_dumpentry() local
1866 kauth_cred_t cred __single; in sysctl_dumpentry_ext() local
1952 kauth_cred_t cred __single; in sysctl_iflist() local
2133 kauth_cred_t cred __single; in sysctl_iflist2() local
H A Droute.c2565 struct rtfc_arg *ap __single = vp; in rt_fixchange() local
/xnu-11215.81.4/tests/
H A Dconstrained_ctypes_tests.c77 int * ps __single = &s; variable
111 int * ps __single = &s; variable
/xnu-11215.81.4/EXTERNAL_HEADERS/CoreTrust/
H A DCTConfig.h25 #define __single macro
/xnu-11215.81.4/EXTERNAL_HEADERS/
H A Dptrcheck.h48 #define __single __attribute__((__single__)) macro
274 #define __single macro
/xnu-11215.81.4/bsd/netinet6/
H A Dnd6_rtr.c927 struct rtentry *newrt __single = NULL; in defrouter_addreq() local
1104 struct rtentry *oldrt __single = NULL; in defrouter_delreq() local
/xnu-11215.81.4/bsd/netinet/
H A Din_arp.c1286 route_t route __single = NULL; /* output route */ in arp_lookup_ip() local
H A Dip_output.c304 ipfilter_t inject_filter_ref __single = NULL; in ip_output_list() local
H A Dflow_divert.c1094 task_t task __single = proc_task(proc); in flow_divert_add_proc_info() local
/xnu-11215.81.4/bsd/sys/
H A Dcdefs.h1127 #define __single macro