Searched refs:__rangeof (Results 1 – 11 of 11) sorted by relevance
| /src/sys/kern/ |
| H A D | kern_kthread.c | 296 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add1() 298 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add1()
|
| H A D | kern_fork.c | 427 __rangeof(struct proc, p_startcopy, p_endcopy)); in do_fork() 432 __rangeof(struct proc, p_startzero, p_endzero)); in do_fork() 510 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork() 513 __rangeof(struct thread, td_startcopy, td_endcopy)); in do_fork()
|
| H A D | kern_thr.c | 249 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create() 251 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
|
| H A D | kern_proc.c | 1387 __rangeof(struct pstats, pstat_startzero, pstat_endzero)); in pstats_fork() 1389 __rangeof(struct pstats, pstat_startcopy, pstat_endcopy)); in pstats_fork()
|
| H A D | uipc_mbuf.c | 261 __rangeof(struct mbuf, m_epg_startcopy, m_epg_endcopy)); in mb_dupcl()
|
| H A D | vfs_mount.c | 670 __rangeof(struct mount, mnt_startzero, mnt_endzero)); in vfs_mount_alloc()
|
| /src/sys/compat/linux/ |
| H A D | linux_fork.c | 276 __rangeof(struct thread, td_startzero, td_endzero)); in linux_clone_thread() 278 __rangeof(struct thread, td_startcopy, td_endcopy)); in linux_clone_thread()
|
| /src/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 224 #define __rangeof(type, start, end) \ macro
|
| /src/lib/libthr/thread/ |
| H A D | thr_list.c | 169 __rangeof(struct pthread, _pthread_startzero, _pthread_endzero)); in _thr_alloc()
|
| /src/sys/sys/ |
| H A D | cdefs.h | 353 #define __rangeof(type, start, end) \ macro
|
| /src/sys/opencrypto/ |
| H A D | crypto.c | 1659 __rangeof(struct cryptop, crp_startcopy, crp_endcopy)); in crypto_clonereq()
|