Symbol: report
bin/sleep/sleep.c
204
report(ntime.tv_sec, original, msg);
bin/sleep/sleep.c
61
static void report(const time_t, const time_t, const char *const);
sys/arch/evbppc/nintendo/dev/si.c
258
si_make_report(struct si_softc *sc, unsigned chan, void *report, bool with_rid)
sys/arch/evbppc/nintendo/dev/si.c
262
uint8_t *optr = report;
sys/arch/m68k/fpsp/fpsp.h
89
* because it needs to report an exception back to the user. This
sys/dev/acpi/apei.c
1213
const struct apei_cper_report *report;
sys/dev/acpi/apei.c
1241
&headerlen, &report);
sys/dev/acpi/apei.c
1275
if (report == NULL) {
sys/dev/acpi/apei.c
1282
(*report->func)(sc, (const char *)gede + headerlen,
sys/dev/acpi/apei.c
822
const struct apei_cper_report *const report =
sys/dev/acpi/apei.c
825
if (memcmp(&sectype, report->type, sizeof(sectype)) != 0)
sys/dev/acpi/apei.c
830
ctx, guidstr, report->name);
sys/dev/acpi/apei.c
832
*reportp = report;
sys/dev/bluetooth/bthidev.c
1018
memcpy(mtod(m, uint8_t *) + 2, report, rlen);
sys/dev/bluetooth/bthidev.c
976
bthidev_null(struct bthidev *hidev, uint8_t *report, int len)
sys/dev/bluetooth/bthidev.c
986
bthidev_output(struct bthidev *hidev, uint8_t *report, int rlen)
sys/dev/bluetooth/bthidev.c
998
if (rlen == 0 || report == NULL)
sys/dev/bluetooth/btkbd.c
354
uint8_t report;
sys/dev/bluetooth/btkbd.c
366
report = 0;
sys/dev/bluetooth/btkbd.c
368
report |= 1 << sc->sc_scroloc.pos;
sys/dev/bluetooth/btkbd.c
371
report |= 1 << sc->sc_numloc.pos;
sys/dev/bluetooth/btkbd.c
374
report |= 1 << sc->sc_capsloc.pos;
sys/dev/bluetooth/btkbd.c
377
(*sc->sc_output)(&sc->sc_hidev, &report, sizeof(report));
sys/dev/hid/hidkbd.c
640
hidkbd_set_leds(struct hidkbd *kbd, int leds, uint8_t *report)
sys/dev/hid/hidkbd.c
652
*report = 0;
sys/dev/hid/hidkbd.c
654
*report |= 1 << kbd->sc_scroloc.pos;
sys/dev/hid/hidkbd.c
656
*report |= 1 << kbd->sc_numloc.pos;
sys/dev/hid/hidkbd.c
658
*report |= 1 << kbd->sc_capsloc.pos;
sys/dev/hid/hidkbd.c
660
*report |= 1 << kbd->sc_compose.pos;
sys/dev/pci/hifn7751.c
923
goto report;
sys/dev/pci/hifn7751.c
958
report:
sys/dev/qbus/if_dmc.c
709
goto report;
sys/dev/qbus/if_dmc.c
713
goto report;
sys/dev/qbus/if_dmc.c
717
goto report;
sys/dev/qbus/if_dmc.c
722
goto report;
sys/dev/qbus/if_dmc.c
725
goto report;
sys/dev/qbus/if_dmc.c
728
report:
sys/dev/usb/uatp.c
1299
uint8_t report[GEYSER34_MODE_PACKET_SIZE];
sys/dev/usb/uatp.c
1304
GEYSER34_MODE_REPORT_ID, report, sizeof(report));
sys/dev/usb/uatp.c
1316
printf(" %02x", (unsigned int)report[i]);
sys/dev/usb/uatp.c
1320
report[0] = GEYSER34_RAW_MODE;
sys/dev/usb/uatp.c
1323
printf(" %02x", (unsigned int)report[i]);
sys/dev/usb/uatp.c
1328
report[0] = GEYSER34_RAW_MODE;
sys/dev/usb/uatp.c
1332
GEYSER34_MODE_REPORT_ID, report, sizeof(report));
sys/dev/usb/ucycom.c
1137
uint8_t report[5];
sys/dev/usb/ucycom.c
1140
report, sc->sc_flen);
sys/dev/usb/ucycom.c
1145
cfg = report[4];
sys/dev/usb/ucycom.c
1146
baud = (report[3] << 24) + (report[2] << 16) + (report[1] << 8) +
sys/dev/usb/ucycom.c
1147
report[0];
sys/dev/usb/ucycom.c
907
uint8_t report[5];
sys/dev/usb/ucycom.c
939
report[0] = baud & 0xff;
sys/dev/usb/ucycom.c
940
report[1] = (baud >> 8) & 0xff;
sys/dev/usb/ucycom.c
941
report[2] = (baud >> 16) & 0xff;
sys/dev/usb/ucycom.c
942
report[3] = (baud >> 24) & 0xff;
sys/dev/usb/ucycom.c
943
report[4] = cfg;
sys/dev/usb/ucycom.c
945
report, sc->sc_flen);
sys/dev/usb/usbdi_util.c
476
usbd_get_protocol(struct usbd_interface *iface, uint8_t *report)
sys/dev/usb/usbdi_util.c
495
return usbd_do_request(dev, &req, report);
sys/dev/usb/usbdi_util.c
499
usbd_set_protocol(struct usbd_interface *iface, int report)
sys/dev/usb/usbdi_util.c
507
(uintptr_t)iface, report, id->bInterfaceNumber, 0);
sys/dev/usb/usbdi_util.c
515
USETW(req.wValue, report);
sys/dev/usb/uthum.c
253
uint8_t cmdbuf[32], report[256];
sys/dev/usb/uthum.c
291
flen = uimin(sc->sc_flen, sizeof(report));
sys/dev/usb/uthum.c
293
report, flen))
sys/dev/usb/uthum.c
295
memcpy(buf, report, len);
sys/net/route.c
548
rtalloc1_locked(const struct sockaddr *dst, int report, bool wait_ok,
sys/net/route.c
597
if (report) {
sys/net/route.c
609
rtalloc1(const struct sockaddr *dst, int report)
sys/net/route.c
614
rt = rtalloc1_locked(dst, report, true, false);
usr.bin/tset/tset.c
193
report("Erase", VERASE, CERASE);
usr.bin/tset/tset.c
194
report("Kill", VKILL, CKILL);
usr.bin/tset/tset.c
195
report("Interrupt", VINTR, CINTR);
usr.bin/tset/tset.c
51
static void report(const char *, int, u_int);
usr.bin/usbhidctl/usbhid.c
428
allocreport(struct Sreport *report, report_desc_t rd, int repindex)
usr.bin/usbhidctl/usbhid.c
435
report->size = reptsize;
usr.bin/usbhidctl/usbhid.c
437
if (report->size > 0) {
usr.bin/usbhidctl/usbhid.c
442
report->buffer = malloc(sizeof(*report->buffer) -
usr.bin/usbhidctl/usbhid.c
443
sizeof(report->buffer->ucr_data) +
usr.bin/usbhidctl/usbhid.c
444
report->size);
usr.bin/usbhidctl/usbhid.c
445
if (report->buffer == NULL)
usr.bin/usbhidctl/usbhid.c
448
report->buffer = NULL;
usr.bin/usbhidctl/usbhid.c
450
report->status = srs_clean;
usr.bin/usbhidctl/usbhid.c
454
freereport(struct Sreport *report)
usr.bin/usbhidctl/usbhid.c
456
if (report->buffer != NULL)
usr.bin/usbhidctl/usbhid.c
457
free(report->buffer);
usr.bin/usbhidctl/usbhid.c
458
report->status = srs_uninit;
usr.bin/usbhidctl/usbhid.c
462
getreport(struct Sreport *report, int hidfd, report_desc_t rd, int repindex)
usr.bin/usbhidctl/usbhid.c
464
if (report->status == srs_uninit) {
usr.bin/usbhidctl/usbhid.c
465
allocreport(report, rd, repindex);
usr.bin/usbhidctl/usbhid.c
466
if (report->size == 0)
usr.bin/usbhidctl/usbhid.c
469
report->buffer->ucr_report = reptoparam[repindex].uhid_report;
usr.bin/usbhidctl/usbhid.c
471
if (report->use_getreport) {
usr.bin/usbhidctl/usbhid.c
472
if (ioctl(hidfd, USB_GET_REPORT, report->buffer) < 0)
usr.bin/usbhidctl/usbhid.c
477
memset(report->buffer->ucr_data, '\0', report->size);
usr.bin/usbhidctl/usbhid.c
483
setreport(struct Sreport *report, int hidfd, int repindex)
usr.bin/usbhidctl/usbhid.c
485
if (report->status == srs_dirty) {
usr.bin/usbhidctl/usbhid.c
486
report->buffer->ucr_report = reptoparam[repindex].uhid_report;
usr.bin/usbhidctl/usbhid.c
488
if (ioctl(hidfd, USB_SET_REPORT, report->buffer) < 0)
usr.bin/usbhidctl/usbhid.c
492
report->status = srs_clean;
usr.bin/vndcompress/offtab.c
280
void (*report)(const char *, ...) __printflike(1,2),
usr.bin/vndcompress/offtab.c
287
offtab->ot_report = report;
usr.sbin/bootp/bootpd/bootpd.c
1032
report(LOG_INFO, "reply address override: %s",
usr.sbin/bootp/bootpd/bootpd.c
1041
report(LOG_INFO, "sending reply to gateway %s",
usr.sbin/bootp/bootpd/bootpd.c
1052
report(LOG_INFO, "setarp %s - %s",
usr.sbin/bootp/bootpd/bootpd.c
1096
report(LOG_ERR, "sendto: %s", get_network_errmsg());
usr.sbin/bootp/bootpd/bootpd.c
1207
report(LOG_NOTICE, noroom, \
usr.sbin/bootp/bootpd/bootpd.c
1231
report(LOG_INFO, "request message length=%d", pktlen);
usr.sbin/bootp/bootpd/bootpd.c
1272
report(LOG_INFO, "request has DHCP msglen=%d", msgsz);
usr.sbin/bootp/bootpd/bootpd.c
1279
report(LOG_ERR, "invalid response length=%d", pktlen);
usr.sbin/bootp/bootpd/bootpd.c
1285
report(LOG_INFO, "extended reply, length=%d, options=%d",
usr.sbin/bootp/bootpd/bootpd.c
199
report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL);
usr.sbin/bootp/bootpd/bootpd.c
207
report(LOG_ERR, "malloc failed");
usr.sbin/bootp/bootpd/bootpd.c
233
report(LOG_ERR, "getsockname: not an INET socket");
usr.sbin/bootp/bootpd/bootpd.c
403
report(LOG_ERR, "%s: chdir failed", chdir_path);
usr.sbin/bootp/bootpd/bootpd.c
423
report(LOG_ERR, "socket: %s", get_network_errmsg());
usr.sbin/bootp/bootpd/bootpd.c
435
report(LOG_ERR,
usr.sbin/bootp/bootpd/bootpd.c
449
report(LOG_ERR, "bind: %s", get_network_errmsg());
usr.sbin/bootp/bootpd/bootpd.c
461
report(LOG_ERR,
usr.sbin/bootp/bootpd/bootpd.c
471
report(LOG_ERR, "signal: %s", get_errmsg());
usr.sbin/bootp/bootpd/bootpd.c
475
report(LOG_ERR, "signal: %s", get_errmsg());
usr.sbin/bootp/bootpd/bootpd.c
488
report(LOG_ERR, "poll: %s", get_errmsg());
usr.sbin/bootp/bootpd/bootpd.c
506
report(LOG_INFO, "exiting after %d minute%s of inactivity",
usr.sbin/bootp/bootpd/bootpd.c
518
report(LOG_INFO, "recvd pkt from IP addr %s",
usr.sbin/bootp/bootpd/bootpd.c
523
report(LOG_INFO, "received short packet");
usr.sbin/bootp/bootpd/bootpd.c
615
report(LOG_INFO, "\
usr.sbin/bootp/bootpd/bootpd.c
629
report(LOG_INFO,
usr.sbin/bootp/bootpd/bootpd.c
643
report(LOG_INFO, "request from %s address %s",
usr.sbin/bootp/bootpd/bootpd.c
649
report(LOG_NOTICE, "bad addr len from %s address %s",
usr.sbin/bootp/bootpd/bootpd.c
664
report(LOG_INFO, "\
usr.sbin/bootp/bootpd/bootpd.c
677
report(LOG_INFO, "unknown client %s address %s",
usr.sbin/bootp/bootpd/bootpd.c
690
report(LOG_INFO, "request from IP addr %s",
usr.sbin/bootp/bootpd/bootpd.c
699
report(LOG_NOTICE, "IP address not found: %s",
usr.sbin/bootp/bootpd/bootpd.c
707
report(LOG_INFO, "found %s (%s)", inet_ntoa(hp->iaddr),
usr.sbin/bootp/bootpd/bootpd.c
719
report(LOG_INFO,
usr.sbin/bootp/bootpd/bootpd.c
746
report(LOG_INFO, "executing %s", tst);
usr.sbin/bootp/bootpd/bootpd.c
836
report(LOG_INFO, "requested path length > BP_FILE_LEN file = \"%s\", nul terminating", homedir);
usr.sbin/bootp/bootpd/bootpd.c
851
report(LOG_INFO, "requested path=\"%s\" file=\"%s\"",
usr.sbin/bootp/bootpd/bootpd.c
901
report(LOG_NOTICE,
usr.sbin/bootp/bootpd/bootpd.c
917
report(LOG_ERR, "can not determine size of file \"%s\"",
usr.sbin/bootp/bootpd/bootpd.c
926
report(LOG_INFO, "bootfile=\"%s\"", clntpath);
usr.sbin/bootp/bootpd/bootpd.c
938
report(LOG_INFO, "vendor magic field is %d.%d.%d.%d",
usr.sbin/bootp/bootpd/bootpd.c
961
report(LOG_INFO, "sending reply (with RFC1048 options)");
usr.sbin/bootp/bootpd/bootpd.c
968
report(LOG_INFO, "sending reply (with CMU options)");
usr.sbin/bootp/bootpd/bootpd.c
974
report(LOG_INFO, "sending reply (with no options)");
usr.sbin/bootp/bootpd/bootpd.c
993
report(LOG_INFO, "processing boot reply");
usr.sbin/bootp/bootpef/bootpef.c
138
report(LOG_ERR, "malloc failed");
usr.sbin/bootp/bootpef/bootpef.c
226
report(LOG_ERR, "%s: chdir failed", chdir_path);
usr.sbin/bootp/bootpef/bootpef.c
293
report(LOG_ERR, "%s: too much option data",
usr.sbin/bootp/bootpef/bootpef.c
303
report(LOG_ERR, "error opening \"%s\": %s",
usr.sbin/bootp/bootpef/bootpef.c
309
report(LOG_ERR, "write failed on \"%s\" : %s",
usr.sbin/bootp/bootpgw/bootpgw.c
162
report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL);
usr.sbin/bootp/bootpgw/bootpgw.c
170
report(LOG_ERR, "malloc failed");
usr.sbin/bootp/bootpgw/bootpgw.c
196
report(LOG_INFO, "getsockname: not an INET socket");
usr.sbin/bootp/bootpgw/bootpgw.c
377
report(LOG_ERR, "socket: %s", get_network_errmsg());
usr.sbin/bootp/bootpgw/bootpgw.c
388
report(LOG_ERR,
usr.sbin/bootp/bootpgw/bootpgw.c
402
report(LOG_ERR, "bind: %s", get_network_errmsg());
usr.sbin/bootp/bootpgw/bootpgw.c
413
report(LOG_ERR,
usr.sbin/bootp/bootpgw/bootpgw.c
430
report(LOG_ERR, "poll: %s", get_errmsg());
usr.sbin/bootp/bootpgw/bootpgw.c
435
report(LOG_INFO, "exiting after %d minute%s of inactivity",
usr.sbin/bootp/bootpgw/bootpgw.c
447
report(LOG_INFO, "recvd pkt from IP addr %s",
usr.sbin/bootp/bootpgw/bootpgw.c
452
report(LOG_INFO, "received short packet");
usr.sbin/bootp/bootpgw/bootpgw.c
509
report(LOG_INFO, "request from %s",
usr.sbin/bootp/bootpgw/bootpgw.c
520
report(LOG_NOTICE, "request from %s reached hop limit",
usr.sbin/bootp/bootpgw/bootpgw.c
544
report(LOG_NOTICE, "no interface for request from %s",
usr.sbin/bootp/bootpgw/bootpgw.c
579
report(LOG_ERR, "sendto: %s", get_network_errmsg());
usr.sbin/bootp/bootpgw/bootpgw.c
599
report(LOG_INFO, " reply for %s",
usr.sbin/bootp/bootpgw/bootpgw.c
605
report(LOG_NOTICE, "no interface for reply to %s",
usr.sbin/bootp/bootpgw/bootpgw.c
636
report(LOG_INFO, "setarp %s - %s",
usr.sbin/bootp/bootpgw/bootpgw.c
645
report(LOG_ERR, "sendto: %s", get_network_errmsg());
usr.sbin/bootp/bootptest/getether.c
103
report(LOG_ERR, "getether: SIOCGIFADDR on nit");
usr.sbin/bootp/bootptest/getether.c
138
report(LOG_ERR, "getether: socket %s: %s", ifname, get_errmsg());
usr.sbin/bootp/bootptest/getether.c
145
report(LOG_ERR, "getether: SIOCGIFCONF: %s", get_errmsg());
usr.sbin/bootp/bootptest/getether.c
215
report(LOG_ERR, "getether: open %s: %s",
usr.sbin/bootp/bootptest/getether.c
235
report(LOG_ERR, "getether: attach: putmsg: %s", get_errmsg());
usr.sbin/bootp/bootptest/getether.c
243
report(LOG_ERR, "getether: attach: getmsg: %s", get_errmsg());
usr.sbin/bootp/bootptest/getether.c
250
report(LOG_ERR, "getether: attach: dlpi_errno=%d, unix_errno=%d",
usr.sbin/bootp/bootptest/getether.c
256
report(LOG_ERR, "getether: attach: not OK or ERROR");
usr.sbin/bootp/bootptest/getether.c
277
report(LOG_ERR, "getether: bind: putmsg: %s", get_errmsg());
usr.sbin/bootp/bootptest/getether.c
285
report(LOG_ERR, "getether: bind: getmsg: %s", get_errmsg());
usr.sbin/bootp/bootptest/getether.c
292
report(LOG_ERR, "getether: bind: dlpi_errno=%d, unix_errno=%d",
usr.sbin/bootp/bootptest/getether.c
298
report(LOG_ERR, "getether: bind: not OK or ERROR");
usr.sbin/bootp/bootptest/getether.c
302
report(LOG_ERR, "getether: bind: ack has no address");
usr.sbin/bootp/bootptest/getether.c
306
report(LOG_ERR, "getether: bind: ack address truncated");
usr.sbin/bootp/bootptest/getether.c
351
report(LOG_ERR, "getether: socket(INET,DGRAM) failed");
usr.sbin/bootp/bootptest/getether.c
355
report(LOG_ERR, "getether: ioctl SIOCGIFHWADDR failed");
usr.sbin/bootp/bootptest/getether.c
55
report(LOG_ERR, "getether: socket(INET,DGRAM) failed");
usr.sbin/bootp/bootptest/getether.c
59
report(LOG_ERR, "getether: ioctl SIOCRPHYSADDR failed");
usr.sbin/bootp/bootptest/getether.c
93
report(LOG_ERR, "getether: open /dev/nit: %s",
usr.sbin/bootp/bootptest/getether.c
99
report(LOG_ERR, "getether: NIOCBIND on nit");
usr.sbin/bootp/common/dovend.c
56
report(LOG_NOTICE, noroom, \
usr.sbin/bootp/common/dumptab.c
117
report(LOG_INFO, "dumped %d entries to \"%s\".", n, filename);
usr.sbin/bootp/common/dumptab.c
38
report(LOG_INFO, "No dumptab support!");
usr.sbin/bootp/common/dumptab.c
98
report(LOG_ERR, "error opening \"%s\": %s",
usr.sbin/bootp/common/getif.c
83
report(LOG_ERR, "ioctl SIOCGIFCONF");
usr.sbin/bootp/common/hwaddr.c
102
report(LOG_ERR, "open /dev/arp: %s\n", get_errmsg());
usr.sbin/bootp/common/hwaddr.c
109
report(LOG_ERR, "ioctl I_STR: %s\n", get_errmsg());
usr.sbin/bootp/common/hwaddr.c
121
report(LOG_ERR, "ioctl SIOCSARP: %s", get_errmsg());
usr.sbin/bootp/common/hwaddr.c
137
report(LOG_INFO, "%s", buf);
usr.sbin/bootp/common/hwaddr.c
140
report(LOG_ERR, "arp failed, exit code=0x%x", status);
usr.sbin/bootp/common/lookup.c
47
report(LOG_ERR, "no HW addr for host \"%s\"",
usr.sbin/bootp/common/lookup.c
56
report(LOG_ERR, "no lookup for HW addr type %d", htype);
usr.sbin/bootp/common/readfile.c
1424
report(LOG_ERR, "can't find tc=\"%s\"", tstring);
usr.sbin/bootp/common/readfile.c
1656
report(LOG_ERR, "can not get IP addr for %s", tmpstr);
usr.sbin/bootp/common/readfile.c
1744
report(LOG_ERR, "Invalid addr type for HW addr parse");
usr.sbin/bootp/common/readfile.c
1757
report(LOG_ERR, "Add 0x prefix if hex value starts with A-F");
usr.sbin/bootp/common/readfile.c
1985
report(LOG_ERR, "malloc() failure -- exiting");
usr.sbin/bootp/common/readfile.c
302
report(LOG_ERR, "Unable to allocate hash tables.");
usr.sbin/bootp/common/readfile.c
326
report(LOG_ERR, "stat on \"%s\": %s",
usr.sbin/bootp/common/readfile.c
336
report(LOG_INFO, "bootptab mtime: %s",
usr.sbin/bootp/common/readfile.c
349
report(LOG_INFO, "reading %s\"%s\"",
usr.sbin/bootp/common/readfile.c
357
report(LOG_ERR, "error opening \"%s\": %s", bootptab, get_errmsg());
usr.sbin/bootp/common/readfile.c
364
report(LOG_ERR, "fstat: %s", get_errmsg());
usr.sbin/bootp/common/readfile.c
407
report(LOG_ERR, "can not get IP addr for %s", hn);
usr.sbin/bootp/common/readfile.c
408
report(LOG_ERR, "(dummy names should start with '.')");
usr.sbin/bootp/common/readfile.c
417
report(LOG_ERR, "can not get netmask for %s", hn);
usr.sbin/bootp/common/readfile.c
433
report(LOG_NOTICE, "duplicate %s address: %s",
usr.sbin/bootp/common/readfile.c
444
report(LOG_ERR,
usr.sbin/bootp/common/readfile.c
456
report(LOG_ERR,
usr.sbin/bootp/common/readfile.c
469
report(LOG_INFO, "read %d entries (%d hosts) from \"%s\"",
usr.sbin/bootp/common/readfile.c
646
report(LOG_ERR, "bad hostname: \"%s\"", host->hostname->string);
usr.sbin/bootp/common/readfile.c
693
report(LOG_ERR, "in entry named \"%s\", symbol \"%s\": %s",
usr.sbin/bootp/common/report.h
6
extern void report(int, const char *, ...)
usr.sbin/bootp/common/tzone.c
48
report(LOG_ERR, "gettimeofday: %s", get_errmsg());
usr.sbin/mrouted/defs.h
175
extern void report(int which_routes, vifi_t vifi, u_int32_t dst);
usr.sbin/mrouted/route.c
936
report(which_routes, vifi,
usr.sbin/mrouted/vif.c
1181
report(ALL_ROUTES, vifi, send_tables);