Searched defs:sht (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c50 sharetab_t *sht; local
90 for (sht = sharefs_sharetab; sht != NULL; sht = sht->s_next) {
94 for (sh = sht->s_buckets[i].ssh_sh;
H A Dsharetab.c114 sharetab_t *sht; local
122 for (sht = sharefs_sharetab; sht != NULL; sht = sht->s_next) {
123 if (strcmp(sh->sh_fstype, sht->s_fstype) == 0) {
132 if (!sht) {
143 for (p = NULL, s = sht->s_buckets[iHash].ssh_sh;
153 sht->s_buckets[iHash].ssh_sh = s->sh_next;
156 ASSERT(sht
197 sharetab_t *sht; local
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_cpu.c644 sbdp_shutdown_t sht; local
662 sht.estack = bbsram_addr + MMU_PAGESIZE;
663 sht.flushaddr = ecache_flushaddr;
677 sht.size = (uint32_t)cpunodes[cpuid].ecache_size << 1;
678 sht.linesize = (uint32_t)cpunodes[cpuid].ecache_linesize;
679 sht.physaddr = pa;
688 (*bbsram_func)(&sht);
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c193 scsi_hba_tran_t sht; local
208 if (mdb_vread(&sht, sizeof (scsi_hba_tran_t),
213 if (sht.tran_tgtmap == NULL) {
227 (uintptr_t)(tmd_offset + (char *)sht.tran_tgtmap));
229 (uintptr_t)(sizeof (dam0) + tmd_offset + (char *)sht.tran_tgtmap));

Completed in 77 milliseconds