OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:repptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/usbhidctl/
usbhid.c
760
struct Sreport *
repptr
;
local in function:devshow
765
repptr
= &reports[repindex];
767
repptr
= NULL;
769
if (
repptr
!= NULL &&
771
getreport(
repptr
, hidfd, rd, repindex);
773
bufdata = (
repptr
== NULL ||
repptr
->buffer == NULL) ?
774
NULL :
repptr
->buffer->ucr_data;
777
bufdata) &&
repptr
)
778
repptr
->status = srs_dirty
[
all
...]
usbhid.c
760
struct Sreport *
repptr
;
local in function:devshow
765
repptr
= &reports[repindex];
767
repptr
= NULL;
769
if (
repptr
!= NULL &&
771
getreport(
repptr
, hidfd, rd, repindex);
773
bufdata = (
repptr
== NULL ||
repptr
->buffer == NULL) ?
774
NULL :
repptr
->buffer->ucr_data;
777
bufdata) &&
repptr
)
778
repptr
->status = srs_dirty
[
all
...]
Completed in 50 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025