/titanic_41/usr/src/lib/libast/common/port/ |
H A D | mnt.c | 445 __STDPP__directive pragma pp:hide endmntent getmntent 448 #define getmntent ______getmntent 459 __STDPP__directive pragma pp:nohide endmntent getmntent 462 #undef getmntent 466 extern struct mntent* getmntent(FILE*); 536 if (mnt = getmntent(mp->fp))
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | mntent.h | 98 struct mntent *getmntent();
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mnttab.h | 89 extern int getmntent(FILE *, struct mnttab *);
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mount.c | 63 while ((!mountp) && (getmntent(mfp, &m) == 0)) { in meta_get_mountp()
|
H A D | metagetroot.c | 54 while (getmntent(fp, &mp) == 0) { in meta_get_current_root()
|
H A D | meta_check.c | 299 while ((getmntent(mfp, &m) == 0) && (rval == 0)) { in meta_check_mounted() 367 while ((getmntent(mfp, &m) == 0) && (rval == 0)) { in meta_check_drivemounted()
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 211 while ((status = getmntent(mtab, &mntp)) == 0) in main() 225 while ((status = getmntent(mtab, &mntp)) == NULL) { in main()
|
/titanic_41/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 203 while (getmntent(fstab, &mntp) == NULL) { in quotall() 255 while (getmntent(fstab, &mntp) == NULL) { in check() 492 while (getmntent(fstab, &mntp) == NULL) { in getdev()
|
/titanic_41/usr/src/cmd/hal/tools/ |
H A D | hal-storage-shared.c | 108 if (getmntent (handle, &mnt) == 0) { in mtab_next() 119 mnt = getmntent (handle); in mtab_next() 179 mnt = getmntent (handle); in fstab_next()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | fstab.c | 43 while (((mnt = getmntent(fs_file)) != NULL) && in fstabscan()
|
H A D | mntent.c | 153 getmntent(FILE *mnttabp) in getmntent() function
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | mntent.c | 37 int getmntent(FILE *mnttabp, struct mnttab *mp);
|
H A D | where.c | 169 while ((getmntent(mfp, &mp)) == 0) {
|
/titanic_41/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 209 while (getmntent(mtab, &mntp) == 0) { in main() 455 while ((status = getmntent(fstab, &mntp)) == NULL) { in quotactl()
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | setboot.c | 125 while (getmntent(f, &m) == 0) { in getbootdevname()
|
/titanic_41/usr/src/cmd/fs.d/tmpfs/ |
H A D | mount.c | 56 while (getmntent(file, &mntent) == 0) { in in_mnttab()
|
/titanic_41/usr/src/cmd/format/ |
H A D | checkdev.c | 595 while ((getmntent(fp, mp)) != -1) { 716 while ((getmntent(fp, mp)) != -1) { in check_label_with_mount()
|
/titanic_41/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 267 while (getmntent(mtabp, &mnt) == 0) { in main() 697 while ((getmntent(mnttab, &mnt)) == 0) { in mpath() 734 while (getmntent(mntp, &mnt) == 0) { in mdev()
|
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones_lofs.c | 81 while (getmntent(fp, &ent) == 0) { in z_createMountTable()
|
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 433 while ((status = getmntent(fstab, &mntp)) == NULL) { 561 while (getmntent(mt, &m) == 0) { in setupfs()
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumpfstab.c | 66 if ((status = getmntent(f, &mt)) == 0)
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_mnt.c | 222 while (getmntent(fp, &entry) == 0) { in load_mnttab()
|
/titanic_41/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 435 while ((getmntent(mnttab, mntp)) == 0) { in getmntnames()
|
/titanic_41/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 670 while (getmntent(mtab, &mntp) == 0) { in setupfs() 844 while ((status = getmntent(fstab, &mntp)) == NULL) { in quotactl()
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 236 while (getmntent(mtab, &mntp) == NULL) { in main() 724 while ((status = getmntent(fstab, &mntp)) == NULL) { in quotactl()
|