mntent 2090 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c struct mntent mntent; mntent 2122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c while (getmntent_r(fd, &mntent, buf, bufsize)) { mntent 2123 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (!strcmp(mntent.mnt_type, "cpuset")) { mntent 2124 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_debug("Found cpuset mount point on %s\n", mntent.mnt_dir); mntent 2125 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c *cpuset_mntpnt = strdup(mntent.mnt_dir); mntent 2127 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c } else if (!strcmp(mntent.mnt_type, "cgroup")) { mntent 2129 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c char *opt, *opts = mntent.mnt_opts; mntent 2142 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_debug("Found cgroup emulating a cpuset mount point on %s\n", mntent.mnt_dir); mntent 2143 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c *cpuset_mntpnt = strdup(mntent.mnt_dir); mntent 2145 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_debug("Found cgroup/cpuset mount point on %s\n", mntent.mnt_dir); mntent 2146 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c *cgroup_mntpnt = strdup(mntent.mnt_dir); mntent 211 opal/mca/mpool/hugepage/mpool_hugepage_component.c struct mntent *mntent; mntent 219 opal/mca/mpool/hugepage/mpool_hugepage_component.c while (NULL != (mntent = getmntent(fh))) { mntent 222 opal/mca/mpool/hugepage/mpool_hugepage_component.c if (0 != strcmp(mntent->mnt_type, "hugetlbfs")) { mntent 226 opal/mca/mpool/hugepage/mpool_hugepage_component.c opts = strdup(mntent->mnt_opts); mntent 244 opal/mca/mpool/hugepage/mpool_hugepage_component.c statfs (mntent->mnt_dir, &info); mntent 247 opal/mca/mpool/hugepage/mpool_hugepage_component.c statvfs (mntent->mnt_dir, &info); mntent 265 opal/mca/mpool/hugepage/mpool_hugepage_component.c hp->path = strdup (mntent->mnt_dir); mntent 427 opal/mca/pmix/pmix4x/pmix/src/util/path.c struct mntent * part = NULL; mntent 420 opal/util/path.c struct mntent * part = NULL;