Searched refs:ent (Results 1 – 1 of 1) sorted by last modified time
904 struct mntent *ent; in nxt_isolation_make_private_mount() local909 ent = NULL; in nxt_isolation_make_private_mount()938 ent = getmntent(procfile); in nxt_isolation_make_private_mount()939 if (ent == NULL) { in nxt_isolation_make_private_mount()944 mounts[index] = (u_char *) strdup(ent->mnt_dir); in nxt_isolation_make_private_mount()945 shared[index] = hasmntopt(ent, "shared") != NULL; in nxt_isolation_make_private_mount()948 if (ent != NULL) { in nxt_isolation_make_private_mount()