Lines Matching defs:info
37 "info",
101 struct hpet_info info;
115 if (ioctl(fd, HPET_INFO, &info) < 0) {
116 fprintf(stderr, "hpet_info: failed to get info\n");
121 info.hi_ireqfreq, info.hi_flags);
123 info.hi_hpet, info.hi_timer);
136 struct hpet_info info;
161 if (ioctl(fd, HPET_INFO, &info) < 0) {
162 fprintf(stderr, "hpet_poll: failed to get info\n");
166 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags);
168 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) {
228 struct hpet_info info;
266 if (ioctl(fd, HPET_INFO, &info) < 0) {
267 fprintf(stderr, "hpet_fasync: failed to get info\n");
271 fprintf(stderr, "hpet_fasync: info.hi_flags 0x%lx\n", info.hi_flags);
273 if (info.hi_flags && (ioctl(fd, HPET_EPI, 0) < 0)) {