Lines Matching refs:fprintf
58 fprintf(stderr, "-hpet: requires command\n"); in main()
67 fprintf(stderr, "-hpet: executing %s\n", in main()
73 fprintf(stderr, "do_hpet: command %s not implemented\n", argv[0]); in main()
84 fprintf(stderr, "hpet_open_close: device-name\n"); in hpet_open_close()
90 fprintf(stderr, "hpet_open_close: open failed\n"); in hpet_open_close()
104 fprintf(stderr, "hpet_info: device-name\n"); in hpet_info()
110 fprintf(stderr, "hpet_info: open of %s failed\n", argv[0]); in hpet_info()
115 fprintf(stderr, "hpet_info: failed to get info\n"); in hpet_info()
119 fprintf(stderr, "hpet_info: hi_irqfreq 0x%lx hi_flags 0x%lx ", in hpet_info()
121 fprintf(stderr, "hi_hpet %d hi_timer %d\n", in hpet_info()
141 fprintf(stderr, "hpet_poll: device-name freq iterations\n"); in hpet_poll()
151 fprintf(stderr, "hpet_poll: open of %s failed\n", argv[0]); in hpet_poll()
156 fprintf(stderr, "hpet_poll: HPET_IRQFREQ failed\n"); in hpet_poll()
161 fprintf(stderr, "hpet_poll: failed to get info\n"); in hpet_poll()
165 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_poll()
168 fprintf(stderr, "hpet_poll: HPET_EPI failed\n"); in hpet_poll()
173 fprintf(stderr, "hpet_poll, HPET_IE_ON failed\n"); in hpet_poll()
184 fprintf(stderr, "hpet_poll: poll failed\n"); in hpet_poll()
192 fprintf(stderr, in hpet_poll()
195 fprintf(stderr, "hpet_poll: revents = 0x%x\n", in hpet_poll()
199 fprintf(stderr, "hpet_poll: read failed\n"); in hpet_poll()
202 fprintf(stderr, "hpet_poll: data 0x%lx\n", in hpet_poll()
217 fprintf(stderr, "hpet_sigio: called\n"); in hpet_sigio()
233 fprintf(stderr, "hpet_fasync: failed to set signal handler\n"); in hpet_fasync()
238 fprintf(stderr, "hpet_fasync: device-name freq iterations\n"); in hpet_fasync()
245 fprintf(stderr, "hpet_fasync: failed to open %s\n", argv[0]); in hpet_fasync()
253 fprintf(stderr, "hpet_fasync: fcntl failed\n"); in hpet_fasync()
261 fprintf(stderr, "hpet_fasync: HPET_IRQFREQ failed\n"); in hpet_fasync()
266 fprintf(stderr, "hpet_fasync: failed to get info\n"); in hpet_fasync()
270 fprintf(stderr, "hpet_fasync: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_fasync()
273 fprintf(stderr, "hpet_fasync: HPET_EPI failed\n"); in hpet_fasync()
278 fprintf(stderr, "hpet_fasync, HPET_IE_ON failed\n"); in hpet_fasync()
284 fprintf(stderr, "hpet_fasync: count = %d\n", hpet_sigio_count); in hpet_fasync()