HomeSort by: relevance | last modified time | path
    Searched defs:rlen (Results 1 - 25 of 344) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/dev/microcode/ral/
build.c 33 ssize_t rlen; local
42 rlen = write(fd, ucode, size);
43 if (rlen == -1)
45 if (rlen != size)
build.c 33 ssize_t rlen; local
42 rlen = write(fd, ucode, size);
43 if (rlen == -1)
45 if (rlen != size)
  /src/sys/dev/microcode/rum/
build.c 33 ssize_t rlen; local
42 rlen = write(fd, ucode, size);
43 if (rlen == -1)
45 if (rlen != size)
build.c 33 ssize_t rlen; local
42 rlen = write(fd, ucode, size);
43 if (rlen == -1)
45 if (rlen != size)
  /src/sys/dev/microcode/run/
build.c 33 ssize_t rlen; local
42 rlen = write(fd, ucode, size);
43 if (rlen == -1)
45 if (rlen != size)
build.c 33 ssize_t rlen; local
42 rlen = write(fd, ucode, size);
43 if (rlen == -1)
45 if (rlen != size)
  /src/sys/dev/microcode/zyd/
build.c 32 ssize_t rlen; local
41 rlen = write(fd, ucode, size);
42 if (rlen == -1)
44 if (rlen != size)
build.c 32 ssize_t rlen; local
41 rlen = write(fd, ucode, size);
42 if (rlen == -1)
44 if (rlen != size)
  /src/games/boggle/mkindex/
