Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_device.c75 int ctl_fd, dev_fd, rc, i; in tst_find_free_loopdev() local
146 int dev_fd, file_fd; in tst_attach_device() local
232 int tst_detach_device_by_fd(const char *dev, int dev_fd) in tst_detach_device_by_fd()
261 int dev_fd, ret; in tst_detach_device() local
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop03.c19 static int dev_num, dev_fd, file_fd, attach_flag; variable
Dioctl_loop04.c24 static int dev_num, dev_fd, file_fd, attach_flag; variable
Dioctl_loop05.c36 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.c18 static int dev_num, dev_fd, file_fd, attach_flag, loop_configure_sup = 1; variable
Dioctl_loop02.c28 static int attach_flag, dev_fd, loop_configure_sup = 1; variable
Dioctl_loop07.c25 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/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c194 check_file_type(int dev_fd, struct stat * dev_statp, bool * is_bsg_p, in check_file_type()
279 check_pt_file_handle(int dev_fd, const char * device_name, int verbose) in check_pt_file_handle()
395 construct_scsi_pt_obj_with_fd(int dev_fd, int verbose) in construct_scsi_pt_obj_with_fd()
482 set_pt_file_handle(struct sg_pt_base * vp, int dev_fd, int verbose) in set_pt_file_handle()
/third_party/exfatprogs/include/
Dlibexfat.h59 int dev_fd; member
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_linux.h103 int dev_fd; /* -1 if not given (yet) */ member
/third_party/exfatprogs/fsck/
Dfsck.c587 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