/src/sys/external/bsd/drm2/include/linux/ |
suspend.h | 37 #define ksys_sync_helper() __nothing 39 #define register_pm_notifier(n) __nothing 40 #define unregister_pm_notifier(n) __nothing
|
lockdep.h | 47 #define mutex_acquire(m, x, y, ip) __nothing 48 #define mutex_release(m, ip) __nothing 51 #define lockdep_init_map(a,b,c,d) __nothing 52 #define lock_acquire_shared_recursive(l, s, t, n, i) __nothing 53 #define lock_release(l, n) __nothing
|
/src/sys/arch/riscv/include/ |
cpufunc.h | 46 #define cpu_dcache_wbinv_all() __nothing 47 #define cpu_dcache_inv_all() __nothing 48 #define cpu_dcache_wb_all() __nothing 49 #define cpu_idcache_wbinv_all() __nothing 50 #define cpu_icache_sync_all() __nothing 51 #define cpu_icache_inv_all() __nothing 53 #define cpu_dcache_wbinv_range(v,s) __nothing 54 #define cpu_dcache_inv_range(v,s) __nothing 55 #define cpu_dcache_wb_range(v,s) __nothing 56 #define cpu_idcache_wbinv_range(v,s) __nothing [all...] |
/src/sys/sys/ |
csan.h | 44 #define kcsan_init() __nothing 45 #define kcsan_cpu_init(ci) __nothing
|
msan.h | 72 #define kmsan_init(u) __nothing 73 #define kmsan_shadow_map(a, s) __nothing 74 #define kmsan_lwp_alloc(l) __nothing 75 #define kmsan_lwp_free(l) __nothing 76 #define kmsan_dma_sync(m, a, s, o) __nothing 77 #define kmsan_dma_load(m, b, s, o) __nothing 78 #define kmsan_orig(p, l, c, a) __nothing 79 #define kmsan_mark(p, l, c) __nothing 80 #define kmsan_check_mbuf(m) __nothing 81 #define kmsan_check_buf(b) __nothing [all...] |
kcov.h | 75 #define kcov_remote_register(s, i) __nothing 76 #define kcov_remote_enter(s, i) __nothing 77 #define kcov_remote_leave(s, i) __nothing 78 #define kcov_silence_enter() __nothing 79 #define kcov_silence_leave() __nothing 80 #define kcov_lwp_free(a) __nothing
|
asan.h | 77 #define kasan_early_init(u) __nothing 78 #define kasan_init() __nothing 79 #define kasan_shadow_map(a, s) __nothing 80 #define kasan_dma_sync(m, a, s, o) __nothing 81 #define kasan_dma_load(m, b, s, o) __nothing 82 #define kasan_add_redzone(s) __nothing 83 #define kasan_mark(p, s, l, c) __nothing
|
psref.h | 119 #define PSREF_DEBUG_BARRIER() __nothing 120 #define PSREF_DEBUG_INIT_LWP(l) __nothing 121 #define PSREF_DEBUG_FILL_RETURN_ADDRESS0(psref, addr) __nothing 122 #define PSREF_DEBUG_FILL_RETURN_ADDRESS(psref) __nothing
|
stdarg.h | 45 #define __builtin_va_end(a) __nothing
|
mbuf.h | 425 #define mowner_init_owner(mo, n, d) __nothing 426 #define mowner_init(m, type) __nothing 427 #define mowner_ref(m, flags) __nothing 428 #define mowner_revoke(m, all, flags) __nothing 429 #define m_claim(m, mowner) __nothing 430 #define mowner_attach(mo) __nothing 431 #define mowner_detach(mo) __nothing 432 #define m_claimm(m, mo) __nothing 590 #define M_VERIFY_PACKET(m) __nothing
|
/src/lib/libc/include/ |
reentrant.h | 284 #define mutex_init(m, a) __nothing 285 #define mutex_lock(m) __nothing 286 #define mutex_trylock(m) __nothing 287 #define mutex_unlock(m) __nothing 288 #define mutex_destroy(m) __nothing 290 #define cond_init(c, t, a) __nothing 291 #define cond_signal(c) __nothing 292 #define cond_broadcast(c) __nothing 293 #define cond_wait(c, m) __nothing 294 #define cond_timedwait(c, m, t) __nothing [all...] |
/src/sys/arch/sun3/include/ |
pmap.h | 44 #define pmap_update(pmap) __nothing /* nothing (yet) */
|
/src/sbin/newfs/ |
extern.h | 63 #define ffs_cg_swap(a, b, c) __nothing 64 #define ffs_csum_swap(a, b, c) __nothing 65 #define ffs_dinode1_swap(a, b) __nothing 66 #define ffs_sb_swap(a, b) __nothing
|
/src/lib/libpthread/arch/arm/ |
pthread_md.h | 59 #define pthread__smt_wait() __nothing 60 #define pthread__smt_wake() __nothing
|
/src/sys/arch/ia64/include/ |
cpu.h | 162 #define cpu_need_proftick(l) __nothing 175 #define setsoftclock() __nothing /*XXX: FIXME */ 180 #define cpu_proc_fork(p1, p2) __nothing /* XXX: Look into this. */ 182 #define DELAY(x) __nothing /* XXX: FIXME */
|
/src/tests/lib/libpthread/ |
t_cancellation.c | 888 TEST_CANCELPOINT(cancelpoint_accept, __nothing) 889 TEST_CANCELPOINT(cancelpoint_accept4, __nothing) 890 TEST_CANCELPOINT(cancelpoint_aio_suspend, __nothing) 891 TEST_CANCELPOINT(cancelpoint_clock_nanosleep, __nothing) 892 TEST_CANCELPOINT(cancelpoint_close, __nothing) 893 TEST_CANCELPOINT(cancelpoint_cnd_timedwait, __nothing) 894 TEST_CANCELPOINT(cancelpoint_cnd_wait, __nothing) 895 TEST_CANCELPOINT(cancelpoint_connect, __nothing) 896 TEST_CANCELPOINT(cancelpoint_creat, __nothing) 897 TEST_CANCELPOINT(cancelpoint_fcntl_F_SETLKW, __nothing) [all...] |
t_compat_cancel.c | 249 TEST_CANCELPOINT(cancelpoint_compat100_kevent, __nothing) 250 TEST_CANCELPOINT(cancelpoint_compat12_msync, __nothing) 257 TEST_CANCELPOINT(cancelpoint_compat50_aio_suspend, __nothing) 258 TEST_CANCELPOINT(cancelpoint_compat50_kevent, __nothing) 259 TEST_CANCELPOINT(cancelpoint_compat50_mq_timedreceive, __nothing) 260 TEST_CANCELPOINT(cancelpoint_compat50_mq_timedsend, __nothing) 261 TEST_CANCELPOINT(cancelpoint_compat50_nanosleep, __nothing) 262 TEST_CANCELPOINT(cancelpoint_compat50_pollts, __nothing) 263 TEST_CANCELPOINT(cancelpoint_compat50_pselect, __nothing) 264 TEST_CANCELPOINT(cancelpoint_compat50_select, __nothing) [all...] |
/src/tests/lib/libm/ |
t_ilogb.c | 42 # define ATF_CLEAR_EXCEPTS __nothing 43 # define ATF_CHECK_RAISED_INVALID __nothing 44 # define ATF_CHECK_RAISED_NOTHING __nothing
|
/src/sys/arch/powerpc/include/ |
pmap.h | 37 #define VM_MDPAGE_INIT(pg) __nothing
|
/src/sys/external/bsd/common/include/asm/ |
barrier.h | 109 # define smp_mb__before_atomic() __nothing 110 # define smp_mb__after_atomic() __nothing
|
/src/tests/lib/libc/atomic/ |
t___sync_compare_and_swap.c | 41 #define pr56839_xfail __nothing 99 atf_sync_bool(__sync_bool_compare_and_swap_2, uint16_t, PRIx16, __nothing); 100 atf_sync_bool(__sync_bool_compare_and_swap_4, uint32_t, PRIx32, __nothing); 102 atf_sync_bool(__sync_bool_compare_and_swap_8, uint64_t, PRIx64, __nothing); 157 PRIx32, PRIx64, __nothing); 199 atf_sync_val(__sync_val_compare_and_swap_2, uint16_t, PRIx16, __nothing); 200 atf_sync_val(__sync_val_compare_and_swap_4, uint32_t, PRIx32, __nothing); 202 atf_sync_val(__sync_val_compare_and_swap_8, uint64_t, PRIx64, __nothing); 254 PRIx32, PRIx64, __nothing);
|
/src/sbin/fsck_ffs/ |
fsck.h | 314 #define ffs_cg_swap(a, b, c) __nothing 315 #define ffs_csum_swap(a, b, c) __nothing 316 #define ffs_sb_swap(a, b) __nothing 317 #define swap_dinode1(a, b) __nothing 318 #define swap_dinode2(a, b) __nothing
|
/src/sys/arch/sun2/include/ |
pmap.h | 67 #define pmap_update(pmap) __nothing /* nothing (yet) */
|
/src/sys/kern/ |
subr_disklabel.c | 46 #define DPRINTF(a, ...) __nothing
|
/src/sys/stand/efiboot/ |
efirng.c | 44 #define DPRINT(...) __nothing
|