/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 357 (void) tsd_set(devfs_clean_key, (void *)1); in devfs_clean_vhci() 363 (void) tsd_set(devfs_clean_key, NULL); in devfs_clean_vhci() 408 (void) tsd_set(devfs_clean_key, (void *)1); in devfs_clean() 411 (void) tsd_set(devfs_clean_key, NULL); in devfs_clean() 416 (void) tsd_set(devfs_clean_key, NULL); in devfs_clean()
|
/illumos-gate/usr/src/lib/libfakekernel/common/sys/ |
H A D | proc.h | 125 extern int tsd_set(uint_t, void *);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | rrwlock.c | 110 VERIFY(tsd_set(rrw_tsd_key, rn) == 0); in rrn_add() 131 VERIFY(tsd_set(rrw_tsd_key, rn->rn_next) == 0); in rrn_find_and_remove()
|
H A D | zfs_log.c | 502 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
|
H A D | zfs_ioctl.c | 3556 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history() 7355 (void) tsd_set(zfs_allow_log_key, saved_poolname); in zfsdev_ioctl()
|
H A D | zfs_vnops.c | 2671 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 158 tsd_set(uint_t key, void *value) in tsd_set() function
|
H A D | mapfile-vers | 249 tsd_set;
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_lockfs.c | 1455 (void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp); in ufs_lockfs_begin() 1672 (void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp); in ufs_lockfs_trybegin() 1772 (void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp); in ufs_lockfs_begin_getpage()
|
H A D | lufs_thread.c | 446 (void) tsd_set(bypass_snapshot_throttle_key, (void*)1); in trans_roll()
|
H A D | lufs_debug.c | 143 (void) tsd_set(topkey, tp); in top_begin_debug()
|
H A D | lufs_top.c | 363 (void) tsd_set(topkey, tp); in top_begin_async()
|
H A D | lufs_log.c | 224 (void) tsd_set(bypass_snapshot_throttle_key, in ldl_strategy() 228 (void) tsd_set(bypass_snapshot_throttle_key, in ldl_strategy()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 760 extern int tsd_set(uint_t, void *);
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | thread.c | 1718 tsd_set(uint_t key, void *value) in tsd_set() function 1814 (void) tsd_set(*keyp, value = (*allocate)()); in tsd_getcreate()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_recovery.c | 755 (void) tsd_set(nfs4_tsd_key, caller()); in nfs4_start_fop() 945 (void) tsd_set(nfs4_tsd_key, NULL); in nfs4_start_fop() 988 (void) tsd_set(nfs4_tsd_key, NULL); in nfs4_end_fop()
|
H A D | nfs_server.c | 280 (void) tsd_set(nfs_server_tsd_key, ng); in nfs_srv_getzg()
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | svc_rpcsec_gss.c | 354 (void) tsd_set(svc_gss_tsd_key, zsd); in svc_gss_get_zsd()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | devcfg.c | 9163 (void) tsd_set(tsd_ddi_redirect, (void *)1); in ddi_alias_redirect() 9183 (void) tsd_set(tsd_ddi_redirect, NULL); in ddi_alias_redirect() 9200 (void) tsd_set(tsd_ddi_redirect, (void *)1); in ddi_curr_redirect() 9221 (void) tsd_set(tsd_ddi_redirect, NULL); in ddi_curr_redirect()
|
H A D | modctl.c | 3825 (void) tsd_set(mod_autounload_key, (void *)1); in mod_uninstall_all() 3865 (void) tsd_set(mod_autounload_key, NULL); in mod_uninstall_all()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 5110 retv = tsd_set(ip_thread_data, thh); in th_trace_gethash()
|