Lines Matching refs:st_fd
475 int st_fd, err,trials;
503 st_fd = open(sysfs_install_entry, O_RDONLY);
504 if(st_fd > 0)
512 if (st_fd < 0) {
519 err = read(st_fd, &install, 1);
531 p.fd = st_fd;
544 close(st_fd);
545 st_fd = open(sysfs_install_entry, O_RDONLY);
546 if (st_fd < 0) {
553 err = read(st_fd, &install, 1);
560 close(st_fd);