| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | reuseaddr_conflict.c | 91 fprintf(stderr, "Opening 127.0.0.1:%d\n", PORT); in main() 95 fprintf(stderr, "Opening INADDR_ANY:%d\n", PORT); in main() 99 fprintf(stderr, "Opening in6addr_any:%d\n", PORT); in main() 103 fprintf(stderr, "Opening INADDR_ANY:%d\n", PORT); in main() 108 fprintf(stderr, "Opening INADDR_ANY:%d after closing ipv6 socket\n", PORT); in main()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | reuseaddr_conflict.c | 91 fprintf(stderr, "Opening 127.0.0.1:%d\n", PORT); in main() 95 fprintf(stderr, "Opening INADDR_ANY:%d\n", PORT); in main() 99 fprintf(stderr, "Opening in6addr_any:%d\n", PORT); in main() 103 fprintf(stderr, "Opening INADDR_ANY:%d\n", PORT); in main() 108 fprintf(stderr, "Opening INADDR_ANY:%d after closing ipv6 socket\n", PORT); in main()
|
| /kernel/linux/linux-6.6/security/landlock/ |
| D | fs.h | 42 * This information is populated when opening a file in hook_file_open, and 44 * of opening the file. Other LSM hooks use these rights in order to authorize 50 * opening the file. This is not necessarily the full set of access
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | cgroup_helpers.c | 66 log_err("Opening cgroup.controllers: %s", path); in __enable_controllers() 87 log_err("Opening cgroup.subtree_control: %s", path); in __enable_controllers() 130 log_err("Opening %s", file_path); in __write_cgroup_file() 248 log_err("Opening Cgroup Procs: %s", cgroup_procs_path); in join_cgroup_from_top() 342 log_err("Opening root cgroup"); in get_root_cgroup() 390 log_err("Opening Cgroup"); in create_and_get_cgroup() 550 log_err("Opening cgroup classid: %s", cgroup_classid_path); in set_classid()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| D | madv_populate.c | 141 ksft_exit_fail_msg("opening pagemap failed\n"); in range_is_populated() 155 ksft_exit_fail_msg("opening pagemap failed\n"); in range_is_not_populated() 213 ksft_exit_fail_msg("opening pagemap failed\n"); in range_is_softdirty() 227 ksft_exit_fail_msg("opening pagemap failed\n"); in range_is_not_softdirty()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | cgroup_helpers.c | 55 log_err("Opening cgroup.controllers: %s", path); in enable_all_controllers() 75 log_err("Opening cgroup.subtree_control: %s", path); in enable_all_controllers() 154 log_err("Opening Cgroup Procs: %s", cgroup_procs_path); in join_cgroup_from_top() 231 log_err("Opening Cgroup"); in create_and_get_cgroup()
|
| /kernel/linux/linux-6.6/drivers/block/rnbd/ |
| D | rnbd-srv.c | 698 …pr_err("Opening device for session %s failed, device path too long. '%s/%s' is longer than PATH_MA… in process_msg_open() 705 pr_err("Opening device for session %s failed, device path %s contains relative path ..\n", in process_msg_open() 713 pr_err("Opening device '%s' for client %s failed, failed to get device full path, err: %d\n", in process_msg_open() 721 pr_err("Opening device '%s' on session %s failed, failed to open the block device, err: %d\n", in process_msg_open() 729 pr_err("Opening device '%s' on session %s failed, creating srv_dev failed, err: %ld\n", in process_msg_open() 739 pr_err("Opening device '%s' on session %s failed, creating sess_dev failed, err: %ld\n", in process_msg_open() 755 "Opening device failed, failed to create device sysfs files, err: %d\n", in process_msg_open() 765 "Opening device failed, failed to create dev client sysfs files, err: %d\n", in process_msg_open()
|
| /kernel/linux/linux-5.10/drivers/block/rnbd/ |
| D | rnbd-srv.c | 710 …pr_err("Opening device for session %s failed, device path too long. '%s/%s' is longer than PATH_MA… in process_msg_open() 717 pr_err("Opening device for session %s failed, device path %s contains relative path ..\n", in process_msg_open() 725 pr_err("Opening device '%s' for client %s failed, failed to get device full path, err: %d\n", in process_msg_open() 733 pr_err("Opening device '%s' on session %s failed, failed to open the block device, err: %ld\n", in process_msg_open() 742 pr_err("Opening device '%s' on session %s failed, creating srv_dev failed, err: %ld\n", in process_msg_open() 752 pr_err("Opening device '%s' on session %s failed, creating sess_dev failed, err: %ld\n", in process_msg_open() 769 "Opening device failed, failed to create device sysfs files, err: %d\n", in process_msg_open() 779 "Opening device failed, failed to create dev client sysfs files, err: %d\n", in process_msg_open()
|
| /kernel/linux/linux-5.10/Documentation/w1/slaves/ |
| D | w1_ds2438.rst | 49 Opening and reading this file initiates the CONVERT_T (temperature conversion) 58 Opening and reading this file initiates the CONVERT_V (voltage conversion)
|
| /kernel/linux/linux-5.10/Documentation/usb/ |
| D | gadget_printer.rst | 213 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE); 263 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE); 324 printf("Error %d opening %s\n", fd, PRINTER_FILE); 357 printf("Error %d opening %s\n", fd, PRINTER_FILE); 392 printf("Error %d opening %s\n", fd, PRINTER_FILE);
|
| /kernel/linux/linux-6.6/Documentation/usb/ |
| D | gadget_printer.rst | 213 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE); 263 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE); 324 printf("Error %d opening %s\n", fd, PRINTER_FILE); 357 printf("Error %d opening %s\n", fd, PRINTER_FILE); 392 printf("Error %d opening %s\n", fd, PRINTER_FILE);
|
| D | raw-gadget.rst | 46 The user can interact with Raw Gadget by opening ``/dev/raw-gadget`` and 53 1. Create a Raw Gadget instance by opening ``/dev/raw-gadget``.
|
| /kernel/linux/linux-6.6/Documentation/w1/slaves/ |
| D | w1_ds2438.rst | 66 Opening and reading this file initiates the CONVERT_T (temperature conversion) 75 Opening and reading this file initiates the CONVERT_V (voltage conversion)
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | open.rst | 7 Opening and Closing Devices 188 are comparable to an ALSA audio mixer application. Just opening a V4L2 202 Merely opening a V4L2 device does not grant exclusive access. [#f3]_ 232 Unfortunately, opening a radio device often switches the state of the
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | open.rst | 7 Opening and Closing Devices 188 are comparable to an ALSA audio mixer application. Just opening a V4L2 202 Merely opening a V4L2 device does not grant exclusive access. [#f3]_ 232 Unfortunately, opening a radio device often switches the state of the
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | trace_stat.c | 119 * Initialize the stat rbtree at each trace_stat file opening. 120 * All of these copies and sorting are required on all opening 232 /* The session stat is refilled and resorted at each stat file opening */
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| D | trace_stat.c | 119 * Initialize the stat rbtree at each trace_stat file opening. 120 * All of these copies and sorting are required on all opening 232 /* The session stat is refilled and resorted at each stat file opening */
|
| /kernel/linux/linux-6.6/sound/drivers/ |
| D | serial-generic.c | 129 dev_dbg(drvdata->card->dev, "Opening serial port for card %s\n", in snd_serial_generic_ensure_serdev_open() 150 dev_dbg(drvdata->card->dev, "Opening input for card %s\n", in snd_serial_generic_input_open() 195 dev_dbg(drvdata->card->dev, "Opening output for card %s\n", in snd_serial_generic_output_open()
|
| /kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
| D | sysfs_utils.c | 18 dbg("error opening attribute %s", attr_path); in write_sysfs_attribute()
|
| /kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
| D | sysfs_utils.c | 18 dbg("error opening attribute %s", attr_path); in write_sysfs_attribute()
|
| /kernel/linux/linux-6.6/Documentation/driver-api/tty/ |
| D | tty_internals.rst | 12 These functions serve for opening a TTY from the kernelspace:
|
| /kernel/linux/linux-5.10/fs/verity/ |
| D | open.c | 3 * fs/verity/open.c: opening fs-verity files 313 * When opening a verity file, deny the open if it is for writing. Otherwise, 327 pr_debug("Denying opening verity file (ino %lu) for write\n", in fsverity_file_open()
|
| /kernel/linux/linux-6.6/drivers/tty/ |
| D | tty_ldisc.c | 419 * @tty: tty we are opening the ldisc on 422 * A helper opening method. Also a convenient debugging and check point. 444 * @tty: tty we are opening the ldisc on 641 * instance, if there is one, and opening a new instance. If an error occurs 642 * opening the new non-%N_TTY instance, the instance is dropped and @tty->ldisc
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| D | tty_ldisc.c | 449 * @tty: tty we are opening the ldisc on 452 * A helper opening method. Also a convenient debugging and check 476 * @tty: tty we are opening the ldisc on 666 * current instance, if there is one, and opening a new instance. If 667 * an error occurs opening the new non-N_TTY instance, the instance
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/ |
| D | test_arm_callgraph_fp.sh | 20 # Try opening the file so any immediate errors are visible in the log
|