Home
last modified time | relevance | path

Searched refs:report_count (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c46 report_count(1); in cmd_DRAIN()
59 report_count(1); in cmd_addbytes()
64 report_count(1); in cmd_addbytes()
78 report_count(1); in cmd_addch()
92 report_count(1); in cmd_addchnstr()
97 report_count(1); in cmd_addchnstr()
108 report_count(1); in cmd_addchstr()
122 report_count(1); in cmd_addnstr()
127 report_count(1); in cmd_addnstr()
138 report_count(1); in cmd_addstr()
[all …]
H A Dcommands.c132 report_count(int count) in report_count() function
237 report_count(1); in check_arg_count()
H A Dslave.h40 void report_count(int);
/freebsd/lib/libusbhid/
H A Dparse.c251 s->pos[c->kind] += c->report_size * c->report_count; in hid_get_item_raw()
318 c->report_count = s->loc_count; in hid_get_item_raw()
323 if (c->report_count > 255) { in hid_get_item_raw()
326 s->ncount = c->report_count; in hid_get_item_raw()
332 c->report_count = 1; in hid_get_item_raw()
411 c->report_count = s->loc_count; in hid_get_item_raw()
423 s->loc_count = c->report_count; in hid_get_item_raw()
425 c->report_count = 0; in hid_get_item_raw()
548 temp = h.pos + (h.report_size * h.report_count); in hid_report_size()
H A Dusbhid.h57 int32_t report_count; member
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c165 label, (uint8_t) h->report_ID, h->report_size, h->report_count, in hid_dump_item()
/freebsd/usr.bin/usbhidaction/
H A Dusbhidaction.c209 for (i = 0; i < cmd->item.report_count; i++) { in main()
216 val = (i < cmd->item.report_count) ? in main()
/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c205 h->report_ID, h->pos, h->report_size, h->report_count, in dumpitem()
285 for (i = 0; i < h->report_count; i++) { in prdata()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dhid.c261 for (i = 1; i < h.report_count; i++) { in hid_interrupt()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h834 uint8_t report_count[4]; member
/freebsd/sys/cam/ctl/
H A Dctl.c5947 if (lun->ie_reportcnt < scsi_4btoul(lun->MODE_IE.report_count)) { in ctl_ie_timer()
5980 if (lun->ie_reportcnt < scsi_4btoul(pg->report_count)) { in ctl_ie_page_handler()