Symbol: tsd_set
usr/src/lib/libfakekernel/common/sys/proc.h
125
extern int tsd_set(uint_t, void *);
usr/src/uts/common/disp/thread.c
1810
(void) tsd_set(*keyp, value = (*allocate)());
usr/src/uts/common/fs/devfs/devfs_vfsops.c
357
(void) tsd_set(devfs_clean_key, (void *)1);
usr/src/uts/common/fs/devfs/devfs_vfsops.c
363
(void) tsd_set(devfs_clean_key, NULL);
usr/src/uts/common/fs/devfs/devfs_vfsops.c
408
(void) tsd_set(devfs_clean_key, (void *)1);
usr/src/uts/common/fs/devfs/devfs_vfsops.c
411
(void) tsd_set(devfs_clean_key, NULL);
usr/src/uts/common/fs/devfs/devfs_vfsops.c
416
(void) tsd_set(devfs_clean_key, NULL);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
755
(void) tsd_set(nfs4_tsd_key, caller());
usr/src/uts/common/fs/nfs/nfs4_recovery.c
945
(void) tsd_set(nfs4_tsd_key, NULL);
usr/src/uts/common/fs/nfs/nfs4_recovery.c
988
(void) tsd_set(nfs4_tsd_key, NULL);
usr/src/uts/common/fs/nfs/nfs_server.c
280
(void) tsd_set(nfs_server_tsd_key, ng);
usr/src/uts/common/fs/ufs/lufs_debug.c
143
(void) tsd_set(topkey, tp);
usr/src/uts/common/fs/ufs/lufs_log.c
224
(void) tsd_set(bypass_snapshot_throttle_key,
usr/src/uts/common/fs/ufs/lufs_log.c
228
(void) tsd_set(bypass_snapshot_throttle_key,
usr/src/uts/common/fs/ufs/lufs_thread.c
446
(void) tsd_set(bypass_snapshot_throttle_key, (void*)1);
usr/src/uts/common/fs/ufs/lufs_top.c
363
(void) tsd_set(topkey, tp);
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1455
(void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp);
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1672
(void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp);
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1772
(void) tsd_set(ufs_lockfs_key, (void *)ulockfs_info_temp);
usr/src/uts/common/fs/zfs/rrwlock.c
110
VERIFY(tsd_set(rrw_tsd_key, rn) == 0);
usr/src/uts/common/fs/zfs/rrwlock.c
131
VERIFY(tsd_set(rrw_tsd_key, rn->rn_next) == 0);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
3555
(void) tsd_set(zfs_allow_log_key, NULL);
usr/src/uts/common/fs/zfs/zfs_ioctl.c
7360
(void) tsd_set(zfs_allow_log_key, saved_poolname);
usr/src/uts/common/inet/ip/ip_if.c
5112
retv = tsd_set(ip_thread_data, thh);
usr/src/uts/common/os/devcfg.c
9196
(void) tsd_set(tsd_ddi_redirect, (void *)1);
usr/src/uts/common/os/devcfg.c
9216
(void) tsd_set(tsd_ddi_redirect, NULL);
usr/src/uts/common/os/devcfg.c
9233
(void) tsd_set(tsd_ddi_redirect, (void *)1);
usr/src/uts/common/os/devcfg.c
9254
(void) tsd_set(tsd_ddi_redirect, NULL);
usr/src/uts/common/os/modctl.c
3864
(void) tsd_set(mod_autounload_key, (void *)1);
usr/src/uts/common/os/modctl.c
3904
(void) tsd_set(mod_autounload_key, NULL);
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
354
(void) tsd_set(svc_gss_tsd_key, zsd);
usr/src/uts/common/sys/proc.h
760
extern int tsd_set(uint_t, void *);