Home
last modified time | relevance | path

Searched refs:MS_BIND (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dtst-ttyname.c317 VERIFY (mount ("/proc", "proc", NULL, MS_BIND|MS_REC, NULL) == 0); in do_in_chroot_1()
325 VERIFY (mount (slavename, "console", NULL, MS_BIND, NULL) == 0); in do_in_chroot_1()
398 VERIFY (mount (slavename, "console", NULL, MS_BIND, NULL) == 0); in do_in_chroot_2()
471 VERIFY (mount ("/console", "/dev/console", NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
495 VERIFY (mount ("/console", "/dev/console", NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
524 VERIFY (mount ("/console", target, NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
532 VERIFY (mount (slavename, target, NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
539 VERIFY (mount (slavename, target, NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
582 VERIFY (mount (slavename, c[0], NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
583 VERIFY (mount ("/console", c[1], NULL, MS_BIND, NULL) == 0); in run_chroot_tests()
[all …]
/sysdeps/unix/sysv/linux/sys/
A Dmount.h57 MS_BIND = 4096, /* Bind directory at different place. */ enumerator
58 #define MS_BIND MS_BIND macro

Completed in 4 milliseconds