| /src/sys/dev/hil/ |
| hildevs.h | 33 int maxid; member in struct:hildevice
|
| hil.c | 535 sc->sc_cmdbuf[0] <= hd->maxid) {
|
| /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/cddl/osnet/dist/tools/ctf/cvt/ |
| ctf.c | 1068 caddr_t ctfdata, int maxid) 1093 * A maxid of zero indicates a request to resurrect all types, so reset 1094 * maxid to the maximum type id. 1096 if (maxid == 0) { 1097 maxid = version == CTF_VERSION_2 ? 1106 if (tid > maxid)
|
| /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 );
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple.h | 1680 set_gimple_stmt_max_uid (struct function *fn, unsigned int maxid) 1682 fn->last_stmt_uid = maxid;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple.h | 1715 set_gimple_stmt_max_uid (struct function *fn, unsigned int maxid) 1717 fn->last_stmt_uid = maxid;
|