/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | dso-data.c | 188 TEST_ASSERT_VAL("failed to open fd directory", dir); in open_files_cnt() 257 /* Rest the internal dso open counter limit. */ in test__dso_data_cache() 266 /* and this is now our dso open FDs limit */ in test__dso_data_cache() 276 * file and keep it open (unless open file limit). in test__dso_data_cache() 291 /* verify the first one is already open */ in test__dso_data_cache() 292 TEST_ASSERT_VAL("dsos[0] is not open", dsos[0]->data.fd != -1); in test__dso_data_cache() 294 /* open +1 dso to reach the allowed limit */ in test__dso_data_cache() 313 int fd = open("/dev/null", O_RDONLY); in new_limit() 331 /* Rest the internal dso open counte in test__dso_data_reopen() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/mincore/ |
H A D | mincore_selftest.c | 209 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST() 314 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mkdirty.c | 345 mem_fd = open("/proc/self/mem", O_RDWR); in main() 348 pagemap_fd = open("/proc/self/pagemap", O_RDONLY); in main()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | util.c | 255 fd = open(filename, O_RDONLY); in utilfdt_read_err() 294 fprintf(stderr, "Couldn't open blob from '%s': %s\n", filename, in utilfdt_read() 311 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in utilfdt_write_err()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-minimal.c | 233 fd = open(filename, O_RDONLY); in sysfs__read_build_id() 259 int fd = open(name, O_RDONLY); in symsrc__init()
|
H A D | namespaces.c | 298 oldns = open(curpath, O_RDONLY); in nsinfo__mountns_enter() 302 newns = open(nsinfo__mntns_path(nsi), O_RDONLY); in nsinfo__mountns_enter()
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_wait.c | 55 pidfd = open("/proc/self", O_DIRECTORY | O_RDONLY | O_CLOEXEC); in TEST() 63 pidfd = open("/dev/null", O_RDONLY | O_CLOEXEC); in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
H A D | load.c | 51 fd = open(path, O_RDONLY); in encl_map_bin() 53 perror("enclave executable open()"); in encl_map_bin() 192 fd = open(device_path, O_RDWR); in encl_load() 194 perror("Unable to open /dev/sgx_enclave"); in encl_load()
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 262 /* open endpoint files */ in main() 264 ep0 = open(ep_path, O_RDWR); in main() 266 perror("unable to open ep0"); in main() 278 ep1 = open(ep_path, O_RDWR); in main() 280 perror("unable to open ep1"); in main() 295 perror("unable to open eventfd"); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | verify_pkcs7_sig.c | 153 fd = open(path, O_RDONLY); in populate_data_item_str() 213 fd = open(mod_path, O_RDONLY); in populate_data_item_mod()
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 251 /* open endpoint files */ in main() 253 ep0 = open(ep_path, O_RDWR); in main() 255 perror("unable to open ep0"); in main() 268 ep[i] = open(ep_path, O_RDWR); in main() 270 printf("unable to open ep%d: %s\n", i+1, in main() 287 perror("unable to open eventfd"); in main()
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | serial-generic.c | 50 unsigned long filemode; /* open status of file */ 250 .open = snd_serial_generic_output_open, 257 .open = snd_serial_generic_input_open,
|
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A D | bebob_pcm.c | 343 .open = pcm_open, in snd_bebob_create_pcm_devices() 353 .open = pcm_open, in snd_bebob_create_pcm_devices()
|
/kernel/linux/linux-6.6/sound/firewire/digi00x/ |
H A D | digi00x-pcm.c | 326 .open = pcm_open, in snd_dg00x_create_pcm_devices() 336 .open = pcm_open, in snd_dg00x_create_pcm_devices()
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks_pcm.c | 373 .open = pcm_open, in snd_efw_create_pcm_devices() 383 .open = pcm_open, in snd_efw_create_pcm_devices()
|
/kernel/linux/linux-6.6/sound/firewire/motu/ |
H A D | motu-pcm.c | 337 .open = pcm_open, in snd_motu_create_pcm_devices() 347 .open = pcm_open, in snd_motu_create_pcm_devices()
|
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_uart.c | 218 .open = snd_gf1_uart_output_open, 225 .open = snd_gf1_uart_input_open,
|
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca_midi.c | 245 .open = ca_midi_output_open, 252 .open = ca_midi_input_open,
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | zcore.c | 167 .open = zcore_reipl_open, 203 .open = nonseekable_open,
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-debug.c | 159 .open = simple_open, 213 .open = simple_open,
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-mfld-platform-compress.c | 159 retval = stream->compr_ops->open(sst->dev, &str_params, &cb); in sst_platform_compr_set_params() 262 .open = sst_platform_compr_open,
|
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_jit_disasm.c | 135 fd = open(file, O_RDONLY); in get_flog_buff() 309 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE); in main() 311 fprintf(stderr, "Could not open file %s for writing: ", ofile); in main()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-client-ipc-msg-injector.c | 232 .open = sof_msg_inject_dfs_open, 242 .open = sof_msg_inject_dfs_open,
|
/kernel/linux/linux-6.6/tools/crypto/ccp/ |
H A D | test_dbc.py | 28 with open(fused_part, "r") as r: 41 self.d = open(DEVICE_NODE)
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_vss_daemon.c | 36 int ret, fd = open(dir, O_RDONLY); in vss_do_freeze() 259 vss_fd = open("/dev/vmbus/hv_vss", O_RDWR); in main() 261 syslog(LOG_ERR, "open /dev/vmbus/hv_vss failed; error: %d %s", in main()
|