Searched refs:O_RDWR (Results 1 - 25 of 266) sorted by path

1234567891011

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh492 X if ((fd = open(argv[1], O_RDWR)) < 0) {
1106 X if ((fd = open(argv[1], O_RDWR)) < 0) {
/linux-master/Documentation/usb/
H A Dusbdevfs-drop-permissions.c61 fd = open(argv[1], O_RDWR);
/linux-master/arch/alpha/boot/tools/
H A Dmkbb.c101 dev = open(argv[1], O_RDWR);
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c179 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
/linux-master/arch/powerpc/boot/
H A Daddnote.c125 fd = open(av[1], O_RDWR);
H A Dmktree.c87 if ((out_fd = open(argv[2], (O_RDWR | O_CREAT | O_TRUNC), 0666)) < 0) {
/linux-master/scripts/
H A Dinsert-sys-cert.c207 fd = open(file_name, O_RDWR);
/linux-master/tools/firewire/
H A Dnosy-dump.c931 fd = open(option_nosy_device, O_RDWR);
/linux-master/tools/leds/
H A Duledmon.c37 fd = open("/dev/uleds", O_RDWR);
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c422 fd = open(acpi_aml_file_path, O_RDWR | O_NONBLOCK);
/linux-master/tools/spi/
H A Dspidev_fdx.c143 fd = open(name, O_RDWR);
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c105 master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC);
123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC);
/linux-master/tools/testing/selftests/ia64/
H A Daliasing-test.c30 fd = open(path, O_RDWR);
124 fd = open(path, O_RDWR);
/linux-master/tools/testing/selftests/media_tests/
H A Dmedia_device_open.c70 fd = open(media_device, O_RDWR);
H A Dmedia_device_test.c79 fd = open(media_device, O_RDWR);
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c202 int flags = O_RDWR | O_EXCL | O_CREAT;
224 int flags = O_RDWR | O_EXCL | O_CREAT;
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c197 fd = open(file_name, O_RDWR);
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c264 ep0 = open(ep_path, O_RDWR);
278 ep1 = open(ep_path, O_RDWR);
/linux-master/tools/usb/
H A Dffs-test.c384 t->fd = open(t->filename, O_RDWR);
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c54 fd = open(argv[1], O_RDWR);
/linux-master/arch/mips/vdso/
H A Dgenvdso.c115 fd = open(path, O_RDWR);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_vio.c337 stt, O_RDWR | O_CLOEXEC);
/linux-master/arch/sparc/boot/
H A Dpiggyback.c198 if ((image = open(argv[2], O_RDWR)) < 0)
/linux-master/arch/um/drivers/
H A Dnull.c27 fd = open(DEV_NULL, O_RDWR);
H A Dpty.c94 master = open(line, O_RDWR);

Completed in 369 milliseconds

1234567891011