OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxid
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/hil/
hildevs.h
33
int
maxid
;
member in struct:hildevice
hildevs.h
33
int
maxid
;
member in struct:hildevice
/src/sys/dev/bluetooth/
bthidev.c
194
int
maxid
, rep, dlen;
local in function:bthidev_attach
283
maxid
= -1;
287
if ((int)h.report_ID >
maxid
)
288
maxid
= h.report_ID;
292
if (
maxid
< 0) {
305
for (rep = 0 ; rep <=
maxid
; rep++) {
bthidev.c
194
int
maxid
, rep, dlen;
local in function:bthidev_attach
283
maxid
= -1;
287
if ((int)h.report_ID >
maxid
)
288
maxid
= h.report_ID;
292
if (
maxid
< 0) {
305
for (rep = 0 ; rep <=
maxid
; rep++) {
/src/sys/dev/i2c/
ihidev.c
915
int
maxid
;
local in function:ihidev_maxrepid
917
maxid
= -1;
920
if ((int)h.report_ID >
maxid
)
921
maxid
= h.report_ID;
924
return (
maxid
);
ihidev.c
915
int
maxid
;
local in function:ihidev_maxrepid
917
maxid
= -1;
920
if ((int)h.report_ID >
maxid
)
921
maxid
= h.report_ID;
924
return (
maxid
);
/src/sys/dev/usb/
uhidev.c
445
int
maxid
;
local in function:uhidev_maxrepid
447
maxid
= -1;
450
if ((int)h.report_ID >
maxid
)
451
maxid
= h.report_ID;
453
return MIN(
maxid
, UHIDEV_MAXREPID);
uhidev.c
445
int
maxid
;
local in function:uhidev_maxrepid
447
maxid
= -1;
450
if ((int)h.report_ID >
maxid
)
451
maxid
= h.report_ID;
453
return MIN(
maxid
, UHIDEV_MAXREPID);
Completed in 29 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025