Home
last modified time | relevance | path

Searched refs:mntent (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c592 struct mntent *mntent = NULL; in build_pinned_obj_table() local
605 while ((mntent = getmntent(mntfile))) { in build_pinned_obj_table()
606 char *path = mntent->mnt_dir; in build_pinned_obj_table()
608 if (strncmp(mntent->mnt_type, "bpf", 3) != 0) in build_pinned_obj_table()
H A Dcgroup.c425 struct mntent *mnt; in find_cgroup_root()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/usermode/
H A D0001-fix-compile-failure-against-musl-C-library.patch20 #include <mntent.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-lmon16g.c-Adjust-system-headers.patch41 #include <mntent.h>
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dfail_on_no_media.patch26 @@ -746,6 +746,14 @@ static int mount_it_now(struct mntent *mp, unsigned long vfsflags, char *filte…
/openbmc/linux/tools/hv/
H A Dhv_vss_daemon.c117 struct mntent *ent; in vss_operate()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-lfs.patch112 +#include <mntent.h>
H A Drdist-6.1.5-cleanup.patch1847 - if (mntent = getmntent(fptr)) {
1848 + if ((mntent = getmntent(fptr))) {
1849 me.me_path = mntent->mnt_dir;
1850 me.me_type = mntent->mnt_type;
1851 if (mntent->mnt_opts && hasmntopt(mntent, MNTOPT_RO))
/openbmc/qemu/qga/
H A Dcommands-linux.c63 struct mntent *ment; in build_fs_mount_list_from_mtab()
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt4123 -rw-r--r-- root root 3359 ./usr/include/mntent.h
H A Dbuildhistory_filelist1.txt4122 -rw-r--r-- root root 3359 ./usr/include/mntent.h