/titanic_44/usr/src/uts/common/sys/ |
H A D | mnttab.h | 90 extern int getextmntent(FILE *, struct extmnttab *, size_t);
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/umount/ |
H A D | umount.c | 173 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {
|
/titanic_44/usr/src/cmd/stat/common/ |
H A D | mnt.c | 136 while ((found = getextmntent(mpt, &mnt, in build_mnt_list()
|
/titanic_44/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 221 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | getmntent.c | 279 getextmntent(FILE *fp, struct extmnttab *emp, size_t len) in getextmntent() function
|
/titanic_44/usr/src/cmd/zinject/ |
H A D | translate.c | 124 while (getextmntent(fp, &mp, sizeof (mp)) == 0) { in parse_pathname()
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | fslib.c | 175 while ((ret = getextmntent(mfp, &mnt, sizeof (struct extmnttab))) in fsmkmntlist()
|
H A D | mount.c | 618 while ((ret = getextmntent(fd, &mget, sizeof (struct extmnttab))) in print_mnttab()
|
H A D | df.c | 536 while ((status = getextmntent(fp, &mtab, sizeof (struct extmnttab))) in mtab_read_file()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 563 while (getextmntent(mt, &mnt, sizeof (mnt)) != -1) { in main() 1552 while (getextmntent(mnttab, &mnt, sizeof (mnt)) != -1) { in cachefs_get_back_nfsvers()
|
/titanic_44/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 348 while (getextmntent(fp, &mnttab_entry, in fs_get_mount_list()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 1061 while (getextmntent(mt, &m, sizeof (struct extmnttab)) == 0) { in mi_print() 1129 while (getextmntent(mt, &m, sizeof (struct extmnttab)) == 0) { in mi_print()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 202 while (getextmntent(mnttab, &xmnt, 0) == 0) { in pkgfindrealsadmdir()
|
/titanic_44/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 1034 while (getextmntent(mounted, &mnt, sizeof (struct extmnttab)) == NULL) { in mkmntlist()
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_lib.c | 1251 while ((rv = getextmntent(mntfp, &ent, 0)) == 0) { in get_zfsvolname()
|
/titanic_44/usr/src/cmd/power/ |
H A D | handlers.c | 919 while ((rgent = getextmntent(fp, &ent, sizeof (ent))) != -1) { in check_mount()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 679 while ((ret = getextmntent(hdl->libzfs_mnttab, &entry, 0)) == 0) { in zfs_path_to_zhandle()
|
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_ctl.c | 1060 while (getextmntent(fp, &ent, sizeof (ent)) == 0) { in create_lock()
|
/titanic_44/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 1470 while (getextmntent(fp, &m, 1) == 0) { in devinfo_storage_mnttab_event()
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1783 while (getextmntent(fp, &extmtab, sizeof (extmtab)) == 0) { in loopback_mount_zonepath()
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 819 getextmntent.3c \ 1755 getextmntent.3c := LINKSRC = getmntent.3c
|
/titanic_44/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1837 while (getextmntent(fp, &m, sizeof (struct extmnttab)) == 0) { in sysevent_open_channel()
|
/titanic_44/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 3454 while (getextmntent(fp, &mnt, sizeof (mnt)) == 0) { in is_ramdisk() 3959 while (getextmntent(fp, &mnt, sizeof (mnt)) == 0) { in update_all() 5774 while (getextmntent(mfp, &mnt, sizeof (mnt)) == 0) {
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1179 getextmntent;
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 4113 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {
|