lenp 890 compat/svr4/svr4_stream.c int *lenp;
lenp 916 compat/svr4/svr4_stream.c lenp = stackgap_alloc(&sg, sizeof(*lenp));
lenp 918 compat/svr4/svr4_stream.c if ((error = copyout(&samax, lenp, sizeof(*lenp))) != 0) {
lenp 930 compat/svr4/svr4_stream.c SCARG(&ap, alen) = lenp;
lenp 944 compat/svr4/svr4_stream.c SCARG(&ap, alen) = lenp;
lenp 969 compat/svr4/svr4_stream.c if ((error = copyin(lenp, &sasize, sizeof(*lenp))) != 0) {
lenp 100 ddb/db_hangman.c db_randomsym(size_t *lenp)
lenp 133 ddb/db_hangman.c for ((*lenp) = 0, p = q; *p; p++)
lenp 135 ddb/db_hangman.c (*lenp)++;
lenp 883 dev/ic/rlnsubr.c rln_mbox_lock(sc, seq, bufp, lenp)
lenp 887 dev/ic/rlnsubr.c size_t * lenp;
lenp 908 dev/ic/rlnsubr.c *lenp = mb->mb_len;
lenp 251 dev/sdmmc/sbt.c sbt_read_packet(struct sbt_softc *sc, u_char *buf, size_t *lenp)
lenp 264 dev/sdmmc/sbt.c if (len > *lenp) {
lenp 266 dev/sdmmc/sbt.c DEVNAME(sc), len, *lenp));
lenp 297 dev/sdmmc/sbt.c *lenp = len;
lenp 125 dev/usb/ugen.c int index, int *lenp);
lenp 962 dev/usb/ugen.c ugen_get_cdesc(struct ugen_softc *sc, int index, int *lenp)
lenp 971 dev/usb/ugen.c if (lenp)
lenp 972 dev/usb/ugen.c *lenp = len;
lenp 982 dev/usb/ugen.c if (lenp)
lenp 983 dev/usb/ugen.c *lenp = len;
lenp 322 lib/libsa/bootparam.c u_int32_t *lenp;
lenp 327 lib/libsa/bootparam.c lenp = (u_int32_t*) *pkt;
lenp 328 lib/libsa/bootparam.c *pkt += sizeof(*lenp);
lenp 329 lib/libsa/bootparam.c *lenp = htonl(len);
lenp 341 lib/libsa/bootparam.c u_int32_t *lenp;
lenp 347 lib/libsa/bootparam.c lenp = (u_int32_t*) *pkt;
lenp 348 lib/libsa/bootparam.c *pkt += sizeof(*lenp);
lenp 349 lib/libsa/bootparam.c slen = ntohl(*lenp);
lenp 507 net/pfkeyv2.c pfkeyv2_get(struct tdb *sa, void **headers, void **buffer, int *lenp)
lenp 590 net/pfkeyv2.c if (lenp)
lenp 591 net/pfkeyv2.c *lenp = i;
lenp 2282 net/pfkeyv2.c int *lenp)
lenp 2354 net/pfkeyv2.c if (lenp)
lenp 2355 net/pfkeyv2.c *lenp = i;
lenp 48 stand/boot/bootarg.c makebootargs(caddr_t v, size_t *lenp)
lenp 58 stand/boot/bootarg.c if (*lenp < l) {
lenp 62 stand/boot/bootarg.c l = *lenp;
lenp 64 stand/boot/bootarg.c *lenp = l;
lenp 133 uvm/uvm_amap.c pp_getreflen(int *ppref, int offset, int *refp, int *lenp)
lenp 138 uvm/uvm_amap.c *lenp = 1;
lenp 141 uvm/uvm_amap.c *lenp = ppref[offset+1];