Searched refs:report_ptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/netbsd-tests/lib/libcurses/slave/
H A Dslave.h47 void report_ptr(void *);
H A Dcommands.c75 report_ptr(void *ptr) function
H A Dcurses_commands.c2120 report_ptr(derwin(win, lines, cols, y, x));
2139 report_ptr(dupwin(win));
2511 report_ptr(getwin(fp));
2717 report_ptr(initscr());
3516 report_ptr(newpad(y, x));
3542 report_ptr(newterm(args[0], out, in));
3579 report_ptr(newwin(lines, cols, begin_y, begin_x));
4162 report_ptr(set_term(scrn));
4217 report_ptr(subpad(pad, lines, cols, begin_y, begin_x));
4261 report_ptr(subwi
[all...]
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_freebsd_cnvnr_ctrs_dbg.c25 report_ptr, MAX_REPORT_SIZE - (report_ptr - report), "%s", line))
46 char *report_ptr = report; local
70 report_ptr += bytes_written;
75 report_ptr += bytes_written;
80 report_ptr += bytes_written;
85 report_ptr += bytes_written;
118 snprintf(report_ptr,
119 MAX_REPORT_SIZE - (report_ptr - report),
132 report_ptr
[all...]
/freebsd-current/contrib/libfido2/src/
H A Dhid.c51 fido_hid_get_usage(const uint8_t *report_ptr, size_t report_len, argument
54 const uint8_t *ptr = report_ptr;
83 fido_hid_get_report_len(const uint8_t *report_ptr, size_t report_len, argument
86 const uint8_t *ptr = report_ptr;

Completed in 170 milliseconds