Home
last modified time | relevance | path

Searched refs:nodev (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-utils/alsactl/
Dinit_ucm.c37 char id[32], *nodev; in init_ucm() local
43 nodev = (flags & FLAG_UCM_NODEV) ? "" : "-"; in init_ucm()
44 snprintf(id, sizeof(id), "%shw:%d", nodev, cardno); in init_ucm()
/third_party/node/deps/npm/node_modules/npm-install-checks/
Dindex.js8 var nodev = force ? null : nodeVer
12 if (nodev && eng.node && !semver.satisfies(nodev, eng.node, opt) ||
15 target._id, eng, {node: nodev, npm: npmVer}))
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-runner.sh26 mount -t tmpfs -o nosuid,nodev,size=2G,mode=1755 tmpfs ${SHADER_CACHE_DIR}
/third_party/mesa3d/.gitlab-ci/
Ddeqp-runner.sh31 mount -t tmpfs -o nosuid,nodev,size=2G,mode=1755 tmpfs ${SHADER_CACHE_DIR}
/third_party/toybox/www/doc/
Dmount.txt31 (ro,noexec,nodev,nosuid,noatime...) each of which corresponds to a flag
/third_party/libfuse/doc/
Dkernel.txt207 fusermount3 always adds "nosuid" and "nodev" to the mount options
/third_party/libfuse/
DChangeLog.rst333 * Document that `-o auto_unmount` implies `-o nodev,nosuid`.
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch622 +/* Define to 1 if mount supports nodev. */
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h49909 unsigned char nodev; member