Home
last modified time | relevance | path

Searched refs:report_ptr (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/libfido2/dist/src/
H A Dhid.c50 fido_hid_get_usage(const uint8_t *report_ptr, size_t report_len, in fido_hid_get_usage() argument
53 const uint8_t *ptr = report_ptr; in fido_hid_get_usage()
82 fido_hid_get_report_len(const uint8_t *report_ptr, size_t report_len, in fido_hid_get_report_len() argument
85 const uint8_t *ptr = report_ptr; in fido_hid_get_report_len()
/netbsd/tests/lib/libcurses/slave/
H A Dslave.h50 void report_ptr(void *);
H A Dcommands.c114 report_ptr(void *ptr) in report_ptr() function
H A Dcurses_commands.c1359 report_ptr(derwin(win, lines, cols, y, x)); in cmd_derwin()
1370 report_ptr(dupwin(win)); in cmd_dupwin()
1676 report_ptr(getwin(fp)); in cmd_getwin()
1791 report_ptr(initscr()); in cmd_initscr()
2200 report_ptr(newpad(y, x)); in cmd_newpad()
2226 report_ptr(newterm(type, out, in)); in cmd_newterm()
2240 report_ptr(newwin(lines, cols, begin_y, begin_x)); in cmd_newwin()
2598 report_ptr(set_term(scrn)); in cmd_set_term()
2623 report_ptr(subpad(pad, lines, cols, begin_y, begin_x)); in cmd_subpad()
2638 report_ptr(subwin(win, lines, cols, begin_y, begin_x)); in cmd_subwin()