HomeSort by: relevance | last modified time | path
    Searched defs:maxid (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/hil/
hildevs.h 33 int maxid; member in struct:hildevice
  /src/sys/dev/bluetooth/
bthidev.c 194 int maxid, rep, dlen; local
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
917 maxid = -1;
920 if ((int)h.report_ID > maxid)
921 maxid = h.report_ID;
924 return (maxid);
  /src/sys/dev/usb/
uhidev.c 451 int maxid; local
453 maxid = -1;
456 if ((int)h.report_ID > maxid)
457 maxid = h.report_ID;
459 return MIN(maxid, UHIDEV_MAXREPID);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_subr.c 540 int maxid = 0; local
541 size_t len = sizeof(maxid);
542 if (sysctlbyname("kern.smp.maxid", &maxid, &len, NULL, 0) != 0)
545 return (cpu <= maxid ? 1 : -1);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 691 int maxid; local
729 maxid = i;
739 cf.f_av_value = si->si_ctxcsn[maxid];
815 if ( ber_bvcmp( &si->si_ctxcsn[maxid], &maxcsn )) {
820 ber_bvreplace( &si->si_ctxcsn[maxid], &maxcsn );

Completed in 27 milliseconds