Searched refs:open (Results 251 - 275 of 2544) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/accel/qaic/
H A Dqaic_drv.c213 .open = qaic_open,
H A Dqaic_data.c596 .open = drm_gem_vm_open,
H A Dqaic_debugfs.c74 .open = bootlog_fops_open,
95 .open = fifo_size_open,
125 .open = queued_open,
/linux-master/drivers/accel/ivpu/
H A Divpu_debugfs.c144 .open = simple_open,
177 .open = fw_log_fops_open,
207 .open = simple_open,
234 .open = simple_open,
261 .open = simple_open,
287 .open = simple_open,
312 .open = simple_open,
334 .open = simple_open,
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c2005 .open = simple_open,
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfile.c148 .open = __fops ## _open, \
302 .open = spufs_mem_open,
452 .open = spufs_cntl_open,
519 .open = spufs_regs_open,
571 .open = spufs_regs_open,
577 /* generic open function for all pipe-like files */
635 .open = spufs_pipe_open,
665 .open = spufs_pipe_open,
769 .open = spufs_pipe_open,
798 .open
[all...]
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c651 .open = mpc52xx_wdt_open,
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c2936 .open = debugfs_timings_open,
H A Dbook3s_64_mmu_hv.c2116 .open = debugfs_htab_open,
/linux-master/arch/powerpc/kernel/
H A Deeh.c1700 .open = simple_open,
1744 .open = simple_open,
1864 .open = simple_open,
1911 .open = simple_open,
/linux-master/arch/powerpc/boot/
H A Dmain.c241 if (console_ops.open && (console_ops.open() < 0))
/linux-master/tools/testing/selftests/x86/
H A Dlam.c579 int file_fd = open(path, O_RDONLY);
1055 fd = open(dsaDeviceFile, O_RDWR);
1057 perror("open");
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_test.c69 pidfd = open("/proc/self", O_DIRECTORY | O_CLOEXEC);
72 "%s test: Failed to open process file descriptor\n",
116 pidfd = open(buf, O_DIRECTORY | O_CLOEXEC);
123 "%s test: Failed to open process file descriptor\n",
220 pidfd = open(buf, O_DIRECTORY | O_CLOEXEC);
356 pidfd = open("/proc/self", O_DIRECTORY | O_CLOEXEC);
359 "%s test: Failed to open process file descriptor\n",
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c696 ret = fd = open(dir, O_RDONLY | O_DIRECTORY, 0);
799 fd = open("/proc/sys/kernel/osrelease", O_RDONLY);
843 ret = fd = open(files[i], O_RDONLY);
1010 CASE_TEST(open_tty); EXPECT_SYSNE(1, tmp = open("/dev/null", 0), -1); if (tmp != -1) close(tmp); break;
1011 CASE_TEST(open_blah); EXPECT_SYSER(1, tmp = open("/proc/self/blah", 0), -1, ENOENT); if (tmp != -1) close(tmp); break;
1162 fd = open("/tmp", O_TMPFILE | O_EXCL | O_RDWR, 0600);
1327 int fd = open("/dev/console", O_RDWR);
1413 * was opened, and if not we'll attempt to create and open /dev/console
/linux-master/tools/testing/selftests/net/lib/py/
H A Dnsim.py44 with open(fullpath, "w") as f:
49 with open(fullpath, "w") as f:
/linux-master/tools/testing/selftests/net/
H A Dbpf_offload.py693 logfile = open(args.log, 'w+')
/linux-master/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c1153 fd = open(progname, O_RDONLY);
1182 fd = open(__FILE__".tmp2", O_RDWR | O_CREAT, 0666);
1225 int pagemap_fd = open("/proc/self/pagemap", O_RDONLY);
1228 fprintf(stderr, "open() failed\n");
1494 pagemap_fd = open(PAGEMAP, O_RDONLY);
1587 fd = open(__FILE__".tmp0", O_RDWR | O_CREAT, 0777);
H A Dmkdirty.c345 mem_fd = open("/proc/self/mem", O_RDWR);
348 pagemap_fd = open("/proc/self/pagemap", O_RDONLY);
H A Dmadv_populate.c137 int fd = open("/proc/self/pagemap", O_RDONLY);
151 int fd = open("/proc/self/pagemap", O_RDONLY);
209 int fd = open("/proc/self/pagemap", O_RDONLY);
223 int fd = open("/proc/self/pagemap", O_RDONLY);
H A Dgup_test.c206 filed = open(file, O_RDWR|O_CREAT, 0664);
208 ksft_exit_fail_msg("Unable to open %s: %s\n", file, strerror(errno));
214 gup_fd = open(GUP_TEST_FILE, O_RDWR);
227 ksft_print_msg("failed to open %s: %s\n", GUP_TEST_FILE, strerror(errno));
H A Dcompaction_test.c62 fd = open("/proc/sys/vm/compact_unevictable_allowed",
65 ksft_print_msg("Failed to open /proc/sys/vm/compact_unevictable_allowed: %s\n",
96 fd = open("/proc/sys/vm/nr_hugepages", O_RDWR | O_NONBLOCK);
98 ksft_print_msg("Failed to open /proc/sys/vm/nr_hugepages: %s\n",
/linux-master/tools/testing/selftests/ipc/
H A Dmsgque.c40 fd = open("/proc/sys/kernel/msg_next_id", O_WRONLY);
42 printf("Failed to open /proc/sys/kernel/msg_next_id\n");
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase_device.py48 with open(self.path, "w") as f:
52 with open(self.path) as f:
220 with open(sysfs.parent / "uevent") as f:
225 # we open all evdev nodes in order to not miss any event
226 self.open()
252 def open(self: "EvdevDevice") -> libevdev.Device: member in class:EvdevDevice
253 self.event_node = open(self.evdev, "rb")
357 def open(self): member in class:BaseDevice
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c324 fd = open(path, O_RDWR | O_CLOEXEC);
325 ASSERT_GE(fd, 0) TH_LOG("open uhid-cdev failed; %d", fd);
351 fd = open(uevent, O_RDONLY | O_NONBLOCK);
451 /* open hidraw node to check the other side of the pipe */
453 return open(hidraw_path, O_RDWR | O_NONBLOCK);
542 /* open the bpf file */
593 * retrieve and open the matching hidraw node,
724 * retrieve and open the matching hidraw node,
880 * retrieve and open the matching hidraw node,
920 * retrieve and open th
[all...]
/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c83 int fd = open(path, O_WRONLY);
164 orig_root = open("/", O_PATH);

Completed in 716 milliseconds

<<11121314151617181920>>