Home
last modified time | relevance | path

Searched refs:dst_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.h134 unsigned int dst_flags; member
H A Dprofiler.inc.h811 filemod_data->dst_flags = flags; in kprobe_ret__do_filp_open()
866 filemod_data->dst_flags = 0; in BPF_KPROBE()
925 filemod_data->dst_flags = 0; in BPF_KPROBE()
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c2684 int dst_flags = O_CREAT | O_RDWR; in migrate_precopy_fd_file_start() local
2690 fds[1] = open(file, dst_flags, 0660); in migrate_precopy_fd_file_start()