Home
last modified time | relevance | path

Searched refs:sht (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c106 sharetab_t *sht; in sharefs_remove() local
114 for (sht = sg->sharefs_sharetab; sht != NULL; sht = sht->s_next) { in sharefs_remove()
123 if (sht == NULL) { in sharefs_remove()
148 atomic_dec_32(&sht->s_count); in sharefs_remove()
184 sharetab_t *sht; in sharefs_add() local
194 for (sht = sg->sharefs_sharetab; sht != NULL; sht = sht->s_next) { in sharefs_add()
200 if (sht == NULL) { in sharefs_add()
201 sht = kmem_zalloc(sizeof (*sht), KM_SLEEP); in sharefs_add()
207 sg->sharefs_sharetab = sht; in sharefs_add()
269 sht->s_buckets[iHash].ssh_sh = sh; in sharefs_add()
[all …]
H A Dsharefs_vnops.c54 sharetab_t *sht; in sharefs_snap_create() local
94 for (sht = sg->sharefs_sharetab; sht != NULL; sht = sht->s_next) { in sharefs_snap_create()
98 for (sh = sht->s_buckets[i].ssh_sh; in sharefs_snap_create()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_cpu.c645 sbdp_shutdown_t sht; in sbdp_cpu_stop_self() local
663 sht.estack = bbsram_addr + MMU_PAGESIZE; in sbdp_cpu_stop_self()
664 sht.flushaddr = ecache_flushaddr; in sbdp_cpu_stop_self()
678 sht.size = (uint32_t)cpunodes[cpuid].ecache_size << 1; in sbdp_cpu_stop_self()
679 sht.linesize = (uint32_t)cpunodes[cpuid].ecache_linesize; in sbdp_cpu_stop_self()
680 sht.physaddr = pa; in sbdp_cpu_stop_self()
689 (*bbsram_func)(&sht); in sbdp_cpu_stop_self()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c194 scsi_hba_tran_t sht; in display_iport_damap() local
209 if (mdb_vread(&sht, sizeof (scsi_hba_tran_t), in display_iport_damap()
214 if (sht.tran_tgtmap == NULL) { in display_iport_damap()
228 (uintptr_t)(tmd_offset + (char *)sht.tran_tgtmap)); in display_iport_damap()
230 (uintptr_t)(sizeof (dam0) + tmd_offset + (char *)sht.tran_tgtmap)); in display_iport_damap()