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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_log.c 45 uint32_t buf_pos = 0; local in function:mod_hdcp_dump_binary_message
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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flags.cc 57 char *buf_pos = buf + 32; local in function:__sanitizer::SubstituteForFlagValue
59 *--buf_pos = (pid % 10) + '0';
62 while (buf_pos < buf + 32 && out < out_end - 1)
63 *out++ = *buf_pos++;
  /src/sys/fs/nilfs/
nilfs_vnops.c 393 uint8_t *buf_pos; local in function:nilfs_read_filebuf
435 buf_pos = (uint8_t *) bp->b_data + buf_offset;
439 memset(buf_pos, 0, blocksize);
  /src/sys/dev/pci/
hifn7751.c 1407 uint8_t *buf_pos; local in function:hifn_write_command
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 in function:udf_read_filebuf
6712 buf_pos = (uint8_t *) buf->b_data + buf_offset;
6720 memset(buf_pos, 0, sector_size);

Completed in 19 milliseconds