Home
last modified time | relevance | path

Searched refs:getextmntent (Results 1 – 25 of 28) sorted by relevance

12

/titanic_44/usr/src/uts/common/sys/
H A Dmnttab.h90 extern int getextmntent(FILE *, struct extmnttab *, size_t);
/titanic_44/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c173 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {
/titanic_44/usr/src/cmd/stat/common/
H A Dmnt.c136 while ((found = getextmntent(mpt, &mnt, in build_mnt_list()
/titanic_44/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c221 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {
/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetmntent.c279 getextmntent(FILE *fp, struct extmnttab *emp, size_t len) in getextmntent() function
/titanic_44/usr/src/cmd/zinject/
H A Dtranslate.c124 while (getextmntent(fp, &mp, sizeof (mp)) == 0) { in parse_pathname()
/titanic_44/usr/src/cmd/fs.d/
H A Dfslib.c175 while ((ret = getextmntent(mfp, &mnt, sizeof (struct extmnttab))) in fsmkmntlist()
H A Dmount.c618 while ((ret = getextmntent(fd, &mget, sizeof (struct extmnttab))) in print_mnttab()
H A Ddf.c536 while ((status = getextmntent(fp, &mtab, sizeof (struct extmnttab))) in mtab_read_file()
/titanic_44/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c563 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 Dfs_mounts.c348 while (getextmntent(fp, &mnttab_entry, in fs_get_mount_list()
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1061 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 Dpkgserv.c202 while (getextmntent(mnttab, &xmnt, 0) == 0) { in pkgfindrealsadmdir()
/titanic_44/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c1034 while (getextmntent(mounted, &mnt, sizeof (struct extmnttab)) == NULL) { in mkmntlist()
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c1251 while ((rv = getextmntent(mntfp, &ent, 0)) == 0) { in get_zfsvolname()
/titanic_44/usr/src/cmd/power/
H A Dhandlers.c919 while ((rgent = getextmntent(fp, &ent, sizeof (ent))) != -1) { in check_mount()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c679 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 Dcfga_ctl.c1060 while (getextmntent(fp, &ent, sizeof (ent)) == 0) { in create_lock()
/titanic_44/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1470 while (getextmntent(fp, &m, 1) == 0) { in devinfo_storage_mnttab_event()
/titanic_44/usr/src/lib/libbe/common/
H A Dbe_mount.c1783 while (getextmntent(fp, &extmtab, sizeof (extmtab)) == 0) { in loopback_mount_zonepath()
/titanic_44/usr/src/man/man3c/
H A DMakefile819 getextmntent.3c \
1755 getextmntent.3c := LINKSRC = getmntent.3c
/titanic_44/usr/src/lib/libsysevent/
H A Dlibsysevent.c1837 while (getextmntent(fp, &m, sizeof (struct extmnttab)) == 0) { in sysevent_open_channel()
/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3454 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 Dmapfile-vers1179 getextmntent;
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c4113 while (getextmntent(fp, &mnt, sizeof (struct extmnttab)) == 0) {

12