Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libcurses/slave/
H A Dcurses_commands.c45 report_count(1); in set_int()
57 report_count(1); in set_uint()
69 report_count(1); in set_short()
81 report_count(1); in set_win()
93 report_count(1); in set_scrn()
171 report_count(1); in cmd_DRAIN()
182 report_count(1); in cmd_addbytes()
193 report_count(1); in cmd_addch()
205 report_count(1); in cmd_addchnstr()
216 report_count(1); in cmd_addchstr()
[all …]
H A Dcommands.c159 report_count(int count) in report_count() function
281 report_count(1); in check_arg_count()
H A Dslave.h40 void report_count(int);
/netbsd-src/lib/libusbhid/
H A Dparse.c199 c->report_count = s->multimax; in hid_get_item_raw()
266 s->multimax = c->report_count; in hid_get_item_raw()
268 c->report_count = 1; in hid_get_item_raw()
289 c->report_size * c->report_count; in hid_get_item_raw()
369 c->report_count = dval; in hid_get_item_raw()
H A Dusbhid.h59 int report_count; member
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c230 static short report_count; variable
438 report_count++; in history()
445 report_count++; in history()
449 report_count++; in history()
458 report_count++; in history()
494 if (!module_report++) report_count++; in history()
530 report_count++; in history()
585 if (!report_count) in history()
587 else if (report_count > 1) in history()
/netbsd-src/usr.bin/usbhidctl/
H A Dusbhid.c513 for (i = 0; i < item->report_count; i++) { in varop_display()
531 if (item->report_count > 1) in varop_display()
562 item->report_size, item->report_count, in reportitem()
/netbsd-src/usr.sbin/btdevctl/
H A Dprint.c221 label, (uint8_t) h->report_ID, h->report_size, h->report_count, in hid_dump_item()
/netbsd-src/sys/dev/scsipi/
H A Dscsi_spc.h284 uint8_t report_count[2]; member