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

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c88 struct mnttab ment; /* the mnttab data */ member in struct:mountent
298 lmp = getmntlast(mntll, NULL, mp->ment.mnt_mountp);
300 if (lmp && strcmp(lmp->ment.mnt_special,
301 mp->ment.mnt_special)) {
322 doexec(&mp->ment);
330 doexec(struct mnttab *ment) argument
337 getpid(), ment->mnt_mountp);
341 if ((ment->mnt_fstype != NULL) || Vflg) {
347 if (strlen(ment->mnt_fstype) > (size_t)FSTYPE_MAX) {
350 myname, ment
926 new_mountent(struct mnttab *ment) argument
[all...]
H A Dmount.c179 struct extmnttab *ment; member in struct:mountent
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1642 mfdb_ent_t *ment = NULL; local
1666 (mod_hash_val_t *)&ment) != 0) {
1669 ment = kmem_alloc(sizeof (mfdb_ent_t), KM_SLEEP);
1670 ment->d_addr = (void *)tgt;
1671 ment->d_type = devtype;
1672 ment->nextp = NULL;
1675 (mod_hash_val_t)ment) != 0) {
1677 kmem_free(ment, sizeof (mfdb_ent_t));
1689 tmp_ent = ment;
1720 tmp_ent = ment;
1742 mfdb_ent_t *ment = NULL; local
[all...]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12067 ism_ment_t *ment; local
12091 for (ment = ism_sfmmup->sfmmu_iment; ment; ment = ment->iment_next) {
12093 sfmmup = ment->iment_hat;
12095 va = ment->iment_base_va;

Completed in 107 milliseconds