report 302 dev/bluetooth/btkbd.c uint8_t report;
report 314 dev/bluetooth/btkbd.c report = 0;
report 316 dev/bluetooth/btkbd.c report |= 1 << sc->sc_scroloc.pos;
report 319 dev/bluetooth/btkbd.c report |= 1 << sc->sc_numloc.pos;
report 322 dev/bluetooth/btkbd.c report |= 1 << sc->sc_capsloc.pos;
report 325 dev/bluetooth/btkbd.c (*sc->sc_output)(&sc->sc_hidev, &report, sizeof(report));
report 647 dev/pci/hifn7751.c goto report;
report 682 dev/pci/hifn7751.c report:
report 709 dev/systrace.c int policy, error = 0, report = 0, maycontrol = 0, issuser = 0;
report 811 dev/systrace.c report = 1;
report 901 dev/systrace.c if (report) {
report 405 dev/usb/ucycom.c uint8_t report[5];
report 471 dev/usb/ucycom.c report[0] = baud & 0xff;
report 472 dev/usb/ucycom.c report[1] = (baud >> 8) & 0xff;
report 473 dev/usb/ucycom.c report[2] = (baud >> 16) & 0xff;
report 474 dev/usb/ucycom.c report[3] = (baud >> 24) & 0xff;
report 475 dev/usb/ucycom.c report[4] = cfg;
report 477 dev/usb/ucycom.c report, sc->sc_flen);
report 577 dev/usb/ucycom.c uint8_t report[5];
report 580 dev/usb/ucycom.c report, sc->sc_flen);
report 581 dev/usb/ucycom.c cfg = report[4];
report 582 dev/usb/ucycom.c baud = (report[3] << 24) + (report[2] << 16) + (report[1] << 8) + report[0];
report 220 dev/usb/usbdi_util.c usbd_get_protocol(usbd_interface_handle iface, u_int8_t *report)
report 236 dev/usb/usbdi_util.c return (usbd_do_request(dev, &req, report));
report 240 dev/usb/usbdi_util.c usbd_set_protocol(usbd_interface_handle iface, int report)
report 247 dev/usb/usbdi_util.c iface, report, id->bInterfaceNumber));
report 253 dev/usb/usbdi_util.c USETW(req.wValue, report);
report 58 dev/usb/usbdi_util.h usbd_status usbd_get_protocol(usbd_interface_handle dev, u_int8_t *report);
report 59 dev/usb/usbdi_util.h usbd_status usbd_set_protocol(usbd_interface_handle dev, int report);
report 277 net/route.c rtalloc2(struct sockaddr *dst, int report, int howstrict)
report 290 net/route.c if (report && (rt->rt_flags & RTF_CLONING) &&
report 308 net/route.c if (report) {
report 331 net/route.c rtalloc1(struct sockaddr *dst, int report, u_int tableid)
report 344 net/route.c if (report && (rt->rt_flags & RTF_CLONING)) {
report 379 net/route.c if (report && dst->sa_family != PF_KEY) {
report 274 net/rtsock.c goto report;
report 327 net/rtsock.c report:
report 294 scsi/scsiconf.c struct scsi_report_luns_data *report;
report 306 scsi/scsiconf.c report = malloc(sizeof(*report), M_TEMP, M_WAITOK);
report 307 scsi/scsiconf.c if (report == NULL)
report 310 scsi/scsiconf.c if (scsi_report_luns(link, REPORT_NORMAL, report,
report 311 scsi/scsiconf.c sizeof(*report), scsi_autoconf | SCSI_SILENT |
report 314 scsi/scsiconf.c free(report, M_TEMP);
report 324 scsi/scsiconf.c nluns = _4btol(report->length) / RPL_LUNDATA_SIZE;
report 326 scsi/scsiconf.c if (report->luns[i].lundata[0] != 0)
report 328 scsi/scsiconf.c lun = report->luns[i].lundata[RPL_LUNDATA_T0LUN];
report 338 scsi/scsiconf.c free(report, M_TEMP);