mkindex.c 57 int clen, rlen, prev, i; local
63 while (nextword(stdin, buf, &clen, &rlen) != NULL) {
95 * rlen to the strlen() of the real word
98 nextword(FILE *fp, char *buffer, int *clen, int *rlen)
121 *rlen = (int) (p - buf);
122 *clen = *rlen - *clen;
mkindex.c 57 int clen, rlen, prev, i; local
63 while (nextword(stdin, buf, &clen, &rlen) != NULL) {
95 * rlen to the strlen() of the real word
98 nextword(FILE *fp, char *buffer, int *clen, int *rlen)
121 *rlen = (int) (p - buf);
122 *clen = *rlen - *clen;
  /src/libexec/httpd/
dir-index-bozo.c 63 ssize_t rlen; local
213 rlen = read(fd, buf, sizeof buf);
214 if (rlen <= 0)
216 bozo_write(httpd, STDOUT_FILENO, buf, rlen);
dir-index-bozo.c 63 ssize_t rlen; local
213 rlen = read(fd, buf, sizeof buf);
214 if (rlen <= 0)
216 bozo_write(httpd, STDOUT_FILENO, buf, rlen);
  /src/sys/dev/hyperv/
hvheartbeat.c 115 uint32_t rlen; local
119 &rlen, &rid, 0);
120 if (error || rlen == 0) {
123 device_xname(vsc->sc_dev), error, rlen);
127 if (rlen < sizeof(*hdr)) {
129 device_xname(vsc->sc_dev), rlen);
136 error = vmbusic_negotiate(vsc, hdr, &rlen,
143 if (rlen < VMBUS_ICMSG_HEARTBEAT_SIZE_MIN) {
145 device_xname(vsc->sc_dev), rlen);
159 (void) vmbusic_sendresp(vsc, ch, vsc->sc_buf, rlen, rid)
    [all...]
hvheartbeat.c 115 uint32_t rlen; local
119 &rlen, &rid, 0);
120 if (error || rlen == 0) {
123 device_xname(vsc->sc_dev), error, rlen);
127 if (rlen < sizeof(*hdr)) {
129 device_xname(vsc->sc_dev), rlen);
136 error = vmbusic_negotiate(vsc, hdr, &rlen,
143 if (rlen < VMBUS_ICMSG_HEARTBEAT_SIZE_MIN) {
145 device_xname(vsc->sc_dev), rlen);
159 (void) vmbusic_sendresp(vsc, ch, vsc->sc_buf, rlen, rid)
    [all...]
hvshutdown.c 137 uint32_t rlen; local
142 &rlen, &rid, 0);
143 if (error || rlen == 0) {
146 device_xname(vsc->sc_dev), error, rlen);
150 if (rlen < sizeof(*hdr)) {
152 device_xname(vsc->sc_dev), rlen);
159 error = vmbusic_negotiate(vsc, hdr, &rlen, VMBUS_SHUTDOWN_FWVER,
166 if (rlen < VMBUS_ICMSG_SHUTDOWN_SIZE_MIN) {
168 device_xname(vsc->sc_dev), rlen);
191 (void) vmbusic_sendresp(vsc, ch, vsc->sc_buf, rlen, rid)
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
kmpstat.c 136 ssize_t len, rlen; local
158 rlen = ((uint32_t)h.ac_len) + (((uint32_t)h.ac_len_high) << 16);
160 rlen = h.ac_len;
163 if ((*combufp = vmalloc(rlen)) == NULL)
168 while (l < rlen) {
169 if ((len = recv(so, p, rlen - l, 0)) < 0) {
kmpstat.c 136 ssize_t len, rlen; local
158 rlen = ((uint32_t)h.ac_len) + (((uint32_t)h.ac_len_high) << 16);
160 rlen = h.ac_len;
163 if ((*combufp = vmalloc(rlen)) == NULL)
168 while (l < rlen) {
169 if ((len = recv(so, p, rlen - l, 0)) < 0) {
  /src/lib/libbluetooth/
sdp_service.c 221 size_t rlen, count; local
263 rlen = 0;
296 if (rlen + count > sdp_response_max())
299 rbuf = realloc(ss->rbuf, rlen + count);
304 memcpy(rbuf + rlen, ptr, count);
305 rlen += count;
323 rsp->end = rbuf + rlen;
324 if (sdp_data_size(rsp) != (ssize_t)rlen
346 size_t rlen, count; local
399 rlen = 0
    [all...]
  /src/sys/arch/hpcmips/stand/lcboot/
if_cs.c 197 int rlen; local
202 rlen = 0;
203 while (getsecs() - t < timeout && rlen == 0) {
211 rlen = CS_READ_2(PORT_RXTX_DATA);
213 if (rlen > len) {
215 rlen = 0;
220 for (i = rlen >> 1; i > 0; i--)
222 if (rlen & 1)
228 return rlen;
  /src/sys/external/bsd/libnv/dist/
nv_kern_netbsd.c 108 size_t len, rlen; local
122 rlen = round_page(len);
123 error = uvm_mmap_anon(p, &uaddr, rlen);
130 (vaddr_t)uaddr + rlen);
  /src/usr.sbin/rarpd/
mkarp.c 212 int rlen; local
256 if ((rlen = write(s, (char *)&m_rtmsg, l)) < 0) {
  /src/crypto/external/apache2/openssl/dist/crypto/
deterministic_nonce.c 80 * rlen The required size of the returned Octet String in bytes
83 static int int2octets(unsigned char *out, const BIGNUM *num, int rlen)
85 return BN_bn2binpad(num, out, rlen) >= 0;
95 * rlen The value of qlen_bits rounded up to the nearest 8 bits.
100 int rlen, const unsigned char *in, size_t inlen)
114 ret = int2octets(out, z, rlen);
189 int ret = 0, rlen = 0, qlen_bits = 0; local
201 /* Note rlen used here is in bytes since the input values are byte arrays */
202 rlen = (qlen_bits + 7) / 8;
203 allocsz = prefsz + 3 * rlen;
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_gtc.c 98 size_t rlen; local
100 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &rlen);
101 if (pos == NULL || rlen < 1)
104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen);
110 if (rlen < 10) {
117 end = pos + rlen;
161 rlen = end - pos;
164 pos, rlen);
176 if (rlen != sm->user->password_len ||
177 os_memcmp_const(pos, sm->user->password, rlen) != 0)
    [all...]
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_record.c 282 size_t i, rlen, hlen; local
299 rlen = WPA_GET_BE16(in_data + 3);
301 "length %d", ct, in_data[1], in_data[2], (int) rlen);
316 if (TLS_RECORD_HEADER_LEN + rlen > 18432) {
318 (unsigned long) (TLS_RECORD_HEADER_LEN + rlen));
326 if (rlen > in_len) {
328 "(rlen=%lu > in_len=%lu)",
329 (unsigned long) rlen, (unsigned long) in_len);
334 in_data, rlen);
346 in_len = rlen;
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
fileline.c 72 size_t rlen; local
84 rlen = len;
85 if (sysctl (mib, 4, name, &rlen, NULL, 0) < 0)

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>