Home
last modified time | relevance | path

Searched refs:__rangeof (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/kern/
H A Dkern_kthread.c297 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add1()
299 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add1()
H A Dkern_fork.c444 __rangeof(struct proc, p_startcopy, p_endcopy)); in do_fork()
449 __rangeof(struct proc, p_startzero, p_endzero)); in do_fork()
527 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork()
530 __rangeof(struct thread, td_startcopy, td_endcopy)); in do_fork()
H A Dkern_thr.c249 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create()
251 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
H A Dvfs_export.c700 memset(&nep->ne_startzero, 0, __rangeof(struct netexport, ne_startzero, in vfs_netexport_reset()
H A Dkern_proc.c1391 __rangeof(struct pstats, pstat_startzero, pstat_endzero)); in pstats_fork()
1393 __rangeof(struct pstats, pstat_startcopy, pstat_endcopy)); in pstats_fork()
H A Duipc_mbuf.c261 __rangeof(struct mbuf, m_epg_startcopy, m_epg_endcopy)); in mb_dupcl()
H A Dvfs_mount.c675 __rangeof(struct mount, mnt_startzero, mnt_endzero)); in vfs_mount_alloc()
/freebsd/sys/compat/linux/
H A Dlinux_fork.c276 __rangeof(struct thread, td_startzero, td_endzero)); in linux_clone_thread()
278 __rangeof(struct thread, td_startcopy, td_endcopy)); in linux_clone_thread()
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h224 #define __rangeof(type, start, end) \ macro
/freebsd/lib/libthr/thread/
H A Dthr_list.c169 __rangeof(struct pthread, _pthread_startzero, _pthread_endzero)); in _thr_alloc()
/freebsd/sys/sys/
H A Dcdefs.h369 #define __rangeof(type, start, end) \ macro
/freebsd/sys/opencrypto/
H A Dcrypto.c1663 __rangeof(struct cryptop, crp_startcopy, crp_endcopy)); in crypto_clonereq()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c503 __rangeof(struct nfscldeleg, in nfscl_deleg()