Searched refs:sht (Results 1 – 4 of 4) sorted by relevance
106 sharetab_t *sht; in sharefs_remove() local114 for (sht = sg->sharefs_sharetab; sht != NULL; sht = sht->s_next) { in sharefs_remove()115 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) in sharefs_remove()123 if (sht == NULL) { in sharefs_remove()134 for (p = NULL, s = sht->s_buckets[iHash].ssh_sh; in sharefs_remove()144 sht->s_buckets[iHash].ssh_sh = s->sh_next; in sharefs_remove()146 ASSERT(sht->s_buckets[iHash].ssh_count != 0); in sharefs_remove()147 atomic_dec_32(&sht->s_buckets[iHash].ssh_count); in sharefs_remove()148 atomic_dec_32(&sht->s_count); in sharefs_remove()184 sharetab_t *sht; in sharefs_add() local[all …]
54 sharetab_t *sht; in sharefs_snap_create() local94 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()
645 sbdp_shutdown_t sht; in sbdp_cpu_stop_self() local663 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()
194 scsi_hba_tran_t sht; in display_iport_damap() local209 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()