/third_party/ltp/testcases/kernel/fs/fs_bind/ |
D | fs_bind_lib.sh | 156 local mounts 167 mounts=$( sed '1!G;h;$!d' /proc/mounts \ 170 [ -z "$mounts" ] && break 171 echo $mounts | xargs umount 2>/dev/null 218 local mounts 222 mounts=$( awk -v tmp="$TST_TMPDIR/$FS_BIND_SANDBOX/" ' 226 ' /proc/mounts ) 227 if [ -n "$mounts" ]; then 228 tst_res TFAIL "There are still mounts in the sandbox:\n$mounts"
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/ |
D | minimal-http-server.c | 137 info.mounts = &mount_localhost1; in main() 147 info.mounts = &mount_localhost2; in main() 160 info.mounts = &mount_localhost3; in main()
|
/third_party/libwebsockets/plugins/deaddrop/ |
D | README.md | 15 ## Required mounts 17 To use deaddrop meaningfully, all the mounts and the ws protocol must be 42 As a plugin, you can configure the mounts and pvos per-vhost easily in JSON. 46 The mountpoints would look something like this (added to vhost/mounts)
|
/third_party/ltp/testcases/kernel/fs/binfmt_misc/ |
D | binfmt_misc_lib.sh | 31 mntpoint=$(awk '/ binfmt_misc / { print $2 }' /proc/mounts) 51 mntpoint=$(awk '/ binfmt_misc / { print $2 }' /proc/mounts)
|
/third_party/libfuse/util/ |
D | init_script | 39 ! grep -qw $MOUNTPOINT /proc/mounts; then 56 if grep -qw $MOUNTPOINT /proc/mounts; then
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/ |
D | minimal-http-server-tls-80.c | 109 info.mounts = &mount80; in main() 118 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/ |
D | minimal-http-server-tls-mem.c | 429 info.mounts = &mount; in main() 443 info.mounts = &mount; in main()
|
/third_party/ltp/testcases/commands/eject/ |
D | eject-tests.sh | 25 if grep -q "$CD_DRIVE" /proc/mounts; then 99 if grep -q "$CD_DRIVE" /proc/mounts; then
|
/third_party/libwebsockets/lib/core-net/ |
D | vhost.c | 578 const struct lws_http_mount *mounts; in lws_create_vhost() local 875 vh->http.mount_list = info->mounts; in lws_create_vhost() 917 mounts = info->mounts; in lws_create_vhost() 918 while (mounts) { in lws_create_vhost() 921 mount_protocols[mounts->origin_protocol], in lws_create_vhost() 922 mounts->origin ? mounts->origin : "none", in lws_create_vhost() 923 mounts->mountpoint); in lws_create_vhost() 925 mounts = mounts->mount_next; in lws_create_vhost()
|
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/ |
D | dynamic_debug01.sh | 28 if grep -q debugfs /proc/mounts ; then 30 DEBUGFS_PATH=$(awk '/debugfs/{print $2}' /proc/mounts)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | wpa_debug.c | 130 int mounts, trace_fd; in wpa_debug_open_linux_tracing() local 135 mounts = open("/proc/mounts", O_RDONLY); in wpa_debug_open_linux_tracing() 136 if (mounts < 0) { in wpa_debug_open_linux_tracing() 141 buflen = read(mounts, buf, sizeof(buf) - 1); in wpa_debug_open_linux_tracing() 142 close(mounts); in wpa_debug_open_linux_tracing()
|
/third_party/ltp/testcases/kernel/security/smack/ |
D | smack_common.sh | 32 grep -q $smackfsdir /proc/mounts
|
/third_party/ltp/lib/newlib_tests/ |
D | test_zero_hugepage.sh | 16 if grep -q -E '^proc /proc(/sys)? proc ro' /proc/mounts; then
|
/third_party/libfuse/doc/ |
D | kernel.txt | 18 user. NOTE: this is not the same as mounts allowed with the "user" 45 non-privileged mounts. This opens up new possibilities for the use of 175 How do non-privileged mounts work? 181 The implication of providing non-privileged mounts is that the mount 208 for non-privileged mounts. 264 mounts, it can relax the last limitation with a "user_allow_other"
|
/third_party/ltp/lib/newlib_tests/shell/ |
D | tst_skip_filesystems.sh | 26 fs=$(grep "$TST_MNTPOINT $TST_FS_TYPE" /proc/mounts | cut -d ' ' -f3)
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-mimetypes/ |
D | minimal-http-server-mimetypes.c | 77 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-proxy/ |
D | minimal-http-server-proxy.c | 65 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/ |
D | minimal-ws-broker.c | 80 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/ |
D | minimal-ws-server-ring.c | 80 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/ |
D | minimal-ws-proxy.c | 85 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server/ |
D | minimal-http-server.c | 70 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-basicauth/ |
D | minimal-http-server-basicauth.c | 97 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/ |
D | minimal-ws-server-pmd.c | 90 info.mounts = &mount; in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/ |
D | minimal-ws-server-pmd-corner.c | 90 info.mounts = &mount; in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | wpa_debug.c | 132 int mounts, trace_fd; in wpa_debug_open_linux_tracing() local 137 mounts = open("/proc/mounts", O_RDONLY); in wpa_debug_open_linux_tracing() 138 if (mounts < 0) { in wpa_debug_open_linux_tracing() 143 buflen = read(mounts, buf, sizeof(buf) - 1); in wpa_debug_open_linux_tracing() 144 close(mounts); in wpa_debug_open_linux_tracing()
|