Searched refs:sht (Results 1 – 4 of 4) sorted by relevance
114 sharetab_t *sht; in sharefs_remove() local122 for (sht = sharefs_sharetab; sht != NULL; sht = sht->s_next) { in sharefs_remove()123 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) { in sharefs_remove()132 if (!sht) { in sharefs_remove()143 for (p = NULL, s = sht->s_buckets[iHash].ssh_sh; in sharefs_remove()153 sht->s_buckets[iHash].ssh_sh = s->sh_next; in sharefs_remove()156 ASSERT(sht->s_buckets[iHash].ssh_count != 0); in sharefs_remove()157 atomic_dec_32(&sht->s_buckets[iHash].ssh_count); in sharefs_remove()158 atomic_dec_32(&sht->s_count); in sharefs_remove()197 sharetab_t *sht; in sharefs_add() local[all …]
50 sharetab_t *sht; in sharefs_snap_create() local90 for (sht = sharefs_sharetab; sht != NULL; sht = sht->s_next) { in sharefs_snap_create()94 for (sh = sht->s_buckets[i].ssh_sh; in sharefs_snap_create()
644 sbdp_shutdown_t sht; in sbdp_cpu_stop_self() local662 sht.estack = bbsram_addr + MMU_PAGESIZE; in sbdp_cpu_stop_self()663 sht.flushaddr = ecache_flushaddr; in sbdp_cpu_stop_self()677 sht.size = (uint32_t)cpunodes[cpuid].ecache_size << 1; in sbdp_cpu_stop_self()678 sht.linesize = (uint32_t)cpunodes[cpuid].ecache_linesize; in sbdp_cpu_stop_self()679 sht.physaddr = pa; in sbdp_cpu_stop_self()688 (*bbsram_func)(&sht); in sbdp_cpu_stop_self()
193 scsi_hba_tran_t sht; in display_iport_damap() local208 if (mdb_vread(&sht, sizeof (scsi_hba_tran_t), in display_iport_damap()213 if (sht.tran_tgtmap == NULL) { in display_iport_damap()227 (uintptr_t)(tmd_offset + (char *)sht.tran_tgtmap)); in display_iport_damap()229 (uintptr_t)(sizeof (dam0) + tmd_offset + (char *)sht.tran_tgtmap)); in display_iport_damap()