Searched refs:open (Results 101 - 125 of 2544) sorted by path

1234567891011>>

/linux-master/scripts/
H A Dstackdelta21 open(my $fh, '<', $f)
22 or die "cannot open $f: $!";
/linux-master/sound/firewire/oxfw/
H A Doxfw-scs1x.c360 .open = midi_capture_open,
365 .open = midi_playback_open,
/linux-master/sound/isa/msnd/
H A Dmsnd_midi.c39 * input/output open/close - protected by open_mutex in rawmidi.c
131 .open = snd_msndmidi_input_open,
/linux-master/sound/pci/au88x0/
H A Dau88x0_game.c100 gp->open = vortex_game_open;
/linux-master/sound/pci/hda/
H A Dpatch_si3054.c179 .open = si3054_pcm_open,
/linux-master/sound/usb/6fire/
H A Dmidi.c139 .open = usb6fire_midi_out_open,
146 .open = usb6fire_midi_in_open,
/linux-master/tools/build/
H A Dfixdep.c127 fd = open(depfile, O_RDONLY);
/linux-master/tools/firewire/
H A Dnosy-dump.c927 fprintf(stderr, "Could not open %s, %m\n", option_input);
931 fd = open(option_nosy_device, O_RDWR);
933 fprintf(stderr, "Could not open %s, %m\n", option_nosy_device);
949 fprintf(stderr, "Could not open %s, %m\n", option_output);
/linux-master/tools/firmware/
H A Dihex2fw.c101 infd = open(argv[optind], O_RDONLY);
103 fprintf(stderr, "Failed to open source file: %s",
120 outfd = open(argv[optind+1], O_TRUNC|O_CREAT|O_WRONLY, 0644);
122 fprintf(stderr, "Failed to open destination file: %s",
/linux-master/tools/laptop/dslm/
H A Ddslm.c147 if (!(fd = open(disk, O_RDONLY|O_NONBLOCK))) {
148 printf("Can't open %s, because: %s\n", disk, strerror(errno));
/linux-master/tools/leds/
H A Dled_hw_brightness_mon.c42 fd = open(brightness_file_path, O_RDONLY);
44 printf("Failed to open %s file\n", brightness_file_path);
H A Duledmon.c37 fd = open("/dev/uleds", O_RDWR);
39 perror("Failed to open /dev/uleds");
/linux-master/tools/perf/scripts/python/
H A Dmem-phys-addr.py32 f = open('/proc/iomem', 'r')
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c422 fd = open(acpi_aml_file_path, O_RDWR | O_NONBLOCK);
424 perror("open");
/linux-master/tools/power/acpi/tools/ec/
H A Dec_access.c220 fd = open(SYSFS_PATH, file_mode);
/linux-master/tools/power/cpupower/debug/i386/
H A Dcentrino-decode.c42 fd = open(file, O_RDONLY);
H A Dpowernow-k8-decode.c39 fd = open(file, O_RDONLY);
/linux-master/tools/power/cpupower/lib/
H A Dcpuidle.c63 fd = open(path, O_RDONLY);
98 fd = open(path, O_WRONLY);
/linux-master/tools/power/cpupower/utils/helpers/
H A Dsysfs.c23 fd = open(path, O_RDONLY);
70 fd = open(path, O_RDONLY);
134 fd = open(path, O_RDONLY);
169 fd = open(path, O_WRONLY);
/linux-master/tools/spi/
H A Dspidev_fdx.c143 fd = open(name, O_RDWR);
145 perror("open");
/linux-master/tools/testing/selftests/efivarfs/
H A DMakefile4 TEST_GEN_FILES := open-unlink create-read
H A Dopen-unlink.c20 fd = open(path, O_RDONLY);
51 fd = open(path, O_RDONLY);
89 fd = open(path, O_WRONLY | O_CREAT, 0600);
91 perror("open(O_WRONLY)");
115 fd = open(path, O_RDONLY);
117 perror("open");
/linux-master/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c105 master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC);
107 fprintf(stderr, "Failed to open \"%s\": %s\n", ptmx,
H A Ddnotify_test.c26 fd = open(".", O_RDONLY);
/linux-master/tools/testing/selftests/ia64/
H A Daliasing-test.c30 fd = open(path, O_RDWR);
124 fd = open(path, O_RDWR);

Completed in 319 milliseconds

1234567891011>>