Searched defs:devfd (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/testing/selftests/powerpc/papr_sysparm/ |
D | papr_sysparm.c | 15 const int devfd = open(DEVPATH, O_RDONLY); in open_close() local 31 const int devfd = open(DEVPATH, O_RDONLY); in get_splpar() local 50 const int devfd = open(DEVPATH, O_RDONLY); in get_bad_parameter() local 73 const int devfd = open(DEVPATH, O_RDWR); in check_efault_common() local 104 const int devfd = open(DEVPATH, O_RDWR); in set_hmc0() local 126 const int devfd = open(DEVPATH, O_RDONLY); in set_with_ro_fd() local
|
/linux-6.12.1/tools/testing/selftests/powerpc/papr_vpd/ |
D | papr_vpd.c | 18 const int devfd = open(DEVPATH, O_RDONLY); in dev_papr_vpd_open_close() local 31 const int devfd = open(DEVPATH, O_RDONLY); in dev_papr_vpd_get_handle_all() local 70 const int devfd = open(DEVPATH, O_RDONLY); in dev_papr_vpd_get_handle_byte_at_a_time() local 111 const int devfd = open(DEVPATH, O_RDONLY); in dev_papr_vpd_unterm_loc_code() local 137 const int devfd = open(DEVPATH, O_RDONLY); in dev_papr_vpd_null_handle() local 156 const int devfd = open(DEVPATH, O_RDONLY); in papr_vpd_close_handle_without_reading() local 179 const int devfd = open(DEVPATH, O_RDONLY); in papr_vpd_reread() local 262 const int devfd = open(DEVPATH, O_RDONLY); in papr_vpd_system_loc_code() local
|
/linux-6.12.1/tools/testing/selftests/drivers/dma-buf/ |
D | udmabuf.c | 57 static int create_udmabuf_list(int devfd, int memfd, off64_t memfd_size) in create_udmabuf_list() 136 int devfd, memfd, buf, ret; in main() local
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | ncdevmem.c | 205 static void create_udmabuf(int *devfd, int *memfd, int *buf, size_t dmabuf_size) in create_udmabuf() 248 int devfd, memfd, buf, ret; in do_server() local 468 int devfd, memfd, buf; in run_devmem_tests() local
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | d_path.c | 43 int sockfd = -1, procfd = -1, devfd = -1; in trigger_fstat_events() local
|
/linux-6.12.1/tools/testing/selftests/tdx/ |
D | tdx_guest_test.c | 135 int devfd, i; in TEST() local
|