Home
last modified time | relevance | path

Searched full:opening (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/Linux-v6.1/tools/testing/selftests/net/
Dreuseaddr_conflict.c91 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()
/Linux-v6.1/tools/testing/selftests/bpf/
Dcgroup_helpers.c65 log_err("Opening cgroup.controllers: %s", path); in __enable_controllers()
86 log_err("Opening cgroup.subtree_control: %s", path); in __enable_controllers()
129 log_err("Opening %s", file_path); in __write_cgroup_file()
247 log_err("Opening Cgroup Procs: %s", cgroup_procs_path); in join_cgroup_from_top()
329 log_err("Opening root cgroup"); in get_root_cgroup()
358 log_err("Opening Cgroup"); in create_and_get_cgroup()
508 log_err("Opening cgroup classid: %s", cgroup_classid_path); in set_classid()
/Linux-v6.1/tools/testing/selftests/vm/
Dmadv_populate.c149 ksft_exit_fail_msg("opening pagemap failed\n"); in range_is_populated()
163 ksft_exit_fail_msg("opening pagemap failed\n"); in range_is_not_populated()
221 ksft_exit_fail_msg("opening pagemap failed\n"); in range_is_softdirty()
235 ksft_exit_fail_msg("opening pagemap failed\n"); in range_is_not_softdirty()
/Linux-v6.1/drivers/block/rnbd/
Drnbd-srv.c702 …pr_err("Opening device for session %s failed, device path too long. '%s/%s' is longer than PATH_MA… in process_msg_open()
709 pr_err("Opening device for session %s failed, device path %s contains relative path ..\n", in process_msg_open()
717 pr_err("Opening device '%s' for client %s failed, failed to get device full path, err: %d\n", in process_msg_open()
725 pr_err("Opening device '%s' on session %s failed, failed to open the block device, err: %d\n", in process_msg_open()
733 pr_err("Opening device '%s' on session %s failed, creating srv_dev failed, err: %ld\n", in process_msg_open()
743 pr_err("Opening device '%s' on session %s failed, creating sess_dev failed, err: %ld\n", in process_msg_open()
759 "Opening device failed, failed to create device sysfs files, err: %d\n", in process_msg_open()
769 "Opening device failed, failed to create dev client sysfs files, err: %d\n", in process_msg_open()
/Linux-v6.1/Documentation/usb/
Dgadget_printer.rst213 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);
Draw-gadget.rst46 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``.
/Linux-v6.1/Documentation/w1/slaves/
Dw1_ds2438.rst66 Opening and reading this file initiates the CONVERT_T (temperature conversion)
75 Opening and reading this file initiates the CONVERT_V (voltage conversion)
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dopen.rst7 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
Dapp-pri.rst21 query the access priority associate with a file descriptor. Opening a
Dquerycap.rst34 Applications should always call this ioctl after opening the device.
Dcommon.rst10 - Opening the device
Dio.rst14 :c:func:`write()` function is automatically selected after opening a
/Linux-v6.1/kernel/trace/
Dtrace_stat.c119 * 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 */
/Linux-v6.1/sound/drivers/
Dserial-generic.c129 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()
/Linux-v6.1/tools/usb/usbip/libsrc/
Dsysfs_utils.c18 dbg("error opening attribute %s", attr_path); in write_sysfs_attribute()
/Linux-v6.1/fs/verity/
Dopen.c3 * Opening fs-verity files
333 * When opening a verity file, deny the open if it is for writing. Otherwise,
347 pr_debug("Denying opening verity file (ino %lu) for write\n", in fsverity_file_open()
/Linux-v6.1/Documentation/driver-api/tty/
Dtty_internals.rst12 These functions serve for opening a TTY from the kernelspace:
/Linux-v6.1/drivers/tty/
Dtty_ldisc.c420 * @tty: tty we are opening the ldisc on
423 * A helper opening method. Also a convenient debugging and check point.
445 * @tty: tty we are opening the ldisc on
636 * instance, if there is one, and opening a new instance. If an error occurs
637 * opening the new non-%N_TTY instance, the instance is dropped and @tty->ldisc
/Linux-v6.1/tools/testing/selftests/damon/
Dhuge_count_read_write.c19 fprintf(stderr, "failed opening %s\n", file); in write_read_with_huge_count()
/Linux-v6.1/tools/perf/util/
Ddata-convert-json.c329 pr_err("Error opening output file!\n"); in bt_convert__perf2json()
335 fprintf(stderr, "Error opening output file!\n"); in bt_convert__perf2json()
351 // The opening brace is printed manually because it isn't delimited from a in bt_convert__perf2json()
/Linux-v6.1/Documentation/leds/
Duleds.rst34 Multiple LED class devices are created by opening additional file handles to
/Linux-v6.1/samples/bpf/
Dtracex1_user.c18 fprintf(stderr, "ERROR: opening BPF object file failed\n"); in main()
Dtracex7_user.c25 fprintf(stderr, "ERROR: opening BPF object file failed\n"); in main()
/Linux-v6.1/arch/um/kernel/
Dload_file.c16 printk(KERN_ERR "Opening '%s' failed - err = %d\n", filename, in __uml_load_file()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_auth.c48 * SET_MASTER IOCTL, or implicitly through opening the primary device node when
55 * implicitly through closing/opening the primary device node. See also
207 * master as applicable. It does so by opening the fd and passing it to users

12345678910>>...18