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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flags.cc 57 char *buf_pos = buf + 32; local
59 *--buf_pos = (pid % 10) + '0';
62 while (buf_pos < buf + 32 && out < out_end - 1)
63 *out++ = *buf_pos++;
sanitizer_flags.cc 57 char *buf_pos = buf + 32; local
59 *--buf_pos = (pid % 10) + '0';
62 while (buf_pos < buf + 32 && out < out_end - 1)
63 *out++ = *buf_pos++;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_log.c 45 uint32_t buf_pos = 0; local
51 buf[buf_pos++] = '\n';
52 snprintf(&buf[buf_pos], sizeof(buf) - buf_pos, "%02X ", msg[i]);
53 buf_pos += byte_size;
55 buf[buf_pos++] = '\0';
amdgpu_hdcp_log.c 45 uint32_t buf_pos = 0; local
51 buf[buf_pos++] = '\n';
52 snprintf(&buf[buf_pos], sizeof(buf) - buf_pos, "%02X ", msg[i]);
53 buf_pos += byte_size;
55 buf[buf_pos++] = '\0';
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_flags.cpp 58 char *buf_pos = buf + 32; local
60 *--buf_pos = (pid % 10) + '0';
63 while (buf_pos < buf + 32 && out < out_end - 1)
64 *out++ = *buf_pos++;
sanitizer_flags.cpp 58 char *buf_pos = buf + 32; local
60 *--buf_pos = (pid % 10) + '0';
63 while (buf_pos < buf + 32 && out < out_end - 1)
64 *out++ = *buf_pos++;
  /src/external/bsd/dhcpcd/dist/src/
script.c 228 long buf_pos, i; local
541 buf_pos = ftell(fp);
542 if (buf_pos == -1) {
548 size_t buf_len = (size_t)buf_pos;
564 return buf_pos;
566 if (script_buftoenv(ctx, ctx->script_buf, (size_t)buf_pos) == NULL)
569 return buf_pos;
script.c 228 long buf_pos, i; local
541 buf_pos = ftell(fp);
542 if (buf_pos == -1) {
548 size_t buf_len = (size_t)buf_pos;
564 return buf_pos;
566 if (script_buftoenv(ctx, ctx->script_buf, (size_t)buf_pos) == NULL)
569 return buf_pos;
  /src/sys/fs/nilfs/
nilfs_vnops.c 393 uint8_t *buf_pos; local
435 buf_pos = (uint8_t *) bp->b_data + buf_offset;
439 memset(buf_pos, 0, blocksize);
nilfs_vnops.c 393 uint8_t *buf_pos; local
435 buf_pos = (uint8_t *) bp->b_data + buf_offset;
439 memset(buf_pos, 0, blocksize);
  /src/external/bsd/less/dist/
ch.c 528 POSITION buf_pos; local
538 buf_pos = (bp->block * LBUFSIZE) + bp->datasize;
539 if (buf_pos > end_pos)
540 end_pos = buf_pos;
ch.c 528 POSITION buf_pos; local
538 buf_pos = (bp->block * LBUFSIZE) + bp->datasize;
539 if (buf_pos > end_pos)
540 end_pos = buf_pos;
  /src/sys/dev/pci/
hifn7751.c 1407 uint8_t *buf_pos; local
1415 buf_pos = buf;
1420 base_cmd = (struct hifn_base_command *)buf_pos;
1435 buf_pos += sizeof(struct hifn_base_command);
1438 comp_cmd = (struct hifn_comp_command *)buf_pos;
1446 buf_pos += sizeof(struct hifn_comp_command);
1450 mac_cmd = (struct hifn_mac_command *)buf_pos;
1458 buf_pos += sizeof(struct hifn_mac_command);
1462 cry_cmd = (struct hifn_crypt_command *)buf_pos;
1470 buf_pos += sizeof(struct hifn_crypt_command)
    [all...]
hifn7751.c 1407 uint8_t *buf_pos; local
1415 buf_pos = buf;
1420 base_cmd = (struct hifn_base_command *)buf_pos;
1435 buf_pos += sizeof(struct hifn_base_command);
1438 comp_cmd = (struct hifn_comp_command *)buf_pos;
1446 buf_pos += sizeof(struct hifn_comp_command);
1450 mac_cmd = (struct hifn_mac_command *)buf_pos;
1458 buf_pos += sizeof(struct hifn_mac_command);
1462 cry_cmd = (struct hifn_crypt_command *)buf_pos;
1470 buf_pos += sizeof(struct hifn_crypt_command)
    [all...]
  /src/sys/fs/udf/
udf_subr.c 6656 uint8_t *buf_pos; local
6712 buf_pos = (uint8_t *) buf->b_data + buf_offset;
6720 memset(buf_pos, 0, sector_size);
udf_subr.c 6656 uint8_t *buf_pos; local
6712 buf_pos = (uint8_t *) buf->b_data + buf_offset;
6720 memset(buf_pos, 0, sector_size);

Completed in 83 milliseconds