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

  /src/sys/arch/sgimips/stand/common/
iris_scsictl.c 52 size_t *lenp; local in function:scsi_read_capacity
53 lenp = &len;
57 return wd33c93_go(sc, (uint8_t *)&cdb, sizeof(cdb), buf, lenp);
64 size_t *lenp; local in function:scsi_read
65 lenp = &len;
77 wd33c93_go(sc, (uint8_t *)&cdb, sizeof(cdb), buf, lenp);
79 if (*lenp == olen)
89 size_t *lenp; local in function:scsi_write
90 lenp = &len;
103 wd33c93_go(sc, (uint8_t *)&cdb, sizeof(cdb), buf, lenp);
    [all...]
  /src/lib/libresolv/
ns_sign.c 99 u_char *lenp; local in function:ns_sign2
134 lenp = cp;
249 PUTSHORT(cp - lenp - INT16SZ, lenp);
287 u_char *cp, *eob, *lenp; local in function:ns_sign_tcp2
335 lenp = cp;
386 PUTSHORT(cp - lenp - INT16SZ, lenp);
  /src/sys/external/bsd/libfdt/dist/
fdt.c 135 const fdt32_t *tagp, *lenp; local in function:fdt_next_tag
159 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp));
160 if (!lenp)
164 + fdt32_to_cpu(*lenp);
165 if (fdt_version(fdt) < 0x10 && fdt32_to_cpu(*lenp) >= 8 &&
166 ((offset - fdt32_to_cpu(*lenp)) % 8) != 0)
  /src/sys/lib/libsa/
bootparam.c 332 uint32_t *lenp; local in function:xdr_string_encode
337 lenp = (uint32_t *)*pkt;
338 *pkt += sizeof(*lenp);
339 *lenp = htonl(len);
352 uint32_t *lenp; local in function:xdr_string_decode
358 lenp = (uint32_t *)*pkt;
359 *pkt += sizeof(*lenp);
360 slen = ntohl(*lenp);
  /src/bin/pax/
file_subs.c 977 size_t *lenp; local in function:file_write
1039 lenp = &gnu_name_length;
1043 lenp = &gnu_link_length;
1047 lenp = NULL;
1051 char *nstr = *strp ? realloc(*strp, *lenp + wcnt + 1) :
1057 (void)strlcpy(&nstr[*lenp], st, wcnt + 1);
1059 *lenp += wcnt;

Completed in 16 milliseconds