Searched refs:fd_update (Results 1 – 1 of 1) sorted by relevance
186 int fd_update, fd_update_log, fd_capsule; in main() local202 fd_update = open("/dev/acpi_pfr_update0", O_RDWR); in main()203 if (fd_update < 0) { in main()215 ret = ioctl(fd_update, PFRU_IOC_QUERY_CAP, &cap); in main()221 close(fd_update); in main()231 close(fd_update); in main()240 close(fd_update); in main()292 close(fd_update); in main()299 ret = ioctl(fd_update, PFRU_IOC_SET_REV, &revid); in main()302 close(fd_update); in main()[all …]