Home
last modified time | relevance | path

Searched refs:maxid (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/dev/bluetooth/
H A Dbthidev.c194 int maxid, rep, dlen; in bthidev_attach() local
283 maxid = -1; in bthidev_attach()
287 if ((int)h.report_ID > maxid) in bthidev_attach()
288 maxid = h.report_ID; in bthidev_attach()
292 if (maxid < 0) { in bthidev_attach()
305 for (rep = 0 ; rep <= maxid ; rep++) { in bthidev_attach()
/netbsd-src/sys/dev/i2c/
H A Dihidev.c915 int maxid; in ihidev_close()
917 maxid = -1; in ihidev_close()
920 if ((int)h.report_ID > maxid) in ihidev_close()
921 maxid = h.report_ID; in ihidev_close()
924 return (maxid); in ihidev_close()
841 int maxid; ihidev_maxrepid() local
/netbsd-src/sys/dev/hil/
H A Dhildevs.h33 int maxid; member
H A Dhil.c535 sc->sc_cmdbuf[0] <= hd->maxid) { in hilconfig()
/netbsd-src/sys/dev/usb/
H A Duhidev.c445 int maxid; in uhidev_maxrepid() local
447 maxid = -1; in uhidev_maxrepid()
450 if ((int)h.report_ID > maxid) in uhidev_maxrepid()
451 maxid = h.report_ID; in uhidev_maxrepid()
453 return MIN(maxid, UHIDEV_MAXREPID); in uhidev_maxrepid()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_subr.c540 int maxid = 0; in dt_status() local
541 size_t len = sizeof(maxid); in dt_status()
542 if (sysctlbyname("kern.smp.maxid", &maxid, &len, NULL, 0) != 0) in dt_status()
545 return (cpu <= maxid ? 1 : -1); in dt_status()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c1019 caddr_t ctfdata, int maxid) in resurrect_types() argument
1047 if (maxid == 0) in resurrect_types()
1048 maxid = CTF_MAX_TYPE; in resurrect_types()
1051 if (tid > maxid) in resurrect_types()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c691 int maxid; in syncprov_findcsn() local
729 maxid = i; in syncprov_findcsn()
739 cf.f_av_value = si->si_ctxcsn[maxid]; in syncprov_findcsn()
815 if ( ber_bvcmp( &si->si_ctxcsn[maxid], &maxcsn )) { in syncprov_findcsn()
820 ber_bvreplace( &si->si_ctxcsn[maxid], &maxcsn ); in syncprov_findcsn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.h1680 set_gimple_stmt_max_uid (struct function *fn, unsigned int maxid)
1682 fn->last_stmt_uid = maxid;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h1657 set_gimple_stmt_max_uid (struct function *fn, unsigned int maxid)
1659 fn->last_stmt_uid = maxid;