Searched refs:stat_fd (Results 1 - 3 of 3) sorted by relevance

/external/vboot_reference/host/lib/
H A Dfile_keys.c23 struct stat stat_fd; local
31 if (-1 == fstat(fd, &stat_fd)) {
35 *len = stat_fd.st_size;
/external/openssh/openbsd-compat/
H A Dport-solaris.c49 int stat_fd; local
53 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) {
58 if (ct_status_read(stat_fd, CTD_COMMON, &stathdl) != 0) {
71 close(stat_fd);
144 int r, ctl_fd = -1, stat_fd = -1; local
192 if (stat_fd != -1)
193 close(stat_fd);
/external/libusb/libusb/os/
H A Dsunos_usb.c875 usb_do_io(int fd, int stat_fd, char *data, size_t size, int flag, int *status) argument
881 fd, stat_fd, size, flag? "WRITE":"READ");
905 error = sunos_usb_get_status(stat_fd);

Completed in 205 milliseconds