/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ioctl.c | 388 DMWARN("remove_all left %d open device(s)", dev_skipped); in dm_hash_remove_all() 996 * Ensure the device is not open and nothing further can open it. in dev_remove() 1005 DMDEBUG_LIMIT("unable to remove open device %s", hc->name); in dev_remove() 1838 * Implementation of open/close/ioctl on the special char device. 2154 .open = dm_open,
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_net.c | 1611 .open = locked_dvb_net_open,
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | af_vsock.c | 494 * while there are open sockets assigned to it. in vsock_assign_transport() 2374 .open = nonseekable_open,
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm5110.c | 2367 .open = wm5110_open,
|
H A D | wm5102.c | 2010 .open = wm5102_open,
|
H A D | cs47l85.c | 2565 .open = &cs47l85_open,
|
H A D | cs47l90.c | 2480 .open = &cs47l90_open,
|
H A D | cs47l92.c | 1947 .open = &cs47l92_open,
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 29 fd = open(path, flags); in open_path_or_exit()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-finder.c | 61 fd = open(path, O_RDONLY); in debuginfo__init_offline_dwarf() 123 /* Try to open distro debuginfo files */ in debuginfo__new() 143 /* if failed to open all distro debuginfo, open given binary */ in debuginfo__new() 900 pr_warning("Failed to open %s: %s\n", fname, in find_lazy_match_lines()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | nettest.c | 253 fd = open(path, 0); in switch_ns() 255 log_err_errno("Failed to open netns path; can not switch netns"); in switch_ns()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | mixer_oss.c | 427 .open = snd_mixer_oss_open,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | veristat.c | 361 fd = open(path, O_RDONLY | O_CLOEXEC); in is_bpf_obj_file() 587 fprintf(stderr, "Failed to open filters in '%s': %d\n", path, err); in append_filter_file() 1048 /* if libbpf can't open BPF object file, it could be because in process_obj() 1054 fprintf(stderr, "Failed to open '%s': %d\n", filename, -errno); in process_obj() 1079 fprintf(stderr, "Failed to open '%s': %d\n", filename, err); in process_obj() 1438 fprintf(stderr, "Failed to open '%s': %d\n", filename, err); in parse_stats_csv()
|
H A D | test_sockmap.c | 2012 cg_fd = open(optarg, O_DIRECTORY, O_RDONLY); in main() 2015 "ERROR: (%i) open cg path failed: %s\n", in main()
|
/kernel/liteos_a/kernel/extended/liteipc/ |
H A D | hm_liteipc.c | 98 .open = LiteIpcOpen, /* open */
|
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr.c | 1119 .open = pcxhr_open,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 3w-xxxx.c | 1032 /* This function handles open for the character device */ 1055 .open = tw_chrdev_open,
|
H A D | 3w-9xxx.c | 211 .open = twa_chrdev_open, 887 /* This function handles open for the character device */
|
H A D | 3w-sas.c | 714 This interface is used by smartmontools open source software */ 830 /* This function handles open for the character device */ 853 .open = twl_chrdev_open,
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 500 * Device open function to count number of users. 537 /* 2 puts here: one for find, one for open */ in zcrypt_release() 1888 .open = zcrypt_open,
|
H A D | pkey_api.c | 2284 .open = nonseekable_open,
|
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | linit.c | 1132 * aac_cfg_open - open a configuration file 1474 .open = aac_cfg_open,
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | con3270.c | 1103 /* Allocate tty3270 structure on first open. */ in tty3270_create_view() 1962 .open = tty3270_open,
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_synth.c | 2035 * synth_event_add_next_val - Add the next field's value to an open synth trace 2070 * synth_event_add_val - Add a named field's value to an open synth trace 2291 .open = synth_events_open,
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | fsi.c | 1831 .open = fsi_pcm_open,
|