Home
last modified time | relevance | path

Searched defs:dev_fd (Results 1 – 18 of 18) sorted by relevance

/third_party/libevdev/test/
Dtest-kernel.c27 int dev_fd; in START_TEST() local
91 int dev_fd; in START_TEST() local
Dtest-common-uinput.c30 int dev_fd; /* open fd to the devnode */ member
Dtest-libevdev-init.c461 int dev_fd; in START_TEST() local
/third_party/ltp/lib/
Dtst_device.c83 int ctl_fd, dev_fd, rc, i; in tst_find_free_loopdev() local
154 int dev_fd, file_fd; in tst_attach_device() local
240 int tst_detach_device_by_fd(const char *dev, int dev_fd) in tst_detach_device_by_fd()
270 int dev_fd, ret; in tst_detach_device() local
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop03.c24 static int dev_num, dev_fd, file_fd, attach_flag; variable
Dioctl_loop04.c30 static int dev_num, dev_fd, file_fd, attach_flag; variable
Dioctl_loop05.c41 static int dev_num, dev_fd, block_devfd, attach_flag, logical_block_size; variable
Dioctl09.c22 static int dev_num, attach_flag, dev_fd; variable
Dioctl_loop01.c31 static int dev_num, attach_flag, dev_fd, parted_sup; variable
Dioctl_loop06.c23 static int dev_num, dev_fd, file_fd, attach_flag, loop_configure_sup = 1; variable
Dioctl_loop02.c31 static int attach_flag, dev_fd, loop_configure_sup = 1; variable
Dioctl_loop07.c28 static int dev_num, dev_fd, file_fd, attach_flag, loop_configure_sup = 1; variable
/third_party/ltp/testcases/kernel/syscalls/pwritev/
Dpwritev03.c92 int dev_fd, ret; in setup() local
/third_party/ltp/testcases/kernel/syscalls/preadv/
Dpreadv03.c93 int dev_fd, ret; in setup() local
/third_party/exfatprogs/include/
Dlibexfat.h70 int dev_fd; member
/third_party/backends/sanei/
Dsanei_scsi.c2531 int dev_fd, k, dnl_len; in lx_mk_devicename() local
2567 lx_chk_id (int dev_fd, int host, int channel, int id, int lun) in lx_chk_id()
2607 int dev_fd, k, missed; in lx_scan_sg() local
2642 int dev_fd; in lx_chk_devicename() local
/third_party/exfatprogs/fsck/
Dfsck.c299 static int boot_region_checksum(int dev_fd, in boot_region_checksum()
/third_party/toybox/toys/pending/
Dfdisk.c85 static int num_parts, disp_unit_cyl, dos_flag, dev_fd = 3; variable