Searched refs:__rangeof (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/compat/linux/
H A Dlinux_fork.c276 __rangeof(struct thread, td_startzero, td_endzero));
278 __rangeof(struct thread, td_startcopy, td_endcopy));
/freebsd-current/sys/kern/
H A Dkern_kthread.c297 __rangeof(struct thread, td_startzero, td_endzero));
299 __rangeof(struct thread, td_startcopy, td_endcopy));
H A Dkern_fork.c379 __rangeof(struct proc, p_startcopy, p_endcopy));
384 __rangeof(struct proc, p_startzero, p_endzero));
462 __rangeof(struct thread, td_startzero, td_endzero));
465 __rangeof(struct thread, td_startcopy, td_endcopy));
H A Dkern_thr.c235 __rangeof(struct thread, td_startzero, td_endzero));
237 __rangeof(struct thread, td_startcopy, td_endcopy));
H A Dkern_proc.c1385 __rangeof(struct pstats, pstat_startzero, pstat_endzero));
1387 __rangeof(struct pstats, pstat_startcopy, pstat_endcopy));
H A Dvfs_mount.c669 __rangeof(struct mount, mnt_startzero, mnt_endzero));
H A Duipc_mbuf.c261 __rangeof(struct mbuf, m_epg_startcopy, m_epg_endcopy));
/freebsd-current/lib/libthr/thread/
H A Dthr_list.c166 __rangeof(struct pthread, _pthread_startzero, _pthread_endzero));
/freebsd-current/tools/build/cross-build/include/common/sys/
H A Dcdefs.h216 #define __rangeof(type, start, end) \ macro
/freebsd-current/sys/sys/
H A Dcdefs.h459 #define __rangeof(type, start, end) \ macro
/freebsd-current/sys/opencrypto/
H A Dcrypto.c1669 __rangeof(struct cryptop, crp_startcopy, crp_endcopy));

Completed in 128 milliseconds