Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c98 struct mnttab ment; /* the mnttab data */ member
308 lmp = getmntlast(mntll, NULL, mp->ment.mnt_mountp); in main()
310 if (lmp && strcmp(lmp->ment.mnt_special, in main()
311 mp->ment.mnt_special)) { in main()
332 doexec(&mp->ment); in main()
340 doexec(struct mnttab *ment) in doexec() argument
347 getpid(), ment->mnt_mountp); in doexec()
351 if ((ment->mnt_fstype != NULL) || Vflg) { in doexec()
357 if (strlen(ment->mnt_fstype) > (size_t)FSTYPE_MAX) { in doexec()
360 myname, ment->mnt_fstype, FSTYPE_MAX); in doexec()
[all …]
H A Dmount.c186 struct extmnttab *ment; member
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1642 mfdb_ent_t *ment = NULL; in vsw_add_mcst() local
1666 (mod_hash_val_t *)&ment) != 0) { in vsw_add_mcst()
1669 ment = kmem_alloc(sizeof (mfdb_ent_t), KM_SLEEP); in vsw_add_mcst()
1670 ment->d_addr = (void *)tgt; in vsw_add_mcst()
1671 ment->d_type = devtype; in vsw_add_mcst()
1672 ment->nextp = NULL; in vsw_add_mcst()
1675 (mod_hash_val_t)ment) != 0) { in vsw_add_mcst()
1677 kmem_free(ment, sizeof (mfdb_ent_t)); in vsw_add_mcst()
1689 tmp_ent = ment; in vsw_add_mcst()
1720 tmp_ent = ment; in vsw_add_mcst()
[all …]
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12248 ism_ment_t *ment; in sfmmu_ismtlbcache_demap() local
12272 for (ment = ism_sfmmup->sfmmu_iment; ment; ment = ment->iment_next) { in sfmmu_ismtlbcache_demap()
12274 sfmmup = ment->iment_hat; in sfmmu_ismtlbcache_demap()
12276 va = ment->iment_base_va; in sfmmu_ismtlbcache_demap()