Lines Matching refs:stderr
59 fprintf(stderr, "-hpet: requires command\n"); in main()
68 fprintf(stderr, "-hpet: executing %s\n", in main()
74 fprintf(stderr, "do_hpet: command %s not implemented\n", argv[0]); in main()
85 fprintf(stderr, "hpet_open_close: device-name\n"); in hpet_open_close()
91 fprintf(stderr, "hpet_open_close: open failed\n"); in hpet_open_close()
105 fprintf(stderr, "hpet_info: device-name\n"); in hpet_info()
111 fprintf(stderr, "hpet_info: open of %s failed\n", argv[0]); in hpet_info()
116 fprintf(stderr, "hpet_info: failed to get info\n"); in hpet_info()
120 fprintf(stderr, "hpet_info: hi_irqfreq 0x%lx hi_flags 0x%lx ", in hpet_info()
122 fprintf(stderr, "hi_hpet %d hi_timer %d\n", in hpet_info()
142 fprintf(stderr, "hpet_poll: device-name freq iterations\n"); in hpet_poll()
152 fprintf(stderr, "hpet_poll: open of %s failed\n", argv[0]); in hpet_poll()
157 fprintf(stderr, "hpet_poll: HPET_IRQFREQ failed\n"); in hpet_poll()
162 fprintf(stderr, "hpet_poll: failed to get info\n"); in hpet_poll()
166 fprintf(stderr, "hpet_poll: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_poll()
169 fprintf(stderr, "hpet_poll: HPET_EPI failed\n"); in hpet_poll()
174 fprintf(stderr, "hpet_poll, HPET_IE_ON failed\n"); in hpet_poll()
185 fprintf(stderr, "hpet_poll: poll failed\n"); in hpet_poll()
193 fprintf(stderr, in hpet_poll()
196 fprintf(stderr, "hpet_poll: revents = 0x%x\n", in hpet_poll()
200 fprintf(stderr, "hpet_poll: read failed\n"); in hpet_poll()
203 fprintf(stderr, "hpet_poll: data 0x%lx\n", in hpet_poll()
218 fprintf(stderr, "hpet_sigio: called\n"); in hpet_sigio()
234 fprintf(stderr, "hpet_fasync: failed to set signal handler\n"); in hpet_fasync()
239 fprintf(stderr, "hpet_fasync: device-name freq iterations\n"); in hpet_fasync()
246 fprintf(stderr, "hpet_fasync: failed to open %s\n", argv[0]); in hpet_fasync()
254 fprintf(stderr, "hpet_fasync: fcntl failed\n"); in hpet_fasync()
262 fprintf(stderr, "hpet_fasync: HPET_IRQFREQ failed\n"); in hpet_fasync()
267 fprintf(stderr, "hpet_fasync: failed to get info\n"); in hpet_fasync()
271 fprintf(stderr, "hpet_fasync: info.hi_flags 0x%lx\n", info.hi_flags); in hpet_fasync()
274 fprintf(stderr, "hpet_fasync: HPET_EPI failed\n"); in hpet_fasync()
279 fprintf(stderr, "hpet_fasync, HPET_IE_ON failed\n"); in hpet_fasync()
285 fprintf(stderr, "hpet_fasync: count = %d\n", hpet_sigio_count); in hpet_fasync()