Lines Matching refs:fprintf

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