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

  /src/sys/dev/dm/
device-mapper.c 602 uint64_t table_start, table_end; local in function:dmstrategy
646 table_start = table_en->start * DEV_BSIZE;
651 table_end = table_start + table_en->length * DEV_BSIZE;
652 start = MAX(table_start, buf_start);
656 aprint_debug("table_start %010" PRIu64", table_end %010"
657 PRIu64 "\n", table_start, table_end);
673 nestbuf->b_blkno = (start - table_start) / DEV_BSIZE;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c 231 uint32_t table_start; local in function:fiji_setup_graphics_level_structure
238 &table_start, 0x40000),
247 vr_config_addr = table_start +
256 level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel);

Completed in 14 milliseconds